core
Peer-to-peer app platform with CRDT sync and WASM
All Skills in This Repository (2)
Pure Emerald Level Indicatorsdead-code-cleanup
Detect and remove unused functions, variables, imports, and types across multi-language codebases.
core-pr-helper
Generate a standards-compliant branch name and PR description for Calimero core PRs.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core