Skills catalog
Skills are not inlined into every phase prompt. Agents load them with the native Skill tool (Claude Agent SDK) or with mcp__coro__read_skill when the fallback toolpack is active.
| Skill | One-liner | Category |
|---|---|---|
api-design | Public API / RPC / bus contract checklist — cross-cutting review & DEEP analyzer lens. | Architecture |
campaign-contracts | Authoring + verifying cross-child contracts in campaigns. | Campaign |
campaign-planning | Heuristics for epic decomposition, dependencies, tracker hygiene. | Campaign |
ci-cd-authoring | CI/CD pipeline change checklist (GH Actions, GitLab CI, Jenkins, …). | Delivery |
cross-cutting-review | Security, performance, observability, dependency hygiene, a11y checklist (L4 lens). | Review |
db-migrations-safe | Safe schema/data migration patterns across engines. | Data |
dependency-hygiene | Added/removed/upgraded dependency review checklist. | Review |
dotnet-conventions | .NET/C# service standards (layout, DI, EF, tests). | Language |
feature-planning | Spec → plan → language detection guidance for implementation jobs. | Process |
feature-testing | Testing methodology index + tier selection guidance. | Testing |
feature-testing-contract | Contract-test discipline for producer/consumer surfaces. | Testing |
feature-testing-e2e | Thin, high-value end-to-end methodology. | Testing |
feature-testing-integration | Multi-component integration methodology. | Testing |
feature-testing-unit | Fast isolated unit-test methodology. | Testing |
golang-conventions | Go layout, chi/zerolog/pgx patterns for Coro-managed services. | Language |
java-conventions | Java / Maven / Gradle / Spring Boot norms. | Language |
kotlin-conventions | Kotlin on the JVM — coroutines, Gradle DSL, testing. | Language |
observability-additions | Logs/metrics/traces change checklist. | Review |
python-conventions | pyproject, typing, asyncio, logging standards. | Language |
register-convention | How to append to per-job register.json decision ledger. | Process |
ruby-conventions | Ruby / Rails-ish service norms. | Language |
rust-conventions | Rust editions, anyhow/thiserror, async testing guidance. | Language |
self-improvement-guide | Anatomy of propose_change, targets, and reviewer expectations. | Meta |
spec-quality | Minimum spec sections + ambiguity checks for spec-writer. | Process |
typescript-conventions | TS/Node service norms (pnpm, tsconfig, tests). | Language |