From spindev-core
Bring this project up to baseline for working with Claude — git init (if needed), mode breadcrumb, minimal CLAUDE.md / README.md, PR-workflow rules block, dependency skills
How this command is triggered — by the user, by Claude, or both
Slash command
/spindev-core:init-projectThe summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `init-project` skill to bring this project up to baseline — ensure it's a git repo on `main`, detect bringup vs protected mode and manage the breadcrumb, scaffold missing `CLAUDE.md` / `README.md`, stamp the canonical PR-workflow rules block into `CLAUDE.md`, auto-junction dev-setup-owned dependency skills (`end-session`, `review-plan`) into `~/.claude/skills/`, and report any missing plugin skills with install commands. Safe to re-run. Arguments: $ARGUMENTS
Invoke the init-project skill to bring this project up to baseline — ensure it's a git repo on main, detect bringup vs protected mode and manage the breadcrumb, scaffold missing CLAUDE.md / README.md, stamp the canonical PR-workflow rules block into CLAUDE.md, auto-junction dev-setup-owned dependency skills (end-session, review-plan) into ~/.claude/skills/, and report any missing plugin skills with install commands. Safe to re-run.
Arguments: $ARGUMENTS
npx claudepluginhub spinlockdevelopment/dev-setup --plugin spindev-core/init-projectInitializes a new Task Master project via task-master init. Accepts PRD path, --name, --description, -y quick mode; sets up structure, verifies git/AI configs, suggests next steps.
/init-projectInitializes new project with essential directory structure, git repo, README, framework-specific configs (React/Vue/Angular/Express/FastAPI/etc.), TypeScript/linting/testing/build tools, and GitHub Actions CI/CD.
/init-projectInitializes new project with essential directory structure, git repo, README, framework-specific configs (React/Vue/Angular/Express/FastAPI/etc.), TypeScript/linting/testing/build tools, and GitHub Actions CI/CD.
/init-projectInitializes project by interactively generating CLAUDE.md (overview, stack, structure), spec.md (feature specs), and prompt_plan.md (phased implementation plan). Auto-detects tech stack; supports [name] [--type next|vite|go|python|rust].
/init-projectScans current codebase to auto-generate project-level CLAUDE.md with detected stack, conventions, domain context, team rules, and clarifying questions.