MCP Catalogs
Homeskrills screenshot

skrills

by athola·64·Score 48

A 36-tool MCP server that validates, analyzes, and syncs skills across Claude Code, Codex CLI, Copilot CLI, and Cursor.

developer-toolsai-llmproductivity
10
Forks
24
Open issues
this month
Last commit
2d ago
Indexed

Overview

Skrills is a comprehensive skill coordination tool that bridges the gap between different AI coding assistants. It validates skills against each platform's requirements, syncs skills and configurations between CLIs, and provides analytics for token optimization. The Rust-based implementation includes a built-in MCP server exposing 36 tools for validation, sync, intelligence operations, and research capabilities.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Sync skills and configurations between Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor
you:Validate skills against multiple AI coding assistant platforms with autofix capabilities
you:Analyze token usage and optimize context windows across AI assistants
you:What AI coding assistants does Skrills support?
you:Can Skrills validate skills automatically?

When to choose this

Choose Skrills when working across multiple AI coding assistants (Claude Code, Codex CLI, Copilot CLI, Cursor) and need to maintain skill consistency and validate compatibility across platforms.

When NOT to choose this

Don't choose Skrills if you only use a single AI coding assistant or if you need runtime skill injection into prompts, as Skrills only validates and syncs files without runtime capabilities.

Tools this server exposes

12 tools extracted from the README
  • sync-all

    Syncs skills, commands, agents, MCP servers, hooks, rules, preferences, and plugin assets between all CLIs

  • validate

    Validate skills against different CLI requirements with optional autofix

  • analyze

    Analyze token usage and provide optimization suggestions

  • sync

    Sync assets between specific CLI environments

  • serve

    Start MCP server with HTTP transport and browser dashboard

  • cold-window

    Launch real-time dashboard with continuous analysis of skills and plugins

  • tui

    Launch interactive terminal user interface dashboard

  • multi-cli-agent

    Launch an agent with automatic backend routing between CLIs

  • skill-deprecate

    Mark a skill as deprecated across all CLI environments

  • skill-rollback

    Roll back a skill to a previous version

  • skill-import

    Import a skill from a marketplace or repository

  • skill-score

    Score and rank skills based on usage and performance metrics

Note: Tool names inferred from CLI command examples. The README mentions 36 MCP tools but only provides CLI examples. The actual MCP tool signatures and descriptions are not fully documented in this README excerpt.

Comparable tools

mcp-server-templatecursor-mcpcodex-mcpclaude-desktop-mcpai-tool-sync

Installation

# macOS/Linux
curl -LsSf https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.sh | sh

# Windows PowerShell
powershell -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "
Remove-Item alias:curl -ErrorAction SilentlyContinue; iwr https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.ps1 -UseBasicParsing | iex"

cargo install skrills

To use as MCP server:

skrills serve --stdio

For Claude Desktop integration, add to claude_desktop_config.json:

{
  "mcpServers": {
    "skrills": {
      "command": "skrills",
      "args": ["serve", "--stdio"]
    }
  }
}

FAQ

What AI coding assistants does Skrills support?
Skrills supports Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor, syncing skills, commands, agents, MCP servers, hooks, rules, preferences, and plugin assets between them.
Can Skrills validate skills automatically?
Yes, Skrills can validate skills against each platform's requirements and automatically fix issues like missing frontmatter or incompatible fields with the --autofix flag.

Compare skrills with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.