Agent-readable instructions
for every IC need.
Zero hallucinations. Structured skill files with correct canister IDs, tested code, known pitfalls, and verification checks.
Deploy frontend assets to the IC. Certified assets, custom domains, SPA routing, and content encoding.
Serve verified responses from query calls. Merkle tree construction, certificate validation, and certified asset patterns.
Accept, send, and manage ckBTC in your canister. Covers minting, transfers, balance checks, and UTXO management.
Create, fund, and manage cycles wallets. Top-up canisters, check balances, and automate cycle management.
Call Ethereum and EVM chains from IC canisters. JSON-RPC, transaction signing, and cross-chain workflows.
Make HTTP requests from canisters to external APIs. Consensus-safe request patterns, transform functions, and cost management.
Use the public REST APIs that power dashboard.internetcomputer.org. Get data for canisters, ledgers, SNS, and metrics.
Deploy and interact with ICRC-1/ICRC-2 token ledgers. Minting, approvals, transfers, and metadata.
Integrate Internet Identity authentication into frontend and backend canisters. Delegation, session management, and anchor handling.
Design and deploy multi-canister dapps with inter-canister calls, shared state patterns, and upgrade strategies.
Configure and launch an SNS DAO. Token economics, proposal types, nervous system parameters, and decentralization swap.
Manage canister state across upgrades. Stable structures, pre/post upgrade hooks, and memory-mapped data.
Implement on-chain privacy using vetKeys. Key derivation, encryption/decryption flows, and access control patterns.