init
Installation
SKILL.md
Project Initialization Skill
Unified entry point for project bootstrapping. Handles both new project creation (scaffold + workflow) and adding the workflow system to existing projects. Step 0 before feature planning.
Usage
/skill:init # Interactive — auto-detects context
/skill:init nextjs my-app # New Next.js project
/skill:init python my-service # New Python project
/skill:init rust my-crate # New Rust project
/skill:init --setup # Add workflow to existing project
Mode Detection
If no arguments provided, auto-detect the appropriate mode: