init
skillmd init [slug-or-url] [project-name]Scaffold a new project from a skill's starter template. Clones the starter repo, applies the skill's design tokens, and optionally installs dependencies and runs git init.
| Flag | Description |
|---|---|
| -t, --template <name> | Starter template (next, vite, astro, or user/<slug>) |
| --package-manager <pm> | pnpm | npm | bun | yarn |
| --ide <ide> | claude | cursor | windsurf | all (default: all) |
| --mode <mode> | URL-mode generation: design | api | library | generic |
| --no-install | Skip dependency install |
| --no-git | Skip git init |
| --dry-run | Print actions without writing |