
skrills
by athola·★ 64·综合分 48
一个36工具的MCP服务器,用于验证、分析并同步Claude Code、Codex CLI、Copilot CLI和Cursor之间的技能。
概述
Skrills是一个全面的技能协调工具,用于弥合不同AI编码助手之间的差距。它验证技能是否符合各平台要求,在CLI之间同步技能和配置,并提供用于优化的令牌分析。这个基于Rust的实现包含一个内置的MCP服务器,提供36个工具,用于验证、同步、智能操作和研究功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当你需要跨多个AI编程助手(Claude Code、Codex CLI、Copilot CLI、Cursor)工作并需要保持技能一致性和验证跨平台兼容性时,选择Skrills。
什么时候不要选它
如果你只使用一种AI编程助手,或者需要将技能注入到运行时提示中,不要选择Skrills,因为它只验证和同步文件,没有运行时功能。
此 server 暴露的工具
从 README 抽取出 12 个工具sync-allSyncs skills, commands, agents, MCP servers, hooks, rules, preferences, and plugin assets between all CLIs
validateValidate skills against different CLI requirements with optional autofix
analyzeAnalyze token usage and provide optimization suggestions
syncSync assets between specific CLI environments
serveStart MCP server with HTTP transport and browser dashboard
cold-windowLaunch real-time dashboard with continuous analysis of skills and plugins
tuiLaunch interactive terminal user interface dashboard
multi-cli-agentLaunch an agent with automatic backend routing between CLIs
skill-deprecateMark a skill as deprecated across all CLI environments
skill-rollbackRoll back a skill to a previous version
skill-importImport a skill from a marketplace or repository
skill-scoreScore 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.
可对比工具
安装
# 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 --stdioClaude 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。