From partme-ai-full-stack-skills
Initializes Spec Kit project via `specify init`: pulls .specify/ (memory, scripts, templates, specs) and registers /speckit slash commands for AI agents like Claude or Cursor. Use for first-time setup, agent switch, or new directories.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Run **specify init** to initialize a Spec Kit project: pull `.specify/` (memory, scripts, templates, specs) and register `/speckit.*` slash commands with the chosen AI Agent. This skill assumes the Specify CLI is already installed; if not, direct the user to **speckit-install** first.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Run specify init to initialize a Spec Kit project: pull .specify/ (memory, scripts, templates, specs) and register /speckit.* slash commands with the chosen AI Agent. This skill assumes the Specify CLI is already installed; if not, direct the user to speckit-install first.
--script ps).specify is not in PATH, guide the user to run speckit-install before proceeding.--no-git if the project is not a git repo or you want to skip git-related setup).Verify CLI
Choose parameters
claude | cursor-agent | gemini | copilot | windsurf | qwen | opencode | codex | qoder | amp | shai | bob | kilocode | auggie | roo | codebuddy — pick the agent the user will use in this project.sh (default, Bash) or ps (PowerShell). Use ps on Windows when the user needs PowerShell scripts.specify init . or specify init --here for current directory; or specify init <project_name> for a new subdirectory..specify/ if present (use with care)..specify/ structure.GITHUB_TOKEN: For private repos or rate-limited access.Run the command
specify init . --ai cursor-agentspecify init . --ai claudespecify init . --ai copilot --script psspecify init my-app --ai geminiConfirm outputs
.specify/ (memory, scripts, templates, specs) and the Agent has /speckit.* slash commands available..specify/ directory with memory, scripts, templates, and specs./speckit.constitution, /speckit.specify, /speckit.plan) available in the chosen AI Agent.| Environment | Example |
|---|---|
| Linux / macOS, Cursor | specify init . --ai cursor-agent |
| Linux / macOS, Claude | specify init . --ai claude |
| Windows, Copilot, PowerShell | specify init . --ai copilot --script ps |
| New subdirectory | specify init my-project --ai gemini |
| Overwrite existing .specify | specify init . --ai claude --force |
| No git | specify init . --ai claude --no-git |
| Templates only (no agent tools) | specify init . --ai claude --ignore-agent-tools |
--script ps if the agent expects PowerShell, and that the agent is configured to load commands from the project.GITHUB_TOKEN or pass --github-token <token> as documented by spec-kit.