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 (hash-verified editing), hex-graph (code knowledge graph), and hex-ssh (remote SSH) MCP servers.
# Add to your Claude Code skills
git clone https://github.com/levnikolaevich/claude-code-skillsGuides for using ai agents skills like claude-code-skills.
Last scanned: 5/18/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-18T08:03:46.777Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
[!WARNING] Marketplace layout changed in the 2026-05-06 refactor. Skills now live only inside self-contained plugin bundles under
plugins/<plugin>/skills/<skill>/. The rootshared/directory is maintainer-only source material for files reused by 2+ skills; runtime installs use the copied skill-localreferences/files.
7 plugins. Two native marketplaces. Install only what you need and automate your full delivery workflow — from project bootstrap to code audit to production quality gates. Works standalone or as a complete Agile pipeline.
[!TIP] Two-Agent AI Review — Claude and Codex can review each other’s work through host-aware external advisor routing.
Plugins · Installation · Quick Start · Workflow · MCP · AI Review · FAQ · Full Skill Tree · Links
Add the marketplace once, then install only the plugins you need. Each works independently.
# Claude Code: add the marketplace once
/plugin marketplace add levnikolaevich/claude-code-skills
# Claude Code: install any plugin you need
/plugin install agile-workflow@levnikolaevich-skills-marketplace
/plugin install documentation-pipeline@levnikolaevich-skills-marketplace
/plugin install codebase-audit-suite@levnikolaevich-skills-marketplace
/plugin install project-bootstrap@levnikolaevich-skills-marketplace
/plugin install optimization-suite@levnikolaevich-skills-marketplace
/plugin install community-engagement@levnikolaevich-skills-marketplace
/plugin install setup-environment@levnikolaevich-skills-marketplace
# Codex CLI: add the marketplace, then install from /plugins
codex plugin marketplace add levnikolaevich/claude-code-skills
codex
/plugins
| Plugin | Description | |--------|-------------| | agile-workflow | Scope decomposition, Story/Task management, Execution, Quality gates, Orchestration | | documentation-pipeline | Full project docs pipeline with auto-detection (backend/frontend/devops) | | codebase-audit-suite | Documentation, Security, Build, Code quality, Tests, Architecture, Performance | | project-bootstrap | CREATE or TRANSFORM projects to production-ready Clean Architecture | | optimization-suite | Performance optimization, Dependency upgrades, Code modernization | | community-engagement | GitHub community management: triage, announcements, RFCs, responses | | setup-environment | Install CLI agents, configure MCP servers, align marketplace plugins, audit instruction files |
Browse and discover individual skills at skills.sh.
[!NOTE] skills.sh is a showcase only. The supported install path is the Claude or Codex marketplace plugin flow above. Plugin bundles are self-contained; root
shared/is not a runtime dependency.
Prerequisites: Claude Code or OpenAI Codex CLI
# 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
Verify: run ln-010-dev-environment-setup
Standalone (works immediately, no setup):
ln-010-dev-environment-setup # Set up agents, MCP, and marketplace plugins
ln-620-codebase-auditor # Audit your code for issues
ln-100-documents-pipeline # Generate documentation
Full Agile workflow (Linear, GitHub Issues, or File Mode — chosen during ln-010 setup, persisted in .hex-skills/environment_state.json):
ln-200-scope-decomposer # Scope -> Epics -> Stories
ln-1000-pipeline-orchestrator # Artifact-driven pipeline: tasks → validation → execution → quality gate
Manual step-by-step (if you prefer control over each stage):
ln-400-story-executor # Execute Story tasks
ln-500-story-quality-gate # Quality gate + test planning
ln-010-dev-environment-setup # 0. Set up dev environment (once)
↓
ln-100-documents-pipeline # 1. Documentation
↓
ln-200-scope-decomposer # 2. Scope -> Epics -> Stories
↓
ln-1000-pipeline-orchestrator # 3. Full artifact-driven pipeline: 300 → 310 → 400 → 500 → Done
Coordinators keep lifecycle status separate from Loop Health: status says where the run is, artifacts/checkpoints prove completion, and loop_health decides whether another retry is useful. Procedural skills use SOP/TWI-style point-of-use checklists so risky steps carry action, key point, why, evidence, exception, and guard close to the moment of use.
Bundled MCP servers extend agent capabilities — hash-verified editing, code intelligence, remote access, and research graph navigation. All skills work without MCP (fallback to built-in tools), but MCP servers improve accuracy and save tokens. MCP errors stay as status: "ERROR" and include failure_class, next_action, and recovery fields so skills can feed transport/tool/auth/rate-limit signals into Loop Health without inventing a second retry loop.
| Server | What it does | Tools | Docs | |--------|-------------|-------|------| | hex-line-mcp | Every line carries a content hash — edits prove the agent sees current content. Prevents stale-context corruption. Includes validation hooks. | 9 | README · npm | | hex-graph-mcp | Indexes codebases into a deterministic SQLite graph with framework-aware overlays, capability-first quality tooling, optional SCIP interop, and architecture/reference analysis. | 14 | README · npm | | hex-ssh-mcp | Hash-verified remote file editing and SFTP transfer over SSH. Normalized output for minimal token usage. | 8 | README · npm | | hex-research-mcp | Indexes markdown hypotheses, goals, tasks, sources, and benchmark manifests into a local SQLite research graph. | 15 | README · npm |
Deterministic scope rule: hex-line, hex-graph, and hex-research keep path as the project anchor. In normal use the agent fills it automatically from the active file or project root, so users usually do not need to type it manually. hex-research writes its local index under .hex-skills/researchgraph/. hex-ssh runs on Windows/macOS/Linux hosts; remote shell tools stay POSIX-oriented, while SFTP transfers support platform-aware remote paths.
hex-graph-mcp quality snapshot: 106/106 tests passing, 1 curated corpus, 1 pinned external corpora, parser-first green.
| Server | Purpose | API Key | Used by | |--------|---------|---------|---------| | Context7 | Library docs, APIs, migration guides | Optional (dashboard) | ln-310, ln-511, ln-640+ | | Ref | Standards, RFCs, best practices | Required (ref.tools/keys) | ln-310, ln-511, ln-640+ | | Linear | Issue tracking (Agile workflow) | OAuth via browser | ln-300+, ln-400+, ln-500+ |
CLI setup:
# 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-mcp
# Context7 — library documentation (HTTP, optional API key)
claude mcp add -s user --transport http --header "CONTEXT7_API_KEY: YOUR_KEY" context7 https://mcp.context7.com/mcp
# Ref — standards & best practices (HTTP, API key required)
claude mcp add -s user --transport http --header "x-ref-api-key: YOUR_KEY" Ref https://api.ref.tools/mcp
# Linear — issue tracking (HTTP, OAuth via browser)
claude mcp add -s user --transport http linear-server https://mcp.linear.app/mcp
MCP servers can be installed correctly and still lose to built-ins in practice. hex-line-mcp keeps Claude aligned through one output style and five Claude hook events:
| Mechanism | How it works |
|-----------|-------------|
| Output style | Injected into system prompt — maps built-in tools to MCP equivalents (Read → hex-line read_file, Edit → hex-line edit_file) |
| SessionStart hook | Injects a compact bootstrap hint and defers to the active hex-line output style when present |
| PreToolUse hook | Hard-redirects project text Read/Edit/Write/Grep/Glob, redirects Bash file-inspection commands, blocks dangerous commands, enforces plan mode for mutating MCP