From cca-plugin
Browse and download starter kits. Each kit provides a PRD template and customisation points for a specific project type.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cca-plugin:kitsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping a student pick a starter kit for their project.
You are helping a student pick a starter kit for their project.
Read .cca-state in the project root.
/cca-plugin:setup." Then stop.stage is prd_confirmed or later: Tell the student: "You already have a PRD locked in. Run /cca-plugin:build to start building, or delete prd.md and .cca-state to start fresh." Then stop.stage is setup_complete or prd_draft: Proceed — student can pick or change their kit.List the bundled kits from the templates directory:
templates/kits/ directorykit.yml in the project root.cca-state: set kit to the kit name, set next_cmd to /cca-plugin:prd, set updated to current timestamp/cca-plugin:prd to customise it for your project."If no kits directory exists or it's empty, say:
"No kits available yet. Run /cca-plugin:prd to start from scratch."
npx claudepluginhub zenaitutoring/cca-marketplace --plugin cca-pluginInstantiates JSON project templates for webapps, APIs, ML pipelines, mobile, and infrastructure projects into customizable phases, epics, and stories.
Scaffolds full projects from PRD + stack templates: directory structure, configs, CLAUDE.md, git repo init, GitHub push. Studies existing projects via SoloGraph, uses Context7 for library versions.
Scans existing codebase and interviews you to bootstrap SpecKit projects with CLAUDE.md, constitution.md, and full .specify/ scaffolding. Supports presets for Flask-React, FastAPI-Next, CLI-Python, and Express-React stacks.