| name | starknet-skills |
|---|---|
| description | Routes Cairo/Starknet coding and audit tasks to the smallest relevant module for focused, high-quality execution. |
Use this file to choose the smallest relevant module.
- For contract security review: cairo-auditor
- For writing new contracts: cairo-contract-authoring
- For testing and fuzzing: cairo-testing
- For gas/perf optimization: cairo-optimization
- For build/declare/deploy/release operations: cairo-toolchain
- For account abstraction rules and risks: account-abstraction
- For Starknet network constraints: starknet-network-facts
- Prefer one module first.
- Add a second module only when blocked.
- Keep context narrow and evidence-based.
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.