claude-code-skills
by levnikolaevich·★ 465·Score 51
A comprehensive plugin suite with bundled MCP servers for Claude Code, including hex-line, hex-graph, hex-ssh, and hex-research for enhanced code intelligence.
Overview
Claude Code Skills is a comprehensive plugin suite that bundles multiple MCP servers to enhance Claude Code capabilities. The project includes four main MCP servers: hex-line (hash-verified editing), hex-graph (code knowledge graph), hex-ssh (remote SSH), and hex-research (research hypothesis graph). These servers provide deterministic file editing, code analysis, remote access, and research management capabilities. The project follows an agile delivery workflow with 7 plugins covering everything from project bootstrap to code audits and performance optimization.
Try asking AI
After installing, here are 4 things you can ask your AI assistant:
When to choose this
Choose these MCP servers when you need hash-verified file editing, code intelligence graphs, or remote SSH operations with reduced token usage in development workflows.
When NOT to choose this
Avoid if you need simple file operations without verification overhead, or if you're looking for a single MCP server rather than a comprehensive toolkit.
Tools this server exposes
9 tools extracted from the READMEhex-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
Comparable tools
Installation
Installation
**Prerequisites:** [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or [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 Server Installation:**
# hex-line — hash-verified file editing (bundled)
claude mcp add -s user hex-line -- npx -y @levnikolaevich/hex-line-mcp
# hex-ssh — token-efficient SSH with hash verification (bundled)
claude mcp add -s user hex-ssh -- npx -y @levnikolaevich/hex-ssh-mcp
# hex-graph — code knowledge graph (bundled)
claude mcp add -s user hex-graph -- npx -y @levnikolaevich/hex-graph-mcp
# hex-research — research hypothesis graph (bundled)
claude mcp add -s user hex-research -- npx -y @levnikolaevich/hex-research-mcpCompare claude-code-skills with
Last updated · Auto-generated from public README + GitHub signals.