Browse Skills
Ln 770 Crosscutting Setup
v1.0.0Coordinates logging, error handling, CORS, health checks, and API docs
Ln 775 Api Docs Generator
v1.0.0Configures Swagger/OpenAPI documentation
Ln 830 Code Modernization Coordinator
v1.0.0Coordinates code modernization: OSS replacement and bundle optimization workers
Ln 832 Bundle Optimizer
v1.0.0Reduces JS/TS bundle size via unused deps, tree-shaking, code splitting with keep/discard
Ln 113 Backend Docs Creator
v1.0.0Creates 2 backend docs (api_spec.md, database_schema.md). Invoked when hasBackend or hasDatabase detected.
Ln 114 Frontend Docs Creator
v1.0.0Creates design_guidelines.md for frontend projects. Invoked when hasFrontend detected.
Ln 402 Task Reviewer
v1.0.0Reviews task implementation for quality, code standards, test coverage. Creates [BUG] tasks for side-effect issues. Sets task Done or To Rework. Runs inline from coordinator.
Ln 510 Quality Coordinator
v1.0.0Coordinates code quality: ln-511 metrics, ln-512 cleanup, inline agent review (Codex + Gemini), ln-513 regression, ln-514 log analysis. Returns quality_verdict + aggregated results.
Ln 511 Code Quality Checker
v1.0.0Checks DRY/KISS/YAGNI/architecture compliance with quantitative Code Quality Score. Validates decisions via MCP Ref. Reports with SEC-/PERF-/MNT-/ARCH-/BP-/OPT- prefixes.
Ln 513 Regression Checker
v1.0.0Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.
Ln 613 Code Comments Auditor
v1.0.0Checks WHY-not-WHAT, density (15-20%), forbidden content, docstrings quality, actuality, legacy cleanup. Returns findings with severity, location, and recommendations.
Claude Code History Files Finder
v1.0.0Finds and recovers content from Claude Code session history files. This skill should be used when searching for deleted files, tracking changes across sessions, analyzing conversation history, or recovering code from previous Claude interactions. Triggers include mentions of "session history", "recover deleted", "find in history", "previous conversation", or ".claude/projects".