new-skill-proposallisted
Install: claude install-skill rashidee/co2-skills
## Skill Name
<!-- Follow the CO2 naming convention: <prefix>-<stack>-<variant>
e.g. specgen-django-postgres, mockgen-bootstrap, testgen-cypress -->
**Proposed name:** `<skill-name>`
## Skill Family
- [ ] `specgen-*` — Technical specification generator (highest priority)
- [ ] `modelgen-*` — Data model generator
- [ ] `mockgen-*` — UI mockup generator
- [ ] `testgen-*` — Test scaffold generator
- [ ] `util-*` — Utility / clean-up operation
- [ ] `conductor-*` — Multi-skill orchestrator
## Problem Statement
<!-- Why does this skill need to exist?
What gap in the CO2 workflow does it address?
Who benefits and how? -->
## Technology Stack
<!-- Be specific about versions. CO2 skills are opinionated — version pinning is intentional.
e.g. Django 4.2 LTS + PostgreSQL 16 + Django REST Framework 3.15 + SimpleJWT 5.x -->
## CO2 Phase
<!-- Which phase of the CO2 workflow does this skill belong to?
Context Window Preparation / PRD Clean-Up / Artifact Generation / Orchestration -->
## Prerequisites
<!-- Which context artifacts must exist before this skill can run?
e.g. PRD.md, model/, mockup/, specification/ -->
- [ ] `CLAUDE.md`
- [ ] `PRD.md`
- [ ] `model/` output from `modelgen-*`
- [ ] `mockup/` output from `mockgen-*`
- [ ] `specification/` output from `specgen-*`
- [ ] Other: <!-- specify -->
## Input Contract
<!-- How will the skill resolve its inputs?
Reference the CO2 standard: <app_folder>/context/ -->
## Output Contract
<!-- L