TypeScript Type Utility Generator
Generates advanced TypeScript type utilities, mapped types, conditional types, and generic patterns for common frontend patterns like API responses, form state, component props, and configuration objects.
Frontend Error Boundary and Fallback Designer
Generates a complete error handling architecture with error boundaries, fallback UIs, retry logic, error reporting integration, and graceful degradation patterns for your frontend application.
WCAG Compliance Checker and Remediation Guide
Performs a systematic WCAG 2.2 compliance check across all four principles (Perceivable, Operable, Understandable, Robust) and generates a prioritized remediation plan with code fixes.
Browser Compatibility Fix Generator
Identifies browser compatibility issues in your frontend code and generates cross-browser fixes with polyfills, fallbacks, and progressive enhancement patterns for your target browser matrix.
Storybook Configuration and Story Writer
Generates complete Storybook configuration, story files with all variants, interactive controls, documentation pages, and visual testing setup for your component library.
Component Unit Testing Template Generator
Generates comprehensive unit testing templates for frontend components with testing patterns for user interactions, async behavior, accessibility checks, and snapshot testing in your chosen testing framework.
Frontend Performance Bundle Analyzer and Optimizer
Analyzes your frontend bundle configuration, identifies performance bottlenecks, and generates specific optimization strategies with code changes for tree-shaking, code splitting, and lazy loading.
State Management Pattern Selector and Implementer
Analyzes your application requirements and recommends the optimal state management pattern, then generates a complete implementation with types, actions, selectors, and component integration code.
Race Condition Finder and Fix Generator
Detects race conditions and concurrency bugs in your code by analyzing shared state access, async timing, and thread safety, then generates thread-safe fixes with verification tests.
Dependency Conflict Resolver
Diagnoses and resolves dependency version conflicts, peer dependency issues, and incompatible package combinations with step-by-step resolution strategies and lockfile management.
Error Log Parser and Pattern Analyzer
Analyzes error logs to identify recurring patterns, correlate failures across services, extract actionable root causes, and generate prioritized fix recommendations.
Memory Leak Detector and Fix Guide
Identifies memory leaks in your application code by analyzing allocation patterns, reference cycles, and resource cleanup, then provides targeted fixes with before/after comparisons.