bootstrap
Installation
SKILL.md
Bootstrap a Project
Scaffold a new project with minimal, opinionated defaults. Stop after scaffolding — do not build features.
Defaults
- Python →
uv,pydantic-settings, PostgreSQL when a DB is needed - TypeScript →
bun, Next.js (App Router)
Input
The user provides: $ARGUMENTS
The first argument is the project type (python, nextjs, cli, library). The second is the project name. If either is missing, ask for it. If both are provided and no deviations from the defaults are mentioned, proceed without further questions.
Only ask about deviations if the user's message suggests them ("use MySQL instead of Postgres", "skip pydantic-settings", etc.).