Browse Skills

Ln 641 Pattern Analyzer

v1.0.0

Analyzes single pattern implementation, calculates 4 scores (compliance, completeness, quality, implementation), identifies gaps. Invoked by ln-640 or standalone.

Lev Nikolaevich
3

Ln 642 Layer Boundary Auditor

v1.0.0

Audits layer boundaries + cross-layer consistency: I/O violations, transaction boundaries (commit ownership), session ownership (DI vs local).

Lev Nikolaevich
3

Ln 644 Dependency Graph Auditor

v1.0.0

Builds dependency graph, detects cycles (DFS), validates boundary rules, calculates coupling metrics (Ca/Ce/I, CCD/NCCD). Adaptive architecture detection.

Lev Nikolaevich
3

Ln 651 Query Efficiency Auditor

v1.0.0

Checks redundant fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity.

Lev Nikolaevich
3

Ln 652 Transaction Correctness Auditor

v1.0.0

Checks transaction scope, missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort.

Lev Nikolaevich
3

Ln 653 Runtime Performance Auditor

v1.0.0

Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, missing to_thread, redundant copies. Returns findings with severity and effort.

Lev Nikolaevich
3

Ln 654 Resource Lifecycle Auditor

v1.0.0

Checks session scope mismatch, streaming resource holding, missing cleanup, pool config, error path leaks, factory vs injection anti-patterns.

Lev Nikolaevich
3

Ln 700 Project Bootstrap

v1.0.0

Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure

Lev Nikolaevich
3

Ln 720 Structure Migrator

v1.0.0

Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture

Lev Nikolaevich
2

Ln 723 Seed Data Generator

v1.0.0

Universal seed data generator: MIGRATE from ORM schemas or GENERATE from entity definitions to any target format

Lev Nikolaevich
3

Ln 724 Artifact Cleaner

v1.0.0

Universal platform artifact cleaner: Replit, StackBlitz, CodeSandbox, Glitch

Lev Nikolaevich
5

Ln 733 Env Configurator

v1.0.0

Configures environment variables and secrets protection

Lev Nikolaevich
5