Starknet Agentic Skills Router
Use this file to choose the smallest relevant module.
Start Here
- 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-deploy
- For account abstraction rules and risks: account-abstraction
- For Starknet network constraints: starknet-network-facts
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