MCP Catalogs
首页skrills screenshot

skrills

by athola·64·综合分 48

一个36工具的MCP服务器,用于验证、分析并同步Claude Code、Codex CLI、Copilot CLI和Cursor之间的技能。

developer-toolsai-llmproductivity
10
Forks
24
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Skrills是一个全面的技能协调工具,用于弥合不同AI编码助手之间的差距。它验证技能是否符合各平台要求,在CLI之间同步技能和配置,并提供用于优化的令牌分析。这个基于Rust的实现包含一个内置的MCP服务器,提供36个工具,用于验证、同步、智能操作和研究功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:在Claude Code、Codex CLI、GitHub Copilot CLI和Cursor之间同步技能和配置
:针对多个AI编码助手平台验证技能并提供自动修复功能
:分析令牌使用情况并优化AI助手的上下文窗口
:Skrills支持哪些AI编码助手?
:Skrills可以自动验证技能吗?

什么时候选它

当你需要跨多个AI编程助手(Claude Code、Codex CLI、Copilot CLI、Cursor)工作并需要保持技能一致性和验证跨平台兼容性时,选择Skrills。

什么时候不要选它

如果你只使用一种AI编程助手,或者需要将技能注入到运行时提示中,不要选择Skrills,因为它只验证和同步文件,没有运行时功能。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

说明: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.

可对比工具

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

安装

# 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

作为MCP服务器使用:

skrills serve --stdio

Claude Desktop集成,添加到claude_desktop_config.json

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

FAQ

Skrills支持哪些AI编码助手?
Skrills支持Claude Code、Codex CLI、GitHub Copilot CLI和Cursor,可以在它们之间同步技能、命令、代理、MCP服务器、钩子、规则、首选项和插件资产。
Skrills可以自动验证技能吗?
是的,Skrills可以针对每个平台的要求验证技能,并使用--autofix标志自动修复问题,如缺失的frontmatter或不兼容的字段。

skrills 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。