| 8.3 | skills.sh | ln-774-healthcheck-setup ln-774-healthcheck-setup configures kubernetes health check endpoints (liveness, readiness, startup) for .net and python applications, auto-detecting dependencies from project manifests and generating probe configurations with validated timing parameters. |
| 7.9 | skills.sh | ln-771-logging-configurator ln-771-logging-configurator scaffolds structured json logging for asp.net core (serilog) and fastapi (structlog) projects, handling enrichment, sink selection, and environment-specific log levels via mcp-backed best practice research. |
| 7.8 | skills.sh | ln-732-cicd-generator ln-732-cicd-generator creates github actions ci workflows for dotnet and python backends with frontend integration, lint/test/build jobs, and docker health checks. template-based, version-detected, github-only. |
| 7.8 | skills.sh | ln-775-api-docs-generator ln-775-api-docs-generator configures swagger/openapi documentation for .net and python apis, automating schema generation, security scheme detection, and interactive doc setup across both stacks. |
| 7.8 | skills.sh | ln-724-artifact-cleaner ln-724-artifact-cleaner removes platform-specific build artifacts from projects exported from replit, stackblitz, codesandbox, and glitch. it detects platforms, previews changes, requests confirmation, executes cleanup across config files and dependencies, then verifies results. |
| 7.4 | skills.sh | ln-220-story-coordinator ln-220-story-coordinator decomposes epics into 5-10 vertical-slice stories across 8 phases, routing child work to creator/replanner skills while enforcing template compliance and runtime state checkpoints. |
| 7.4 | skills.sh | ln-721-frontend-restructure ln-721-frontend-restructure handles react project scaffolding and monolith-to-components migration via two distinct modes. scaffold generates minimal vite+typescript starter files. restructure applies ordered transformations (analyze, plan, execute, verify) to extract types, constants, hooks, and ui components into feature folders with updated imports. |
| 7.3 | skills.sh | ln-740-quality-setup ln-740-quality-setup coordinates linter, pre-commit, and test infrastructure across typescript, python, and dotnet projects by detecting stack, checking existing configs, delegating to specialized workers in parallel, and verifying the complete pipeline works. |
| 7.2 | skills.sh | ln-221-story-creator ln-221-story-creator automates 9-section story document generation with INVEST validation, supporting both standalone and coordinator-managed flows via pluggable tracker providers. |
| 7.2 | skills.sh | ln-782-test-runner ln-782-test-runner detects multiple test frameworks, executes suites in parallel, parses structured results with pass/fail/skip counts, and optionally generates coverage reports. targets nodejs, dotnet, python, go, and rust projects. |
| 7.2 | skills.sh | ln-620-codebase-auditor ln-620-codebase-auditor coordinates 9 domain-specific audit workers across security, delivery, maintainability, dependencies, and runtime lifecycle. enforces mandatory research gates and structured aggregation with conflict resolution before emitting a final remediation report. |
| 7.2 | skills.sh | ln-230-story-prioritizer ln-230-story-prioritizer applies RICE scoring to rank Stories by business value, market size, and competitive position. outputs a prioritized table for sprint planning after Stories are created by ln-220. |
| 7.2 | skills.sh | ln-780-bootstrap-verifier ln-780-bootstrap-verifier coordinates multi-phase project validation by delegating build, test, and container checks to specialized workers, then aggregates results into a structured report with actionable next steps. |
| 7.2 | skills.sh | ln-500-story-quality-gate ln-500-story-quality-gate orchestrates story-level quality assessment across 8 phases, delegating to ln-510 (quality checks) and ln-520 (test planning) while computing a 4-level verdict (pass/concerns/fail/waived) and persisting resumable runtime state. |
| 7.2 | skills.sh | ln-622-build-auditor ln-622-build-auditor detects compiler errors, linter violations, type mismatches, test failures, and build config issues across multiple ecosystems. returns severity-tagged findings and compliance score for build health tracking. |
| 6.8 | skills.sh | ln-770-crosscutting-setup ln-770-crosscutting-setup orchestrates logging, error handling, cors, health checks, and api docs configuration across .net and python backends by detecting project stack, checking existing setup, conditionally invoking five specialist workers, and generating a unified entry point. |
| 6.8 | skills.sh | ln-635-test-isolation-auditor ln-635-test-isolation-auditor detects flaky and untrustworthy test conditions across six isolation categories (apis, databases, filesystem, time, random, network) plus determinism checks. emits rewrite or delete actions with severity-based scoring. |
| 6.8 | skills.sh | ln-646-project-structure-auditor ln-646-project-structure-auditor detects physical architecture drift across modules, domains, layers, and framework placement. emits move/split/align actions with compliance scoring. skips file hygiene, imports, and runtime checks. |
| 6.8 | skills.sh | ln-700-project-bootstrap ln-700-project-bootstrap orchestrates transformation of prototype projects into production-ready structures via mode detection, tech scanning, delegated setup, and verification. supports create-from-scratch and existing-project migration across multiple stacks. |
| 6.8 | skills.sh | ln-631-test-business-logic-auditor ln-631-test-business-logic-auditor detects and flags tests that validate framework or library behavior rather than custom product logic. it uses two-layer detection to distinguish framework integration tests from pure platform behavior assertions, emitting deletion or rewrite recommendations with effort estimates. |
| 6.8 | skills.sh | ln-761-secret-scanner ln-761-secret-scanner detects hardcoded credentials in codebases using gitleaks or trufflehog, classifies severity, filters false positives, and returns remediation guidance without exposing actual secret values. |
| 6.8 | skills.sh | ln-114-frontend-docs-creator ln-114-frontend-docs-creator generates design_guidelines.md with wcag 2.1 compliance and design system documentation when a frontend framework is detected. runs conditionally downstream of the project coordinator, consuming context store and validating output against a docs quality contract. |
| 6.3 | skills.sh | ln-644-dependency-graph-auditor ln-644-dependency-graph-auditor parses module imports across multiple languages to build dependency graphs, detect cycles, validate architectural boundaries, and compute coupling metrics (Ca/Ce/I). supports baseline freezing for incremental legacy adoption. |
| 6.2 | skills.sh | ln-140-test-docs-creator ln-140-test-docs-creator scaffolds test documentation with risk-based testing philosophy, generating testing-strategy.md and tests/README.md to establish project test organization and automated testing conventions. |
| 6.2 | skills.sh | ln-113-backend-docs-creator ln-113-backend-docs-creator generates api_spec.md and database_schema.md conditionally when backend or database artifacts are detected, consuming context from the project coordinator and producing openapi-compliant specs with mermaid er diagrams. |
| 6.2 | skills.sh | ln-627-observability-auditor ln-627-observability-auditor audits logging, health checks, metrics, and request tracing across web services, cli tools, and libraries. it calculates a compliance score and writes findings to markdown, adjusting severity based on project type. |
| 6.2 | skills.sh | ln-628-concurrency-auditor ln-628-concurrency-auditor detects async races, thread safety violations, TOCTOU, deadlocks, blocking i/o, resource contention, and cross-process races via two-layer grep-then-reasoning workflow. outputs markdown report with severity classification and effort estimates. |
| 6.1 | skills.sh | ln-1000-pipeline-orchestrator ln-1000-pipeline-orchestrator orchestrates a story through four coordinated stages (planning, validation, execution, quality), selecting from kanban board, batching user questions upfront, writing stage checkpoints, and generating a pipeline report with git and review metadata. |
| 5.8 | skills.sh | ln-115-devops-docs-creator ln-115-devops-docs-creator generates infrastructure.md (always) and conditionally produces runbook.md if docker is present, receiving context from the project docs coordinator rather than gathering its own state. |
| 5.8 | skills.sh | ln-511-code-quality-checker ln-511-code-quality-checker quantifies implementation quality by scoring dry/kiss/yagni/architecture compliance against story-linked code, using graph indexing and fallback grep inspection. |
| 5.3 | skills.sh | ln-510-quality-coordinator ln-510-quality-coordinator guides evaluation platform setup and agent review delegation. it requires multiple reference loads and defines mandatory policy constraints but leaves procedural implementation details incomplete. |
| 5.2 | skills.sh | ln-522-manual-tester ln-522-manual-tester creates bash test scripts to verify story acceptance criteria against running code via curl (api) or puppeteer (ui), saving results persistently and reporting verdicts to trackers. |
| 5.2 | skills.sh | ln-402-task-reviewer ln-402-task-reviewer evaluates task completeness against architecture and test standards, moving work to done or rework with justification. mandatory post-execution gate. |
| 5.2 | skills.sh | ln-743-test-infrastructure ln-743-test-infrastructure detects project stacks and configures appropriate testing frameworks (vitest, xunit, pytest) with coverage reporting and sample test patterns. |
| 5.2 | skills.sh | ln-651-query-efficiency-auditor ln-651-query-efficiency-auditor audits database query patterns for redundancy, inefficiency, and caching misuse, writing findings with severity and recommendations to structured output. targets redundant fetches, n+1 loops, and batch operation gaps. |
| 5.2 | skills.sh | ln-112-project-core-creator ln-112-project-core-creator generates 4 baseline documentation artifacts (requirements, architecture, tech stack, patterns catalog) from coordinator-provided context. operates within skill orchestration chain, performs auto-discovery and placeholder substitution, applies 16-question self-validation. |
| 5.1 | skills.sh | ln-110-project-docs-coordinator ln-110 coordinates project documentation generation through single-pass context gathering and type detection, delegating work to five downstream workers and aggregating results for the quality repair loop. |
| 5.1 | skills.sh | ln-120-reference-docs-creator ln-120-reference-docs-creator generates structured reference documentation (ADRs, guides, manuals) for nontrivial technology decisions. It creates directory scaffolding and selectively documents justified tech stack choices, but lacks detailed execution procedures and failure mode handling. |
| 4.9 | skills.sh | ln-621-security-auditor ln-621-security-auditor scans code for hardcoded secrets, sql injection, xss, insecure dependencies, and missing input validation. returns structured findings with severity levels and compliance scoring. |
| 4.8 | skills.sh | ln-200-scope-decomposer ln-200-scope-decomposer orchestrates full initiative decomposition across epics, stories, and optional rice prioritization by delegating to three sub-coordinators in sequence. requires manual invocation with scope identifier, no self-contained trigger phrases. |
| 4.8 | skills.sh | ln-630-test-auditor ln-630-test-auditor coordinates test surface evaluation across multiple workers with mandatory reference material, research protocol, and structured reporting requirements, but lacks concrete procedural steps for actual execution. |
| 4.2 | skills.sh | ln-210-epic-coordinator ln-210-epic-coordinator decomposes scope into 3-7 tracker epics using a decompose-first pattern that builds ideal epic structure before checking existing epics to determine create vs replan mode. executes inline with read-only discovery/research until preview confirmation. |
| 4.2 | skills.sh | ln-632-test-e2e-priority-auditor ln-632-test-e2e-priority-auditor categorizes e2e test coverage by journey priority and flags wasteful tests, but lacks procedural detail and operational guardrails. |
| 4.2 | skills.sh | ln-300-task-coordinator ln-300-task-coordinator decomposes stories into 1-8 task plans and delegates execution via runtime contracts. relies heavily on external reference documents and contracts rather than self-contained logic. |
| — | skills.sh | ln-720-structure-migrator Scaffolds new or restructures existing projects to Clean Architecture. Use when setting up project structure. |
| — | skills.sh | ln-772-error-handler-setup Configures global exception handling middleware. Use when adding centralized error handling to .NET or Python backends. |
| — | skills.sh | ln-626-dead-code-auditor Checks unreachable code, unused imports/variables/functions, commented-out code, unsupported patterns. Use when auditing dead code. |
| — | skills.sh | ln-629-lifecycle-auditor Checks bootstrap initialization, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Use when auditing app lifecycle. |
| — | skills.sh | ln-722-backend-generator Generates .NET Clean Architecture backend structure from entity definitions. Use when bootstrapping .NET backend projects. |
| — | skills.sh | ln-642-layer-boundary-auditor Checks layer boundary violations, transaction boundaries, session ownership, cross-layer consistency. Use when auditing architecture layers. |
| — | skills.sh | ln-760-security-setup Sets up security scanning for secrets and dependency vulnerabilities. Use when adding security infrastructure to a project. |
| — | skills.sh | ln-633-test-value-auditor Scores each test by portfolio value and returns KEEP/DELETE/MERGE/REWRITE. Use when pruning test-suite cost. |
| — | skills.sh | ln-521-test-researcher Researches real-world problems, competitor solutions, and customer complaints for a feature domain. Use before test planning to ground tests in actual user… |
| — | skills.sh | ln-634-test-coverage-auditor Identifies missing tests for unique critical local logic: money, auth, permissions, data integrity, algorithms, and domain rules. Use when auditing critical… |
| — | skills.sh | ln-741-linter-configurator Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers. Use when setting up linting and formatting for a project. |
| — | skills.sh | ln-625-dependencies-auditor Checks outdated packages, unused deps, reinvented wheels, CVE/CVSS vulnerability scan. Use when auditing dependencies. |
| — | skills.sh | ln-111-root-docs-creator Creates root documentation files (AGENTS.md, CLAUDE.md, docs/README.md, standards, principles). Use for initial project doc setup. |
| — | skills.sh | ln-302-task-replanner Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements. |
| — | skills.sh | ln-222-story-replanner Replans Stories by comparing IDEAL vs existing (KEEP/UPDATE/OBSOLETE/CREATE). Use when Epic requirements changed and Stories need realignment. |
| — | skills.sh | ln-523-auto-test-planner Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Use when Story needs a test task with prioritized scenarios. |
| — | skills.sh | ln-643-api-contract-auditor Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Use when auditing API contracts. |
| — | skills.sh | ln-400-story-executor Executes Story tasks in priority order (To Review, To Rework, Todo). Use when Story has planned tasks ready for implementation. |
| — | skills.sh | ln-733-env-configurator Configures environment variables and secrets protection. Use when setting up .env files and gitignore rules for a project. |
| — | skills.sh | ln-520-test-planner Orchestrates test planning pipeline: research, manual testing, automated test planning. Use when Story needs comprehensive test coverage planning. |
| — | skills.sh | ln-201-opportunity-discoverer Discovers growth opportunities using Traffic-First KILL funnel. Use when searching for next product direction with validated demand. |
| — | skills.sh | ln-640-pattern-evolution-auditor Use when auditing architectural patterns through the evaluation platform with mandatory best-practice research, coordinated pattern workers, and structured… |
| — | skills.sh | ln-783-container-launcher Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly. |
| — | skills.sh | ln-723-seed-data-generator Generates seed data from ORM schemas or entity definitions to any target format. Use when populating databases for development. |
| — | skills.sh | ln-641-pattern-analyzer Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern. |
| — | skills.sh | ln-730-devops-setup Sets up Docker, CI/CD, and environment configuration with auto-detection. Use when adding DevOps infrastructure to a project. |
| — | skills.sh | ln-610-docs-auditor Use when auditing project documentation through the evaluation platform with mandatory research, coordinated audit workers, and structured summaries. |
| — | skills.sh | ln-645-open-source-replacer Discovers custom modules replaceable by OSS, evaluates alternatives (stars, license, CVE), generates migration plan. Use when reducing custom code. |
| — | skills.sh | ln-512-tech-debt-cleaner Auto-fixes low-risk tech debt (unused imports, dead code, commented-out code) with >=90% confidence. Use when audit findings need safe automated cleanup. |
| — | skills.sh | ln-623-code-principles-auditor Checks DRY, KISS/YAGNI, error handling, DI patterns. Use when auditing code principles compliance. |
| — | skills.sh | ln-650-persistence-performance-auditor Use when auditing persistence and runtime performance through the evaluation platform with mandatory research, coordinated data-layer workers, and structured… |
| — | skills.sh | ln-653-runtime-performance-auditor Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, redundant copies. Use when auditing runtime performance. |
| — | skills.sh | ln-652-transaction-correctness-auditor Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditing transaction correctness. |
| — | skills.sh | ln-403-task-rework Fixes tasks in To Rework by applying reviewer feedback, then returns to To Review. Use when task was rejected during review. |
| — | skills.sh | ln-130-tasks-docs-creator Creates task management docs (kanban board, workflow rules) with configured tracker integration. Use when setting up task tracking for a project. |
| — | skills.sh | ln-731-docker-generator ln-731-docker-generator — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |
| — | skills.sh | ln-404-test-executor Executes test tasks (label 'tests') through Todo to To Review with risk-based limits. Use for test task execution. Not for implementation tasks. |
| — | skills.sh | ln-781-build-verifier ln-781-build-verifier — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |
| — | skills.sh | ln-742-precommit-setup ln-742-precommit-setup — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |
| — | skills.sh | ln-773-cors-configurator ln-773-cors-configurator — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |
| — | skills.sh | ln-401-task-executor ln-401-task-executor — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |
| — | skills.sh | ln-301-task-creator ln-301-task-creator — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |
| — | skills.sh | ln-100-documents-pipeline Creates complete project documentation system (project docs, reference, tasks, tests). Use when bootstrapping docs from scratch or regenerating all. |
| — | skills.sh | ln-624-code-quality-auditor ln-624-code-quality-auditor — an installable skill for AI agents, published by levnikolaevich/claude-code-skills. |