Browse Skills
Test Driven Development (TDD)
v1.0.0Use when implementing any feature or bugfix, before writing implementation code
Agent Framework Azure Ai Py
v1.0.0Build 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...
Ln 622 Build Auditor
v1.0.0Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build config issues. Returns findings with severity, location, effort, recommendations.
Ln 623 Code Principles Auditor
v1.0.0Checks DRY (10 types), KISS/YAGNI, error handling, DI patterns. Returns findings with severity, location, effort, pattern_signature.
Ln 624 Code Quality Auditor
v1.0.0Checks cyclomatic complexity, nesting, long methods, god classes, method signatures, O(n²), N+1 queries, constants management. Returns findings.
Ln 626 Dead Code Auditor
v1.0.0Checks unreachable code, unused imports/variables/functions, commented-out code, backward compatibility shims, deprecated patterns. Returns findings.
Ln 631 Test Business Logic Auditor
v1.0.0Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.
Ln 643 Api Contract Auditor
v1.0.0Checks layer leakage in method signatures, missing DTOs, entity leakage to API, inconsistent error contracts. Returns findings with penalty-based scoring.
Ln 646 Project Structure Auditor
v1.0.0Audits project physical structure: file hygiene, ignore file quality, framework convention compliance, domain/layer organization, naming conventions. Stack-adaptive via auto-detection.
Ln 647 Env Config Auditor
v1.0.0Audits env var config: file inventory, code-to-example sync, default desync, naming, startup validation. Stack-adaptive.
Ln 721 Frontend Restructure
v1.0.0Frontend structure worker: SCAFFOLD new React project or RESTRUCTURE existing monolith to component-based architecture
Ln 722 Backend Generator
v1.0.0Generates .NET Clean Architecture backend structure from entity definitions