README
01Agent Claude Code
Specialized AI agents for specific development workflows. Works with both Cursor and Claude Code.
Agent Claude Code
Specialized AI agents for specific development workflows. Works with both Cursor and Claude Code.
Agent Claude Code
Skeptical Express/API architecture analyst for changed server files. Use proactively after modifying controllers, routes, middleware, or models. Analyzes code against backend best practices and challenges assumptions.
Agent Claude Code
Implementation agent that detects frontend vs backend context and loads appropriate skills. Use when implementing features, building components, creating API endpoints, or following implementation plans.
Agent Claude Code
Validates that implementation plans are fully completed and PRD requirements are fully covered. Use after features are claimed complete to verify all planned steps are implemented and nothing from the PRD was missed.
Agent Claude Code
Skeptical React architecture analyst for changed files. Use proactively after modifying React components, hooks, or state management code. Analyzes code against best practices and challenges assumptions.
Agent Claude Code
Creates a structured refactoring plan (.md) that describes current logic, identifies risks, defines test cases, and splits work for parallel agents. Use before any non-trivial refactoring to minimize risk.
Agent Claude Code
Creates structured feature requirements from designs, screenshots, and descriptions. Use when starting a new feature to document what should be implemented before writing any code.
Agent Claude Code
Skeptical security analyst for changed files. Use proactively after modifying auth logic, API endpoints, file uploads, or input handling. Analyzes code against OWASP Top 10:2025 and challenges assumptions about data safety.
Agent Claude Code
Writes unit and integration tests for React components, hooks, helpers (frontend) and Express controllers, middleware, models (backend). Detects client/ vs server/ context and applies appropriate testing patterns.
Agent Claude Code
Verifies skills and agents are correctly set up for both Cursor and Claude Code. Use after modifying agent/skill configuration to ensure everything works across both tools.
Command Claude Code
Slash commands for common workflows. Works with both Claude Code and Cursor.
Command Claude Code
Start a brainstorming session for a new feature or significant change.
Command Claude Code
Generate a commit message based on the current staged changes.
Command Claude Code
Create a new Git branch following the project's naming conventions.
Command Claude Code
Create a GitHub Pull Request with a concise, file-specific description.
Command Claude Code
Create a step-by-step implementation plan for an approved design or feature.
Skill Claude CodeCodex
Use when writing, reviewing, or planning tests for Express controllers, routes, middleware, validators, and Mongoose models in server/. Covers Vitest, Supertest, mongodb-memory-server, auth testing, and project-specific conventions.
Skill Claude CodeCodex
Use when starting creative work — new features, architectural changes, or significant modifications. Activates BEFORE any code is written to refine ideas through structured questions and present designs for validation.
Skill Claude CodeCodex
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
Skill Claude CodeCodex
Express.js and MongoDB/Mongoose best practices and anti-pattern catalog. Use when writing, reviewing, or refactoring Express controllers, middleware, routes, Mongoose models, or API endpoints. Covers MVC patterns, error handling, security, validation, and code organization.
Skill Claude CodeCodex
Git workflow conventions for branches, commits, and PRs. Use when creating branches, generating commit messages, creating pull requests, or any Git operation that needs to follow project conventions. Covers conventional commits, branch naming, PR formatting, ticket extraction, and pre-push build checks.
Skill Claude CodeCodex
Create Mermaid diagrams in markdown. Use when the user wants to visualize workflows, architectures, API flows, data models, state machines, or system designs. Covers flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, and more.
Skill Claude CodeCodex
Modern React best practices and anti-pattern catalog (2025-26). Use when writing, reviewing, or refactoring React components, hooks, and state management. Covers component design, state patterns, hooks misuse, performance, data fetching, and code organization.
Skill Claude CodeCodex
React Hook Form best practices, validation with Zod, performance patterns, and testing. Use when building, reviewing, or refactoring forms, form validation, useForm, useFieldArray, Controller, or integrating React Hook Form with UI libraries.