Calimero Skills
Give your AI coding assistant accurate Calimero knowledge — no more hallucinated APIs. One command installs the right context into Claude, Cursor, or Copilot.
12
skills
3
AI editors
npx
install
0
config needed
Install a Skill
1
Pick a skill
Choose which Calimero domain your AI assistant needs to know about. See the skills list for all options.
2
Run npx
# Claude (writes to CLAUDE.md)
npx @calimero-network/agent-skills calimero-rust-sdk
# Cursor (.cursorrules)
npx @calimero-network/agent-skills calimero-rust-sdk --cursor
# Copilot (.github/copilot-instructions.md)
npx @calimero-network/agent-skills calimero-rust-sdk --copilot
npx @calimero-network/agent-skills calimero-rust-sdk
# Cursor (.cursorrules)
npx @calimero-network/agent-skills calimero-rust-sdk --cursor
# Copilot (.github/copilot-instructions.md)
npx @calimero-network/agent-skills calimero-rust-sdk --copilot
3
Your AI knows Calimero
The skill is written to your project's AI instructions file. Your assistant now has accurate API knowledge for that domain.
How It Works
Skills Available
calimero-core
Core runtime concepts — context/app/identity model, JSON-RPC protocol, WebSocket events, CRDT storage types, namespaces and groups.
calimero-rust-sdk
Rust WASM application development — SDK macros, CRDT collections, state management, and execution model.
calimero-sdk-js
TypeScript WASM application development — @State/@Logic decorators, CRDT collections, and the JS SDK CLI.
calimero-client-js
Frontend and Node.js clients connecting to a Calimero node via HTTP/WS — mero-js and calimero-client.
calimero-client-py
Python client for automation, backend services, and node management scripts.
calimero-desktop
Integrating apps with Calimero Desktop SSO — URL hash token reading and auth bypass.
calimero-node
Node operator quick-start — merod setup, meroctl workflow, and context lifecycle overview.
calimero-merod
merod daemon deep-dive — init flags, config file, health endpoints, Docker setup.
calimero-meroctl
Complete meroctl CLI reference — every subcommand, flag, scripting pattern, and multi-node workflow.
calimero-merobox
Local multi-node development environments and CI with merobox.
calimero-registry
Signing, packaging, and publishing applications to the Calimero app registry.
calimero-abi-codegen
Generating typed TypeScript clients from WASM ABI manifest JSON files.