Co2 skills
Skill rashidee/co2-skills
CO2 - an OPINIONATED approach to software development using AI coding agents
npx -y skills add rashidee/co2-skillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.3 KB, as published. Nobody here has run it
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 frommodelgen-* -
mockup/output frommockgen-* -
specification/output fromspecgen-* - Other: <!-- specify -->
Input Contract
<!-- How will the skill resolve its inputs? Reference the CO2 standard: <app_folder>/context/ -->Output Contract
<!-- List every file the skill will produce and its exact path. Follow the CO2 directory structure convention. --><app_folder>/context/
└── specification/
├── <module_1>/
│ └── SPEC.md
└── SPECIFICATION.md
Traceability
<!-- How will this skill preserve CO2 traceability tags? [USL000001], [NFRL000001], [CONL000001] must be traceable end-to-end. -->Are you willing to implement this skill?
- Yes — I will open a PR
- No — I am proposing this for someone else to pick up