project-init

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Context

  • Current directory: !pwd
  • Git user: !git config user.name
  • GitHub CLI: !which gh

Parameters

  • $1: Project name (required)
  • $2: Project type (python|node|rust|go|generic) - defaults to generic
  • $3: --github flag to create GitHub repository
  • $4: --private flag for private repository

Base Project Structure

Create universal project structure that all projects need:

Installs
52
GitHub Stars
36
First Seen
Feb 9, 2026
project-init — laurigates/claude-plugins