johnlanda/agentic-coding-starter-kit
Agent Claude Code
Reviews frontend changes for design system compliance, brand guideline adherence, and visual consistency. Use when modifying UI components or pages.
johnlanda/agentic-coding-starter-kit
Agent Claude Code
Reviews frontend changes for design system compliance, brand guideline adherence, and visual consistency. Use when modifying UI components or pages.
johnlanda/agentic-coding-starter-kit
Agent Claude Code
Plans database schema changes with rollback strategies, data migration steps, and impact analysis. Use for complex schema modifications.
johnlanda/agentic-coding-starter-kit
Agent Claude Code
Reviews code for performance issues including algorithmic complexity, N+1 queries, memory leaks, and bundle size. Use when modifying hot paths, database queries, or frontend components.
johnlanda/agentic-coding-starter-kit
Agent Claude Code
Reviews code changes for security vulnerabilities, credential leaks, and injection risks. Use when modifying authentication, authorization, data handling, or API endpoints.
johnlanda/agentic-coding-starter-kit
Agent Claude Code
Generates unit and integration tests for new or modified code. Use when implementing features that need test coverage.