Reviews UI components for WCAG compliance, ARIA attributes, keyboard navigation, and screen reader support. Use when building frontend components or user requests accessibility improvements.
0
AI 98
dependency-audit-assistant
CrazyDubya10/27/2025
Reviews package dependencies for security vulnerabilities, outdated versions, and license compliance. Use when user asks about dependencies, security audits, or before releases.
0
AI 98
error-tracking-integrator
CrazyDubya10/27/2025
Adds comprehensive error tracking with Sentry, Rollbar, or similar services including error boundaries, context, and breadcrumbs. Use when user requests error monitoring or mentions production debuggi...
0
AI 95
configuration-validator
CrazyDubya10/27/2025
Validates environment variables, config files, and ensures all required settings are documented. Use when working with .env files, configs, or deployment settings.
0
AI 95
api-documentation-generator
CrazyDubya10/27/2025
Generates OpenAPI/Swagger documentation from API route files. Use when working with REST APIs, Express routes, FastAPI endpoints, or when user requests API documentation.
0
AI 84
performance-profiler
CrazyDubya10/27/2025
Identifies performance bottlenecks including N+1 queries, inefficient loops, memory leaks, and slow algorithms. Use when user mentions performance issues, slow code, optimization, or profiling.