By misfitlab
Spec → PRD → Codebake tasks → isolated execution. Four composable skills (spec-writer, prd-writer, task-writer, task-work) that turn a feature idea into a tested PRD, a fully-loaded Codebake project board, and per-task subagent execution.
Use when a Codebake spec exists and you need to turn it into a PRD organized by user stories — each with acceptance criteria, tests in the project's actual stack, and module-level implementation decisions.
Use when starting a new Codebake feature, app, or initiative and need a written spec before any PRD, plan, or code — focuses on user stories and high-level functional description.
Use when the user wants to work a Codebake task in an isolated subagent — picks up the next available task or a specified task identifier, dispatches a fresh-context subagent at the configured model, and reports the result.
Use when a Codebake PRD exists and you need to load the Codebake project with individually-grabbable tasks via the Codebake MCP — uses tracer-bullet vertical slices so each task is end-to-end demoable.
A Claude Code plugin with composable skills that drive the Codebake MCP — turn an idea into a spec, a spec into a PRD, a PRD into Codebake tasks, and run those tasks in isolated subagents.
| Skill | What it does |
|---|---|
codebake:spec-writer | Asks user-story-focused questions one at a time and writes a feature spec to .claude/codebake/specs/. |
codebake:prd-writer | Reads the spec, discovers the project's stack from its manifest, and writes a PRD with deep modules and per-user-story acceptance criteria + test scaffolds to .claude/codebake/prds/. |
codebake:task-writer | Decomposes the PRD into tracer-bullet vertical slices, tags each AFK / HITL with Blocked by dependencies, and creates Codebake tasks via the MCP. |
codebake:task-work | Picks up the next available task (or a specified id) and dispatches a fresh-context subagent at the configured model to do the work end-to-end. |
Each skill hands off to the next; nothing auto-fires. Every skill is tech-neutral — language and test framework are discovered from the project's manifest (package.json / mix.exs / Cargo.toml / pyproject.toml / go.mod / Gemfile / etc.), never assumed.
/plugin marketplace add MisfitLab/codebake-skills
/plugin install codebake@codebake
The skills appear as codebake:spec-writer, codebake:prd-writer, codebake:task-writer, codebake:task-work.
To install from a local clone instead of GitHub:
/plugin marketplace add /path/to/codebake-skills
/plugin install codebake@codebake
codebake:task-work resolves the model used for the dispatched subagent in this order:
model=opus).claude/codebake/config.json — task_work_model fieldsonnet{
"task_work_model": "sonnet"
}
Valid values: sonnet, opus, haiku.
spec-writer → prd-writer → task-writer → task-work (per task)
│ │ │ │
▼ ▼ ▼ ▼
.claude/ .claude/ Codebake PR + green CI
codebake/ codebake/ project + completion summary
specs/ prds/ tasks
Spec and PRD documents live in the consuming project's .claude/codebake/ directory. Tasks live on the Codebake project itself (via the Codebake MCP).
PolyForm Noncommercial 1.0.0. Free to use, modify, and redistribute for any noncommercial purpose. Selling these skills (or derivative works) is not permitted. For commercial licensing, contact Misfits Lab.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub misfitlab/codebake-skills --plugin codebakeComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development