
Skrills
Supports UIby athola
Sync and validate AI skills across Claude Code, Codex, Copilot, and Cursor.
What it does
Skrills provides a unified support engine for AI coding assistant skills. It solves the fragmentation problem by validating, analyzing, and syncing skills, commands, and configurations across multiple different AI CLI environments from a single Rust binary.
Tools
- sync-all: Mirrors skills, agents, and MCP servers between all supported CLIs.
- validate: Checks for missing frontmatter and incompatible fields with an
--autofixoption. - analyze: Provides token counts and reduction suggestions for context window management.
- cold-window: A real-time dashboard for monitoring plugins, skills, and subagents.
- MCP Server: Exposes 36 tools for programmatic skill management and research.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"skrills": {
"command": "skrills",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Code
- Codex CLI
- GitHub Copilot CLI
- Cursor
Quick install
curl -LsSf https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.sh | shInformation
- Pricing
- free
- Published
- 5/12/2026
- stars





