Codehance skills & agents
Install a skill. Build with it. Everywhere.
A Codehance skill is a prebuilt capability for your AI coding tool — Claude Code, Codex, or Cursor. An agent is a specialist teammate your tool can delegate to. One command installs either; the curriculum tells you which to install and when.
Global install Recommended
The -gflag installs at user level, so it works in any directory and any project. Skills are reusable capabilities you'll use across many builds — install them once, globally.
Project install
Drop the -gand the skill installs into the current project only — useful when you want it scoped to a single app or shared with that repo's collaborators.
Browse the catalog
blueprint
skillTurns a plain-language app idea into a complete screen inventory and architectural component list.
npx skills add … --skill blueprint -g →
bootstrap
skillScaffolds a new project pre-configured with the Codehance curated stack.
Requires: blueprint, design
npx skills add … --skill bootstrap -g →
design
skillTakes a blueprint and produces a visual design and mockup of the required screens.
Requires: blueprint
npx skills add … --skill design -g →
reviewer
agentA specialist review agent that checks your build against the blueprint and design before you ship.
view install →
Machine-readable indexes: skills · agents. These are generated from the same catalog as this page, so they can never drift apart.
