MCP Catalogs
首页

claude-code-skills

by levnikolaevich·465·综合分 51

Claude Code插件套件,包含hex-line、hex-graph、hex-ssh和hex-research等MCP服务器,提供增强的代码智能功能。

developer-toolsai-llmknowledge-graph
67
Forks
6
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Claude Code Skills 是一个全面的插件套件,捆绑了多个MCP服务器以增强Claude Code的功能。该项目包含四个主要MCP服务器:hex-line(哈希验证编辑)、hex-graph(代码知识图谱)、hex-ssh(远程SSH)和hex-research(研究假设图谱)。这些服务器提供确定性文件编辑、代码分析、远程访问和研究管理功能。项目遵循敏捷交付工作流程,包含7个插件,涵盖从项目启动到代码审计和性能优化的所有方面。

试试问 AI

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

:使用确定性编辑进行代码分析和审计
:通过具有哈希验证的SSH进行远程开发
:创建和导航代码知识图谱
:研究假设和任务管理

什么时候选它

当您需要在开发工作流程中使用哈希验证的文件编辑、代码智能图或远程SSH操作以减少token使用时,选择这些MCP服务器。

什么时候不要选它

如果您需要简单的文件操作而不需要验证开销,或者您正在寻找单个MCP服务器而不是完整的工具包,请避免使用。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • hex-line read_file

    Read files with content hash verification

  • hex-line edit_file

    Edit files with content hash verification

  • hex-graph query

    Query codebase knowledge graph

  • hex-ssh sftp

    Transfer files via SFTP with hash verification

  • hex-research index

    Index markdown hypotheses and research data

  • hex-line grep

    Search code with hash verification

  • hex-graph analyze

    Analyze codebase architecture and patterns

  • hex-ssh exec

    Execute commands on remote server

  • hex-line write_file

    Write new files with hash verification

可对比工具

file-system-mcpcode-analysis-mcpgit-mcpvscode-mcp

安装

安装

**先决条件:** [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-mcp

claude-code-skills 对比

GitHub →

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