Browse Skills
Ln 641 Pattern Analyzer
v1.0.0Analyzes single pattern implementation, calculates 4 scores (compliance, completeness, quality, implementation), identifies gaps. Invoked by ln-640 or standalone.
Ln 642 Layer Boundary Auditor
v1.0.0Audits layer boundaries + cross-layer consistency: I/O violations, transaction boundaries (commit ownership), session ownership (DI vs local).
Ln 644 Dependency Graph Auditor
v1.0.0Builds dependency graph, detects cycles (DFS), validates boundary rules, calculates coupling metrics (Ca/Ce/I, CCD/NCCD). Adaptive architecture detection.
Ln 651 Query Efficiency Auditor
v1.0.0Checks redundant fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity.
Ln 652 Transaction Correctness Auditor
v1.0.0Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort.
Ln 653 Runtime Performance Auditor
v1.0.0Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, missing to_thread, redundant copies. Returns findings with severity and effort.
Ln 654 Resource Lifecycle Auditor
v1.0.0Checks session scope mismatch, streaming resource holding, missing cleanup, pool config, error path leaks, factory vs injection anti-patterns.
Ln 700 Project Bootstrap
v1.0.0Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure
Ln 720 Structure Migrator
v1.0.0Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture
Ln 723 Seed Data Generator
v1.0.0Universal seed data generator: MIGRATE from ORM schemas or GENERATE from entity definitions to any target format
Ln 724 Artifact Cleaner
v1.0.0Universal platform artifact cleaner: Replit, StackBlitz, CodeSandbox, Glitch
Ln 733 Env Configurator
v1.0.0Configures environment variables and secrets protection