Browse Skills

Test Driven Development (TDD)

v1.0.0

Use when implementing any feature or bugfix, before writing implementation code

Jesse Vincent
4

Agent Framework Azure Ai Py

v1.0.0

Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code int...

sickn33
5

Ln 622 Build Auditor

v1.0.0

Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build config issues. Returns findings with severity, location, effort, recommendations.

Lev Nikolaevich
4

Ln 623 Code Principles Auditor

v1.0.0

Checks DRY (10 types), KISS/YAGNI, error handling, DI patterns. Returns findings with severity, location, effort, pattern_signature.

Lev Nikolaevich
5

Ln 624 Code Quality Auditor

v1.0.0

Checks cyclomatic complexity, nesting, long methods, god classes, method signatures, O(n²), N+1 queries, constants management. Returns findings.

Lev Nikolaevich
6

Ln 626 Dead Code Auditor

v1.0.0

Checks unreachable code, unused imports/variables/functions, commented-out code, backward compatibility shims, deprecated patterns. Returns findings.

Lev Nikolaevich
3

Ln 631 Test Business Logic Auditor

v1.0.0

Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.

Lev Nikolaevich
4

Ln 643 Api Contract Auditor

v1.0.0

Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Returns findings with penalty-based scoring.

Lev Nikolaevich
3

Ln 646 Project Structure Auditor

v1.0.0

Audits project physical structure: file hygiene, ignore file quality, framework convention compliance, domain/layer organization, naming conventions. Stack-adaptive via auto-detection.

Lev Nikolaevich
3

Ln 647 Env Config Auditor

v1.0.0

Audits env var config: file inventory, code-to-example sync, default desync, naming, startup validation. Stack-adaptive.

Lev Nikolaevich
4

Ln 721 Frontend Restructure

v1.0.0

Frontend structure worker: SCAFFOLD new React project or RESTRUCTURE existing monolith to component-based architecture

Lev Nikolaevich
4

Ln 722 Backend Generator

v1.0.0

Generates .NET Clean Architecture backend structure from entity definitions

Lev Nikolaevich
5