calimero-networkcalimero-networkOfficialยท2 Agent Skills Included

core

Peer-to-peer app platform with CRDT sync and WASM

Builds and runs peer-to-peer collaborative applications with automatic conflict-free state sync, encrypted networking, and group-based access control. Compiles Rust or JavaScript apps to WASM and converges state across nodes without manual conflict resolution or central servers. Includes node daemon, operator CLI, app SDK, and cleanup skills that remove dead code and unreachable subsystems safely.
npx skills add calimero-network/core --all -g -y
Available:

Instructs your AI agent on the monorepo's architecture, build and test commands, coding conventions, and how to route cleanup or PR tasks to the correct sub-skill and per-crate guidance files.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Calimero Core?โ–ผ

Run `npx skills add calimero-network/core --all -g -y` in your terminal to install all skills in this suite globally.

What does Calimero Core do?โ–ผ

It is a peer-to-peer platform for building collaborative apps with automatic CRDT state sync, encrypted networking, and group access control. Apps are written in Rust or JavaScript and compiled to WASM.

How to remove dead code safely with AI?โ–ผ

The dead-code-cleanup skill finds unused functions, imports, and types, verifies zero references including dynamic and test usage, and reports them with file paths before any removal.

How to find unreachable code that still compiles?โ–ผ

The unreachable-subsystems skill traces reference chains outward to real anchors like routes, CLI commands, and CI jobs, flagging dead islands that compilers and linters cannot detect.

Does it work with Claude Code and Cursor?โ–ผ

Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, and other compatible coding agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’