bootstrap

Installation
SKILL.md

Bootstrap a Project

Scaffold a new project with minimal, opinionated defaults. Stop after scaffolding — do not build features.

Defaults

  • Pythonuv, pydantic-settings, PostgreSQL when a DB is needed
  • TypeScriptbun, 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.).

Process

Installs
2
GitHub Stars
212
First Seen
Apr 20, 2026
bootstrap — owainlewis/blueprint