bootstrap-project
Bootstrap Project
Take a project from empty directory to first green commit: interview briefly, scaffold with the official CLI, wire the toolchain, harden, verify, seed docs, commit in coherent units. This skill owns the sequence and house defaults; the knowledge for each layer lives in the skills below - route, don't duplicate.
Principle: compose, don't vendor
Scaffolder output churns with every framework release; anything this skill
hardcoded about templates would rot in months. Always run the official
scaffolder for the stack and check its current docs at bootstrap time. The
durable content here is the house layer - toolchain, hardening, verification,
commit discipline - which changes rarely. Churny per-stack knowledge lives in
references/ and is kept honest by the rule at the end of this file.