3 coding skills — knowledge-first distilled editions. Each skill consists of a trigger (description) + judgment knowledge (~2KB body) + output contract. Runs on Agent Skills standard runtimes such as meshcode desktop, Claude Code, Codex, and Cursor.
Download the zip → extract into your project's .meshcode/skills/ (keep the flat layout). Automatically exposed from the next session onward.
| Skill | Role |
|---|---|
dev-architecture |
Design before code — spike/bounded/architectural classification, approval gate, ADR-style decision table |
dev-test-design |
Test-case matrix (boundary, invalid, regression) + red-green-refactor + evidence gate |
dev-code-review |
Severity-graded diff review with file:line evidence + feedback reception protocol |
- Solo founders shipping code — a design gate and review discipline without a second engineer
- Teams using AI coding agents — keeps agents from jumping straight to implementation and from claiming unverified completion
- Tech leads — a fixed review contract so feedback stays evidence-based and severity-graded
These skills are built for meshcode (free download — macOS/Windows):
- Open your project in meshcode
- In chat, ask "show available skills", then "install the coding skills" — meshcode fetches from this repo automatically, no git or terminal needed
- They appear in the next session and load only when a task matches
Distilled from open-source skill collections — obra/superpowers (brainstorming, writing-plans, test-driven-development, requesting/receiving-code-review, verification-before-completion) and awesome-skills/code-review-skill, both MIT. Condensed to trigger + judgment + contract per skill.
MIT