/SKILL.md
Routes Starknet agent, wallet, DeFi, identity, SDK, and Cairo contract work to the smallest focused skill module.
npx skillsauth add keep-starknet-strange/starknet-agentic starknet-agentic-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this router to choose the smallest relevant Starknet Agentic skill. Load one child skill first, then add a second only when the task crosses a real boundary.
SKILL.md before loading its references.| User intent | Route to | |---|---| | Starknet.js application code, account APIs, transaction handling, paymaster integration, wallet integration | starknet-js | | Agent wallet setup, balances, transfers, account deployment, contract invokes, session keys, gasless wallet operations | starknet-wallet | | Swaps, DCA, staking, lending, AVNU routing, protocol-specific DeFi execution | starknet-defi | | ERC-8004 agent registration, metadata, reputation, validation, on-chain identity | starknet-identity | | SNIP-36 virtual block proving, off-chain proofs, anonymous voting, heavy private computation, proof-backed verification | snip-36 | | Payment links, invoices, QR codes, Telegram payment UX, simple P2P ETH/STRK/USDC transfers | starknet-mini-pay | | Confidential ERC20 payments, encrypted balances, private transfers, Tongo protocol flows | starknet-tongo | | Privacy-focused Typhoon wallet creation and anonymous wallet operations | starknet-anonymous-wallet | | Cartridge Controller CLI sessions, scoped policies, explicit network/paymaster execution, JSON recovery | controller-cli | | Bridging an agent from EVM to Starknet and registering with Huginn | huginn-onboard | | Maintaining apps built with keep-starknet-strange/starkzap | starkzap-sdk |
| User intent | Route to | |---|---| | Write or modify Cairo contracts, storage, events, interfaces, components, or project structure | cairo-contract-authoring | | Add unit, integration, fuzz, fork, or regression tests with Starknet Foundry | cairo-testing | | Improve Cairo gas/step performance after behavior is tested and locked | cairo-optimization | | Build, declare, deploy, verify, or operate Cairo contracts with sncast | cairo-deploy | | Review Cairo/Starknet code for vulnerabilities and false positives | cairo-auditor | | Reason about account abstraction validation, nonces, signatures, execution paths, or session policy | account-abstraction | | Check Starknet protocol constraints: tx versions, fees, block timing, sequencer assumptions | starknet-network-facts |
For new contract work, use this sequence:
Use cairo-deploy only after tests and review gates are satisfied.
data-ai
SNIP-36 virtual block proving on Starknet. Trigger on "virtual block", "SNIP-36", "off-chain proof", "anonymous vote", "heavy computation off-chain", "prove a transaction". Covers Cairo virtual contract, proof server, starknet.js integration, and on-chain verification.
development
Reference for integrating or maintaining applications built with keep-starknet-strange/starkzap, including StarkSDK setup, onboarding, wallet lifecycle, sponsored transactions, ERC20 flows, staking, and transaction builder usage.
testing
Create and manage Starknet wallets for AI agents. Transfer tokens, check balances, manage session keys, deploy accounts, and interact with smart contracts using native Account Abstraction.
development
Simple P2P payments on Starknet. Generate QR codes, payment links, invoices, and transfer ETH/STRK/USDC. Like Lightning, but native.