con un clic
cairo-toolchain
// Covers Starknet build, declare, deploy, verify, and release operations with a deterministic workflow and command-level references.
// Covers Starknet build, declare, deploy, verify, and release operations with a deterministic workflow and command-level references.
Routes Cairo/Starknet coding and audit tasks to the smallest relevant module for focused, high-quality execution.
Cairo smart-contract authoring on Starknet. Trigger on "write a contract", "create a contract", "implement this in Cairo", "add storage/events/interface", "compose components". Guides structure, security patterns, and component wiring.
Improves Cairo performance after correctness is established. Trigger on "optimize", "gas usage", "reduce steps", "profile", "BoundedInt", "storage packing", "benchmark". Guides profiling, arithmetic optimization, and bounded-int hardening.
Cairo smart-contract testing with snforge. Trigger on "write tests", "add unit tests", "fuzz test", "integration test", "test this contract", "regression test". Guides test strategy, cheatcode usage, and coverage.
Security audit of Cairo/Starknet code. Trigger on "audit", "check this contract", "review for security". Modes - default (full repo), deep (+ adversarial reasoning), or specific filenames.
Run a local security audit on a Cairo repository
| name | cairo-toolchain |
| description | Covers Starknet build, declare, deploy, verify, and release operations with a deterministic workflow and command-level references. |
| license | Apache-2.0 |
| metadata | {"author":"starknet-skills","version":"0.1.1","org":"keep-starknet-strange","source":"starknet-agentic"} |
| keywords | ["cairo","deploy","sncast","starknet","sepolia","mainnet","declare","verification"] |
| allowed-tools | ["Bash","Read","Write","Glob","Grep","Task"] |
| user-invocable | true |
Use this entrypoint for deployment/release sequencing; load command details from references.
cairo-contract-authoring).cairo-testing).cairo-optimization).