Claude Code Skills

v0.20.1Developer Toolsstable

Plugin suite + bundled MCP servers for Claude Code. Full delivery lifecycle: Agile pipeline with multi-model AI review, project bootstrap, documentation generation, codebase audits, performance optimization, community workflows. Includes hex-line (ha

agile-workflowsai-agentsanthropicclaude-aiclaude-code
Share:
472
Stars
0
Downloads
0
Weekly
0/5

What is Claude Code Skills?

Claude Code Skills is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to plugin suite + bundled mcp servers for claude code. full delivery lifecycle: agile pipeline with multi-model ai review, project bootstrap, documentation generation, codebase audits, performance optimi...

Plugin suite + bundled MCP servers for Claude Code. Full delivery lifecycle: Agile pipeline with multi-model AI review, project bootstrap, documentation generation, codebase audits, performance optimization, community workflows. Includes hex-line (ha

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Plugin suite + bundled MCP servers for Claude Code. Full del

Use Cases

Agile pipeline automation
Code review and analysis
Documentation generation
levnikolaevich

Maintainer

LicenseMIT
Languagejavascript
Versionv0.20.1
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @levnikolaevich/hex-graph-mcp

Manual Installation

npx -y @levnikolaevich/hex-graph-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Code Skills

Claude Code Skills is a comprehensive plugin suite and bundled MCP server collection for Claude Code that delivers a full software delivery lifecycle through 137+ installable skills and four dedicated MCP servers. It provides an Agile pipeline with multi-model AI review, project bootstrapping, automated documentation generation, parallel codebase auditing (security, architecture, performance, tests), and community engagement workflows—all orchestrated via Claude Code slash commands. Development teams use it to bring structured engineering processes into their AI-assisted workflows without manual orchestration.

Prerequisites

  • Claude Code CLI installed and authenticated (claude.ai/code)
  • Node.js 18+ for running the bundled MCP servers via npx
  • Optional: a Linear API token for issue tracker integration
  • Optional: a GitHub personal access token for repository operations
  • Optional: a Context7 or Ref.tools API key for enhanced research capabilities
1

Add the skills marketplace

Register the levnikolaevich/claude-code-skills marketplace in your Claude Code installation. This is a one-time setup step.

/plugin marketplace add levnikolaevich/claude-code-skills
2

Install the plugins you need

Install individual skill plugins from the marketplace. Start with agile-workflow and codebase-audit-suite as the core plugins, then add others as needed.

/plugin install agile-workflow@levnikolaevich-skills-marketplace
/plugin install codebase-audit-suite@levnikolaevich-skills-marketplace
/plugin install documentation-pipeline@levnikolaevich-skills-marketplace
3

Add the bundled MCP servers

Install the hex-graph-mcp and other MCP servers that ship with the plugin suite. Each server adds specific capabilities like dependency graphing, SSH management, or research tools.

claude mcp add -s user hex-graph -- npx -y @levnikolaevich/hex-graph-mcp
claude mcp add -s user hex-line -- npx -y @levnikolaevich/hex-line-mcp
claude mcp add -s user hex-ssh -- npx -y @levnikolaevich/hex-ssh-mcp
claude mcp add -s user hex-research -- npx -y @levnikolaevich/hex-research-mcp
4

Run the environment setup skill

Run the setup skill to configure your development environment, select your issue tracker (Linear, GitHub Issues, or File Mode), and store preferences in .hex-skills/environment_state.json.

ln-010-dev-environment-setup
5

Launch the full Agile pipeline

Start with scope decomposition to break down your goals into epics and stories, then hand off to the pipeline orchestrator to drive implementation, testing, and review.

ln-200-scope-decomposer
# Then:
ln-1000-pipeline-orchestrator

Claude Code Skills Examples

Client configuration

MCP configuration for the hex-graph-mcp server, the primary bundled MCP server. Install additional servers with separate entries following the same pattern.

{
  "mcpServers": {
    "hex-graph": {
      "command": "npx",
      "args": ["-y", "@levnikolaevich/hex-graph-mcp"]
    },
    "hex-line": {
      "command": "npx",
      "args": ["-y", "@levnikolaevich/hex-line-mcp"]
    },
    "hex-research": {
      "command": "npx",
      "args": ["-y", "@levnikolaevich/hex-research-mcp"]
    }
  }
}

Prompts to try

Slash commands and prompts to use once the skills and MCP servers are installed in Claude Code.

- "Run ln-620-codebase-auditor to audit this repository for security and architecture issues"
- "Run ln-200-scope-decomposer to break this feature request into epics and stories"
- "Use the documentation pipeline to generate API docs for this module"
- "Bootstrap a new Python project with Clean Architecture using the project-bootstrap skill"
- "Run the optimization suite to identify performance bottlenecks in this codebase"

Troubleshooting Claude Code Skills

Plugin marketplace add command is not recognized

Ensure you are running Claude Code CLI (not Claude Desktop). The /plugin command is a Claude Code-specific slash command. Update to the latest version of Claude Code if the command still fails.

MCP server npx commands fail with package not found

Verify Node.js 18+ and npm are installed. Run `npx -y @levnikolaevich/hex-graph-mcp` manually in your terminal to check for errors. Ensure you have internet access to download the package from npm.

Agile pipeline skills produce no output or stall

Run `ln-010-dev-environment-setup` first to configure the environment state. Check .hex-skills/environment_state.json exists and has valid tracker and preference settings before running pipeline skills.

Frequently Asked Questions about Claude Code Skills

What is Claude Code Skills?

Claude Code Skills is a Model Context Protocol (MCP) server that plugin suite + bundled mcp servers for claude code. full delivery lifecycle: agile pipeline with multi-model ai review, project bootstrap, documentation generation, codebase audits, performance optimization, community workflows. includes hex-line (ha It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Code Skills?

Install via npm with the command: npx -y @levnikolaevich/hex-graph-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Claude Code Skills?

Claude Code Skills works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Code Skills free to use?

Yes, Claude Code Skills is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-code-skills": { "command": "npx", "args": ["-y", "@levnikolaevich/hex-graph-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Code Skills?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides