83,201 skills sorted by stars.
Checks layer boundary violations, transaction boundaries, session ownership, cross-layer consistency. Use when auditing...
Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Use when a...
Builds dependency graph, detects cycles, validates boundary rules, calculates coupling metrics (Ca/Ce/I). Use when audit...
Discovers custom modules replaceable by OSS, evaluates alternatives (stars, license, CVE), generates migration plan. Use...
Checks file hygiene, ignore files, framework conventions, domain/layer organization, naming. Use when auditing project s...
L3 Worker. Audits project physical structure: file hygiene, ignore file quality, framework convention compliance, domain...
Checks env var config sync, missing defaults, naming conventions, startup validation. Use when auditing environment conf...
Coordinates persistence and performance audit across queries, transactions, runtime, and resource lifecycle. Use when au...
Coordinates 3 specialized audit workers (query efficiency, transaction correctness, runtime performance). Researches DB/...
Use when auditing persistence and runtime performance through the evaluation platform with mandatory research, coordinat...
Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing quer...
Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Use when auditi...
Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, redundant copies. Use when aud...
Checks session scope mismatch, missing cleanup, pool config, error path leaks, resource holding. Use when auditing resou...
Orchestrates full project bootstrap from Replit export to production-ready structure
Bootstraps projects to production-ready structure. Use when creating new or transforming existing projects.
Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure
Coordinates dependency upgrades across all detected package managers
Upgrades npm/yarn/pnpm dependencies with breaking change handling
Upgrades .NET NuGet packages with breaking change handling
Upgrades Python pip/poetry/pipenv dependencies with breaking change handling
Coordinates project structure migration to Clean Architecture
Scaffolds new or restructures existing projects to Clean Architecture. Use when setting up project structure.
Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture
Restructures React frontend from monolith to component-based architecture