Routes Cairo/Starknet coding and audit tasks to the smallest relevant module for focused, high-quality execution.
Install
npx skillscat add keep-starknet-strange/starknet-skills Install via the SkillsCat registry.
SKILL.md
Starknet 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-toolchain
- 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: