From starknet-skills
Covers Starknet build, declare, deploy, verify, and release operations with a deterministic workflow and command-level references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/starknet-skills:cairo-toolchainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this entrypoint for deployment/release sequencing; load command details from references.
Use this entrypoint for deployment/release sequencing; load command details from references.
cairo-contract-authoring).cairo-testing).cairo-optimization).npx claudepluginhub keep-starknet-strange/starknet-skills --plugin starknet-skillsDeploys Cairo contracts to Starknet using sncast: account setup, declare/deploy workflow, network configuration, and contract verification.
Sets up Starknet Cairo smart contract projects: scaffolds with Scarb/starknet-foundry, adds OpenZeppelin deps to Scarb.toml, covers imports and components.
Scans Cairo/StarkNet smart contracts for 6 critical vulnerabilities: felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, signature replay, and storage collisions.