| name | starknet-skills |
| description | Routes Cairo/Starknet coding and audit tasks to the smallest relevant module for focused, high-quality execution. |
Starknet Skills Router
Use this file to choose the smallest relevant module.
Start Here
Routing Policy
- Prefer one module first.
- Add a second module only when blocked.
- Keep context narrow and evidence-based.
Recommended Build-to-Audit Flow
For new contract work, use this sequence:
- cairo-contract-authoring
- cairo-testing
- cairo-optimization (if performance matters)
- cairo-auditor
cairo-contract-authoring, cairo-testing, and cairo-optimization output a Handoff Block at the end of their workflows — a structured summary (files touched, security posture, test status) that can be passed as input to the next skill. See references/skill-handoff.md for the format.