Cairo/Starknet reasoning and audit-quality skills for secure contract authoring, testing, and review.
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.
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.
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.
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.
Covers Starknet build, declare, deploy, verify, and release operations with a deterministic workflow and command-level references.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Built on the Agent Skills open standard — works with any tool that reads markdown.
Cairo/Starknet skills for AI coding agents
Security + reasoning knowledge layer for any agent that reads markdown. Built on the Agent Skills open standard — works with 30+ tools. For operational tooling, see starknet-agentic.
/plugin marketplace add keep-starknet-strange/starknet-skills
/plugin install starknet-skills
Then try:
Audit src/contract.cairo using the cairo-auditor skill
Clone the repo:
git clone https://github.com/keep-starknet-strange/starknet-skills.git
Option 1: add the cloned repo as a context directory in Cursor settings.
Option 2: copy the rule file and selected skills into your project.
Run the following from your project root and replace /path/to/starknet-skills with your clone path:
cd /path/to/your/project
mkdir -p .cursor/rules .cursor/skills
cp /path/to/starknet-skills/.cursor/rules/starknet-skills.md .cursor/rules/
cp -r /path/to/starknet-skills/cairo-auditor .cursor/skills/cairo-auditor
cp -r /path/to/starknet-skills/cairo-testing .cursor/skills/cairo-testing
cp -r /path/to/starknet-skills/cairo-contract-authoring .cursor/skills/cairo-contract-authoring
Then try:
npx claudepluginhub keep-starknet-strange/starknet-skills --plugin starknet-skillsCanonical Starknet skill bundle for AI agents: wallets, DeFi, identity, payments, privacy, and Cairo contract workflows.
Flagship Cairo/Starknet audit skill for vulnerability discovery with strict FP gating and confidence scoring.
Canonical Starknet skill bundle for AI agents: wallets, DeFi, identity, payments, privacy, and Cairo contract workflows.
Skills for secure smart contract development with OpenZeppelin Contracts libraries
Comprehensive smart contract security toolkit based on Trail of Bits' Building Secure Contracts framework. Includes vulnerability scanners for 6 blockchains and 5 development guideline assistants.
No description provided.
AI-powered smart contract security auditor with parallel hunt lanes, Devil's Advocate verification, static analysis (Slither, Aderyn), fuzz testing (Echidna, Medusa), symbolic execution (Halmos), Solodit intelligence, and interactive Map-Hunt-Attack methodology
Blockchain development with Solidity security, DeFi protocols, NFT standards, and Web3 testing