claude-code-skills
by levnikolaevich·★ 465·综合分 51
Claude Code插件套件,包含hex-line、hex-graph、hex-ssh和hex-research等MCP服务器,提供增强的代码智能功能。
概述
Claude Code Skills 是一个全面的插件套件,捆绑了多个MCP服务器以增强Claude Code的功能。该项目包含四个主要MCP服务器:hex-line(哈希验证编辑)、hex-graph(代码知识图谱)、hex-ssh(远程SSH)和hex-research(研究假设图谱)。这些服务器提供确定性文件编辑、代码分析、远程访问和研究管理功能。项目遵循敏捷交付工作流程,包含7个插件,涵盖从项目启动到代码审计和性能优化的所有方面。
试试问 AI
装完之后,这里有 4 个你可以让 AI 做的事:
什么时候选它
当您需要在开发工作流程中使用哈希验证的文件编辑、代码智能图或远程SSH操作以减少token使用时,选择这些MCP服务器。
什么时候不要选它
如果您需要简单的文件操作而不需要验证开销,或者您正在寻找单个MCP服务器而不是完整的工具包,请避免使用。
此 server 暴露的工具
从 README 抽取出 9 个工具hex-line read_fileRead files with content hash verification
hex-line edit_fileEdit files with content hash verification
hex-graph queryQuery codebase knowledge graph
hex-ssh sftpTransfer files via SFTP with hash verification
hex-research indexIndex markdown hypotheses and research data
hex-line grepSearch code with hash verification
hex-graph analyzeAnalyze codebase architecture and patterns
hex-ssh execExecute commands on remote server
hex-line write_fileWrite new files with hash verification
可对比工具
安装
安装
**先决条件:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) 或 [OpenAI Codex CLI](https://developers.openai.com/codex)
# Claude Code
/plugin marketplace add levnikolaevich/claude-code-skills
/plugin install setup-environment@levnikolaevich-skills-marketplace
# Codex CLI
codex plugin marketplace add levnikolaevich/claude-code-skills
codex
/plugins**MCP服务器安装:**
# hex-line — 哈希验证文件编辑(捆绑)
claude mcp add -s user hex-line -- npx -y @levnikolaevich/hex-line-mcp
# hex-ssh — 具有哈希验证的高效SSH(捆绑)
claude mcp add -s user hex-ssh -- npx -y @levnikolaevich/hex-ssh-mcp
# hex-graph — 代码知识图谱(捆绑)
claude mcp add -s user hex-graph -- npx -y @levnikolaevich/hex-graph-mcp
# hex-research — 研究假设图谱(捆绑)
claude mcp add -s user hex-research -- npx -y @levnikolaevich/hex-research-mcpclaude-code-skills 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。