Agent
Automatically resolve TypeScript compilation and build errors systematically. Use when fixing build errors, TypeScript errors, compilation failures, tsc errors, or when the build is broken and needs to be fixed.
Agent
Automatically resolve TypeScript compilation and build errors systematically. Use when fixing build errors, TypeScript errors, compilation failures, tsc errors, or when the build is broken and needs to be fixed.
Agent
Review recently written code for best practices, architectural consistency, and system integration. Use when reviewing code, checking implementations, after completing significant code changes, or when asking for a code review.
Agent
Refactor code for better organization, cleaner architecture, and improved maintainability. Use when reorganizing code, cleaning up messy files, extracting components, splitting large files, or improving code structure.
Agent
Create, update, or enhance documentation for any part of the codebase. Use when creating documentation, writing docs, updating README files, documenting APIs, or when something needs documentation.
Agent
Review development plans before implementation to identify potential issues and missing considerations. Use when reviewing plans, validating strategies, before starting implementation, or when you want to make sure nothing is missed.
Agent
Apply rigorous first-principles engineering analysis to any technical task. Use when applying first-principles analysis, conducting architectural reviews, system design reviews, or trade-off analysis.
Agent
Analyze code structure and create comprehensive refactoring plans with risk assessment. Use when planning refactoring, analyzing technical debt, identifying code smells, or creating restructuring plans.
Agent
Research information on the internet for debugging, finding solutions, and gathering comprehensive information. Use when researching solutions, debugging errors, finding best practices, comparing approaches, or looking up documentation.
Command
Build the project and automatically fix any compilation or build errors.
Command
Review recently written code for adherence to best practices and architectural consistency.
Command
Update dev documentation before context compaction.
Command
Create a comprehensive strategic plan with structured task breakdown.
Command
Create a comprehensive plan for any task using John Carmack-style first-principles thinking and deep analysis.
Command
Map edited routes & launch tests.
Command
Test a specific API route for functionality and correctness.
Skill Claude CodeCodex
Framework-agnostic HTTP API route testing patterns, authentication strategies, and integration testing best practices. Supports REST APIs with JWT cookie authentication and other common auth patterns.
Skill Claude CodeCodex
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords…
Agent
Use this agent when you need to debug authentication-related issues with API routes, including 401/403 errors, cookie problems, JWT token issues, route registration problems, or when routes are returning 'not found' despite being defined. This agent specializes in the your project application's Keycloak/cookie-based…
Agent
Use this agent when you need to test routes after implementing or modifying them. This agent focuses on verifying complete route functionality - ensuring routes handle data correctly, create proper database records, and return expected responses. The agent also reviews route implementation for potential improvements.…
Skill Claude CodeCodex
Express.js framework patterns including routing, middleware, request/response handling, and Express-specific APIs. Use when working with Express routes, middleware, or Express applications.
Skill Claude CodeCodex
Material-UI v7 component library patterns including sx prop styling, theme integration, responsive design, and MUI-specific hooks. Use when working with MUI components, styling with sx prop, theme customization, or MUI utilities.
Skill Claude CodeCodex
Next.js 15+ App Router development patterns including Server Components, Client Components, data fetching, layouts, and server actions. Use when creating pages, routes, layouts, components, API route handlers, server actions, loading states, error boundaries, or working with Next.js navigation and metadata.
Skill Claude CodeCodex
Core Node.js backend patterns for TypeScript applications including async/await error handling, middleware concepts, configuration management, testing strategies, and layered architecture principles. Use when building Node.js backend services, APIs, or microservices.
Skill Claude CodeCodex
Prisma ORM patterns including Prisma Client usage, queries, mutations, relations, transactions, and schema management. Use when working with Prisma database operations or schema definitions.