Dimillian/Claude
Agent
Use this agent when you need to design and implement a backend API for a frontend application. This includes selecting the appropriate backend framework, designing RESTful or GraphQL endpoints, setting up database schemas, implementing authentication/authorization, and creating the server infrastructure. The agent…
Dimillian/Claude
Agent
Use this agent when you need to analyze and refactor code structure, identify architectural issues, or improve code organization. Examples: Context: User has just implemented a new authentication feature and wants to ensure it follows project architecture patterns. user: 'I just finished implementing the login flow…
Dimillian/Claude
Agent
Use this agent when you need to create a new Next.js project from scratch with TypeScript and Tailwind CSS, or when you want to bootstrap a new web application with modern React patterns. Examples: Context: User wants to start a new web project for their portfolio site. user: 'I need to create a new portfolio website…
Dimillian/Claude
Agent
Use this agent when the user requests to build a new project, feature, or complex functionality that requires coordination across multiple domains (frontend, backend, testing, etc.). This agent excels at breaking down high-level requirements into actionable tasks and delegating them to specialized agents in the…
Dimillian/Claude
Agent
Use this agent when you need to assess testing coverage, create test strategies, write test cases, implement tests, or verify application functionality. This includes situations where you need to establish testing infrastructure for untested projects, improve existing test coverage, or ensure applications meet quality…
Dimillian/Claude
Agent
Use this agent when you need to perform comprehensive security audits of your codebase, particularly focusing on credential management, token handling, and client-server architecture security. Examples: Context: User has just implemented OAuth authentication in their mobile app and wants to ensure secrets are properly…
Dimillian/Claude
Agent
Use this agent when building SwiftUI views, implementing modern iOS 18/26 features, refactoring large views into smaller components, creating @Observable business logic objects, or needing guidance on proper SwiftUI architecture patterns. Examples: Context: User is creating a complex timeline view that's becoming…