Skip to content

claude-code-skills

by levnikolaevich

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.

About

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.

282
Stars
130
Skill Files
47
Forks
1
PRs Merged
1
Contributors
12
Issues Open
4
Issues Closed
2026-03-29
Last Activity

Skill Analysis

251
Avg Lines / Skill
1,252
Avg Words / Skill
493
Code Blocks
707
Total Files
4.39 MB
Repo Size
210
Reference Files
Skill lines33 min / 226 median / 736 max
Code languagesbash, csharp, html, javascript, json, markdown, python, text, toml, xml, yaml
Frontmatter keysabout, allowed-tools, assignees, description, disable-model-invocation, keep-coding-instructions, labels, license, name, title
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (423), mjs (187), json (23), html (11), template (10), yml (10), toml (7), sh (7), scm (5), ts (3)

Skills (132)

  • hex-line
    76 lines433 words

    hex-line MCP tool preferences with compact coding style

  • ln-110-project-docs-coordinator
    MIT312 lines1496 words7 blocks

    "Coordinates project documentation creation with single context gathering and project type detection. Use when generating project docs subset."

    json
  • ln-811-performance-profiler
    MIT385 lines2285 words4 blocks

    "Profiles runtime performance with CPU, memory, and I/O metrics. Use when measuring bottlenecks before optimization."

    yaml
  • ln-611-docs-structure-auditor
    MIT119 lines821 words1 blocks

    "Checks hierarchy, links, SSOT, compression, requirements compliance, freshness, legacy cleanup. Use when auditing documentation structure."

  • ln-620-codebase-auditor
    MIT414 lines2193 words9 blocks

    "Coordinates codebase audit across security, build, code quality, dependencies, and architecture. Use when auditing entire codebase."

    bashjavascriptjson
  • ln-641-pattern-analyzer
    MIT173 lines859 words6 blocks

    "Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern."

  • ln-624-code-quality-auditor
    MIT309 lines1790 words1 blocks

    "Checks cyclomatic complexity, nesting, long methods, god classes, O(n2), N+1 queries, constants management. Use when auditing code quality."

  • ln-015-hex-line-uninstaller
    MIT87 lines353 words4 blocks

    "Removes hex-line hooks, output style, and cached files from the system. Use when hex-line MCP needs to be fully uninstalled."

    bash
  • ln-610-docs-auditor
    MIT351 lines1683 words9 blocks

    "Coordinates audit of project knowledge surfaces: markdown documentation plus inline code documentation (comments/docstrings). Use when auditing proje...

    bashjavascriptjsonmarkdown
  • ln-111-root-docs-creator
    MIT202 lines1094 words1 blocks

    "Creates root documentation files (AGENTS.md, CLAUDE.md, docs/README.md, standards, principles, tools config). Use for initial project doc setup."

    json
  • ln-651-query-efficiency-auditor
    MIT213 lines1147 words1 blocks

    "Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency."

  • ln-820-dependency-optimization-coordinator
    MIT284 lines1194 words3 blocks

    "Upgrades dependencies across all detected package managers. Use when updating npm, NuGet, or pip packages project-wide."

    yaml
  • ln-115-devops-docs-creator
    MIT193 lines1059 words1 blocks

    "Creates infrastructure.md and runbook.md (Docker-conditional). Use for DevOps documentation in any project."

    json
  • ln-140-test-docs-creator
    MIT528 lines2605 words7 blocks

    "Creates test documentation (testing-strategy.md, tests/README.md) with Risk-Based Testing philosophy. Use when setting up test strategy for a project...

    jsonmarkdown
  • ln-910-community-engagement
    MIT209 lines956 words4 blocks

    "Analyzes community health and delegates engagement tasks. Use when managing GitHub issues, discussions, and announcements."

    bash
  • ln-628-concurrency-auditor
    MIT293 lines1888 words2 blocks

    "Checks async races, thread safety, TOCTOU, deadlocks, blocking I/O, resource contention. Use when auditing concurrency safety."

  • ln-637-test-structure-auditor
    MIT226 lines1382 words2 blocks

    "Checks test file organization, directory layout, test-to-source mapping, domain grouping, co-location. Use when auditing test structure."

  • ln-400-story-executor
    MIT250 lines1122 words4 blocks

    "Executes Story tasks in priority order (To Review, To Rework, Todo). Use when Story has planned tasks ready for implementation."

    bashjavascript
  • ln-632-test-e2e-priority-auditor
    MIT175 lines986 words1 blocks

    "Validates E2E coverage for critical paths (money, security, data integrity). Risk-based prioritization. Use when auditing E2E test coverage."

  • ln-623-code-principles-auditor
    MIT239 lines2089 words1 blocks

    "Checks DRY, KISS/YAGNI, error handling, DI patterns. Use when auditing code principles compliance."

Recent Commits

-352 contributions across all repos
MarAprMayJunJulAugSepOctNovDecJanFebMar
Less
More
  • 71d83382026-03-29
    feat(ln-310): fresh session, poll discipline, kill-after-parse order
    levnikolaevich
  • b9822ca2026-03-29
    feat: process cleanup enforcement, exit reason enum, review-skills R12 fix
    levnikolaevich
  • 625e6ca2026-03-29
    feat(ln-310): perspective-based refinement loop, guard integration tests
    levnikolaevich
  • 2e628ba2026-03-29
    feat: process cleanup enforcement, exit reason enum, review-skills R12 fix
    levnikolaevich
  • a9c3fec2026-03-29
    feat(ln-310): quality-based refinement loop, architecture gate, Codex patience
    levnikolaevich
  • acd9b032026-03-28
    feat: add ln-015-hex-line-uninstaller skill
    levnikolaevich
  • 790fbfa2026-03-27
    chore: bump version to 2026.03.27
    levnikolaevich
  • 258c2072026-03-27
    release: @levnikolaevich/hex-line-mcp v1.8.0
    levnikolaevich
  • dcca7972026-03-27
    refactor: runtime unification — contracts, summary artifacts, review fixes
    levnikolaevich
  • f3e18aa2026-03-27
    refactor: audit runtime unification, worker independence, review-skills fixes
    levnikolaevich