CODEHANCEdocs
← All skills & agents

bootstrap

Scaffolds a new project pre-configured with the Codehance curated stack. Use after blueprint and design so the scaffold matches the planned screens.

Install order matters: install blueprint and design first — this builds on their output.

Install

Install globally

Recommended

Available in every directory and every project — install once, use for everything you build.

$ npx skills add https://docs.codehance.com --skill bootstrap -g --agent claude-code

Just this project

Drop the -g to install into the current project only.

$ npx skills add https://docs.codehance.com --skill bootstrap --agent claude-code

Run the command from a terminal. Omitting --agent makes the CLI auto-detect the coding tools installed on your machine.

Bootstrap

Placeholder skill. This is dummy content used to test the Codehance docs and install pipeline end to end. The real skill instructions will replace this body.

What this skill does

Scaffolds a brand-new project pre-configured with the Codehance curated stack, wired to the screens planned in blueprint and styled by design.

When to use it

Use this once a blueprint and design exist and you're ready to turn plans into a running project on your machine.

Instructions

  1. Confirm the blueprint and design outputs exist for this project.
  2. Scaffold the project with the curated stack. *(Placeholder — real steps to follow.)*
  3. Verify the project runs locally. *(Placeholder — real steps to follow.)*