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:

| Context | Mode | Action |

Related skills
Installs
1
GitHub Stars
5
First Seen
Apr 26, 2026