claude-code-skills
Hash-verified file editing MCP server with token efficiency hook for AI coding agents.
Claude Code Skills provides a comprehensive set of plugins designed to streamline the software development lifecycle. From project bootstrap to code audits and production quality gates, this suite enables teams to work more efficiently and effectively. With features like multi-model AI reviews, users can delegate code and story reviews to advanced AI agents, ensuring faster delivery and higher quality outputs. The suite includes specialized MCP servers such as hex-line for hash-verified editing, hex-graph for creating a code knowledge graph, and hex-ssh for remote SSH access. Each plugin operates independently, allowing users to customize their setup based on specific project needs, whether they are managing agile workflows, generating documentation, or optimizing code performance.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hex-line-mcp": {
"args": [
"-y",
"@levnikolaevich/hex-line-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions