Loading...
Loading...
Found 7,614 Skills
Coordinates performance optimization: algorithm, query, and runtime workers in parallel
Upgrades Python pip/poetry/pipenv dependencies with breaking change handling
Checks session scope mismatch, streaming resource holding, missing cleanup, pool config, error path leaks, factory vs injection anti-patterns.
Replaces custom modules with OSS packages using ln-645 migration plans, atomic keep/discard
Fixes blocking IO, unnecessary allocations, sync-in-async with keep/discard verification
Recursive codebase analysis using the RLM paradigm. Use when: analyzing large codebases (100+ files), investigating cross-cutting patterns, recursive decomposition of complex code questions, scanning for issues across entire repos. Triggers: analyze this codebase, how does X work across the codebase, scan all files for Y, recursive analysis, RLM.
Probes CLI agents (Codex, Gemini) and writes docs/environment_state.json — agent availability config for Phase 0
Optimizes algorithms via autoresearch loop: benchmark, research, hypothesize, keep/discard
Upgrades npm/yarn/pnpm dependencies with breaking change handling
Upgrades .NET NuGet packages with breaking change handling
Audits document semantic content against stated SCOPE and project goals. Checks coverage, off-topic content, SSOT. File-based report with scope_alignment score.
Checks WHY-not-WHAT, density (15-20%), forbidden content, docstrings quality, actuality, legacy cleanup. Returns findings with severity, location, and recommendations.