Back to categories
Category

Agent Skills in category: Uncategorized

72295 skills match this category. Browse curated collections and explore related Agent Skills.

ln-014-agent-instructions-manager

Creates missing instruction files (CLAUDE.md, AGENTS.md, GEMINI.md), audits token budget, prompt cache safety, cross-agent consistency. Use after setup or when instruction files need alignment.

levnikolaevich
levnikolaevich
29647

ln-015-hex-line-uninstaller

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

levnikolaevich
levnikolaevich
29647

ln-020-codegraph

Builds and queries code knowledge graph for dependency analysis, references, implementations, and architecture overview. Use when starting work on unfamiliar codebase or before refactoring.

levnikolaevich
levnikolaevich
29647

ln-1000-pipeline-orchestrator

Drives a Story through full pipeline (tasks, validation, execution, quality). Use when executing a Story end-to-end from kanban board.

levnikolaevich
levnikolaevich
29647

ln-160-docs-skill-extractor

Extracts procedural content from project docs into .claude/commands skills. Use when docs contain deploy, test, or troubleshoot procedures.

levnikolaevich
levnikolaevich
29647

ln-161-skill-creator

Creates .claude/commands from procedural doc sections. Use when transforming documentation prose into executable skill files.

levnikolaevich
levnikolaevich
29647

ln-162-skill-reviewer

Reviews skills (D1-D11 + M1-M6 criteria) or .claude/commands for quality. Use when validating skill correctness before release.

levnikolaevich
levnikolaevich
29647

ln-310-multi-agent-validator

Validates Stories, plans, or context via deterministic multi-agent review with runtime-controlled status gates. Use before execution or approval.

levnikolaevich
levnikolaevich
29647

ln-510-quality-coordinator

Coordinates code quality checks: metrics, cleanup, agent review, regression, log analysis. Use when Story needs quality_verdict with aggregated results.

levnikolaevich
levnikolaevich
29647

ln-511-code-quality-checker

Checks DRY/KISS/YAGNI/architecture compliance with quantitative Code Quality Score. Use when implementation tasks are Done and need quality scoring.

levnikolaevich
levnikolaevich
29647

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.

levnikolaevich
levnikolaevich
29647

ln-513-regression-checker

Runs existing test suite to catch regressions after implementation changes. Use when Story needs regression verification. No status changes.

levnikolaevich
levnikolaevich
29647

ln-514-test-log-analyzer

Analyzes application logs: classifies errors, checks log quality, maps stack traces to source. Use when logs need review after test runs or during development.

levnikolaevich
levnikolaevich
29647

ln-520-test-planner

Orchestrates test planning pipeline: research, manual testing, automated test planning. Use when Story needs comprehensive test coverage planning.

levnikolaevich
levnikolaevich
29647

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 pain points.

levnikolaevich
levnikolaevich
29647

ln-522-manual-tester

Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.

levnikolaevich
levnikolaevich
29647

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.

levnikolaevich
levnikolaevich
29647

ln-610-docs-auditor

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

levnikolaevich
levnikolaevich
29647

ln-611-docs-structure-auditor

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

levnikolaevich
levnikolaevich
29647

ln-612-semantic-content-auditor

Checks document semantic content against SCOPE and project goals, coverage gaps, off-topic content, SSOT. Use when auditing documentation relevance.

levnikolaevich
levnikolaevich
29647

ln-613-code-comments-auditor

Checks inline code documentation quality: WHY-not-WHAT, density, forbidden content, docstrings quality, actuality, legacy cleanup. Use when auditing comments and docstrings.

levnikolaevich
levnikolaevich
29647

ln-614-docs-fact-checker

Verifies claims in .md files (paths, versions, counts, configs, endpoints) against codebase, cross-checks contradictions. Use when auditing docs accuracy.

levnikolaevich
levnikolaevich
29647

ln-636-manual-test-auditor

Checks manual test scripts for harness adoption, golden files, fail-fast, config sourcing, idempotency. Use when auditing manual test quality.

levnikolaevich
levnikolaevich
29647

ln-637-test-structure-auditor

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

levnikolaevich
levnikolaevich
29647

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.

levnikolaevich
levnikolaevich
29647

ln-644-dependency-graph-auditor

Builds dependency graph, detects cycles, validates boundary rules, calculates coupling metrics (Ca/Ce/I). Use when auditing dependency structure.

levnikolaevich
levnikolaevich
29647

ln-645-open-source-replacer

Discovers custom modules replaceable by OSS, evaluates alternatives (stars, license, CVE), generates migration plan. Use when reducing custom code.

levnikolaevich
levnikolaevich
29647

ln-646-project-structure-auditor

Checks file hygiene, ignore files, framework conventions, domain/layer organization, naming. Use when auditing project structure.

levnikolaevich
levnikolaevich
29647

ln-647-env-config-auditor

Checks env var config sync, missing defaults, naming conventions, startup validation. Use when auditing environment configuration.

levnikolaevich
levnikolaevich
29647

ln-650-persistence-performance-auditor

Coordinates persistence and performance audit across queries, transactions, runtime, and resource lifecycle. Use when auditing data layer performance.

levnikolaevich
levnikolaevich
29647

ln-651-query-efficiency-auditor

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

levnikolaevich
levnikolaevich
29647

ln-652-transaction-correctness-auditor

Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditing transaction correctness.

levnikolaevich
levnikolaevich
29647

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.

levnikolaevich
levnikolaevich
29647

ln-654-resource-lifecycle-auditor

Checks session scope mismatch, missing cleanup, pool config, error path leaks, resource holding. Use when auditing resource lifecycle.

levnikolaevich
levnikolaevich
29647

ln-723-seed-data-generator

Generates seed data from ORM schemas or entity definitions to any target format. Use when populating databases for development.

levnikolaevich
levnikolaevich
29647

ln-724-artifact-cleaner

Removes platform-specific artifacts from Replit, StackBlitz, CodeSandbox, Glitch. Use when preparing exported projects for production.

levnikolaevich
levnikolaevich
29647

ln-810-performance-optimizer

Multi-cycle performance optimization with profiling and bottleneck analysis. Use when optimizing application performance.

levnikolaevich
levnikolaevich
29647

ln-811-performance-profiler

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

levnikolaevich
levnikolaevich
29647

ln-812-optimization-researcher

Researches competitive benchmarks and generates optimization hypotheses for identified bottlenecks. Use after profiling.

levnikolaevich
levnikolaevich
29647

ln-813-optimization-plan-validator

Validates optimization plan via multi-agent review before execution. Use when verifying feasibility of optimization hypotheses.

levnikolaevich
levnikolaevich
29647

ln-814-optimization-executor

Executes optimization hypotheses with keep/discard testing loop. Use when applying validated performance improvements.

levnikolaevich
levnikolaevich
29647

ln-820-dependency-optimization-coordinator

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

levnikolaevich
levnikolaevich
29647

ln-821-npm-upgrader

Upgrades npm/yarn/pnpm dependencies with breaking change handling. Use when updating JavaScript/TypeScript dependencies.

levnikolaevich
levnikolaevich
29647

ln-822-nuget-upgrader

Upgrades .NET NuGet packages with breaking change handling. Use when updating .NET dependencies.

levnikolaevich
levnikolaevich
29647

ln-823-pip-upgrader

Upgrades Python pip/poetry/pipenv dependencies with breaking change handling. Use when updating Python dependencies.

levnikolaevich
levnikolaevich
29647

ln-830-code-modernization-coordinator

Modernizes codebase via OSS replacement and bundle optimization. Use when acting on audit findings to reduce custom code.

levnikolaevich
levnikolaevich
29647

ln-831-oss-replacer

Replaces custom modules with OSS packages using atomic keep/discard testing. Use when migrating custom code to established libraries.

levnikolaevich
levnikolaevich
29647

ln-832-bundle-optimizer

Reduces JS/TS bundle size via tree-shaking, code splitting, and unused dependency removal. Use when optimizing frontend bundle size.

levnikolaevich
levnikolaevich
29647

ln-840-benchmark-compare

Runs built-in vs hex-line benchmark with scenario manifests, activation checks, and diff-based correctness. Use when measuring hex-line MCP performance against built-in tools.

levnikolaevich
levnikolaevich
29647

ln-910-community-engagement

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

levnikolaevich
levnikolaevich
29647

Page 460 of 1446 · 72295 results