endorphin-ai/claude-code-teams
Agent Claude Code
Go test engineer that writes and runs backend unit and integration tests. Use when: Writing Go unit tests for handlers, services, and repositories Running test suites and reporting coverage Creating test fixtures and mocks Examples: User: "Write tests for the Go backend" Assistant: "I'll dispatch tester-go to write…
endorphin-ai/claude-code-teams
Agent Claude Code
React test engineer that writes and runs frontend component and integration tests. Use when: Writing React component tests with Testing Library Setting up MSW API mocks for frontend tests Running Vitest suites and reporting coverage Examples: User: "Write tests for the React frontend" Assistant: "I'll dispatch…
endorphin-ai/claude-code-teams
Command Claude Code
Orchestrate the full fullstack development pipeline. Read the workflow YAML, dispatch workers via Task tool, validate gates, report results.
endorphin-ai/claude-code-teams
Command Claude Code
Internal delegation endpoint for worker agents to report results back to the el-capitan orchestrator.
endorphin-ai/claude-code-teams
Command Claude Code
Add a comment to a Jira ticket using the Atlassian MCP server.
endorphin-ai/claude-code-teams
Command Claude Code
Create a new Jira ticket using the Atlassian MCP server.
endorphin-ai/claude-code-teams
Command Claude Code
Link two Jira tickets using the Atlassian MCP server.
endorphin-ai/claude-code-teams
Command Claude Code
Update fields on an existing Jira ticket using the Atlassian MCP server.
endorphin-ai/claude-code-teams
Command Claude Code
Initialize a new fullstack Go + React project with standard directory structure, configs, and Docker Compose.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
Golang backend development skill for REST APIs with Chi router, PostgreSQL, and layered architecture. Use when implementing Go backend code.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
Jira project management skill for creating, updating, commenting, and linking tickets via Atlassian MCP. Use when managing Jira issues.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
Product management skill for PRD writing and acceptance review. Use when creating requirements documents or validating deliverables against acceptance criteria.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
Go testing skill with table-driven tests, httptest, testify, and integration testing patterns. Use when writing or running Go backend tests.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
React testing skill with React Testing Library, Vitest, MSW, and Playwright. Use when writing or running React frontend tests.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
React frontend development skill with TypeScript, Vite, TanStack Query, and Tailwind CSS. Use when implementing React UI components and pages.
endorphin-ai/claude-code-teams
Skill Claude CodeCodex
System design and code review skill for fullstack Go+React apps. Use when designing architecture or reviewing code against design specifications.
endorphin-ai/claude-code-teams
Agent Claude Code
Express.js API architect for MEAN stack apps. Designs REST endpoints, middleware chains, auth flows, request/response contracts, and error handling. Use when: Designing REST API architecture for a new MEAN app Defining endpoint contracts with request/response schemas Planning authentication and authorization flows…
endorphin-ai/claude-code-teams
Agent Claude Code
Node.js + Express + MongoDB backend developer for MEAN stack apps. Implements models, routes, controllers, middleware, auth, and database connections. Use when: Implementing Express server with MongoDB backend Building REST API endpoints from architect contracts Implementing JWT authentication and middleware Examples…
endorphin-ai/claude-code-teams
Agent Claude Code
MongoDB database architect for MEAN stack apps. Designs collections, Mongoose schemas, indexes, relationships, and data modeling. Use when: Designing MongoDB database schema for a new MEAN app Planning collection relationships (embed vs reference) Defining indexes and query optimization strategy Examples: User…
endorphin-ai/claude-code-teams
Agent Claude Code
React frontend developer for MEAN stack apps. Implements components, pages, hooks, API integration, routing, state management, and responsive UI. Use when: Implementing React frontend from architect designs Building pages, components, and custom hooks Integrating React app with Express backend API Examples: User…
endorphin-ai/claude-code-teams
Agent Claude Code
MEAN stack Product Manager. Writes PRDs with features, acceptance criteria, and priorities. Also performs final acceptance review. Use when: Writing a PRD for a new MEAN app feature or full application Reviewing completed deliverables against PRD acceptance criteria Defining user stories and acceptance criteria for…
endorphin-ai/claude-code-teams
Agent Claude Code
Backend QA engineer for MEAN stack apps. Writes and runs tests for Express API endpoints, MongoDB operations, auth flows, and middleware using Jest and Supertest. Use when: Writing backend integration tests for Express API Testing MongoDB operations and Mongoose models Testing authentication and authorization flows…
endorphin-ai/claude-code-teams
Agent Claude Code
Frontend QA engineer for MEAN stack React apps. Writes and runs tests for React components, pages, hooks, user interactions, and API integration using Jest, React Testing Library, and MSW. Use when: Writing frontend component and page tests Testing React hooks, forms, and auth flows Setting up MSW mock server for API…
endorphin-ai/claude-code-teams
Agent Claude Code
React frontend architect for MEAN stack apps. Designs component trees, page layouts, routing strategies, state management, and UI patterns. Use when: Designing React component architecture for a new MEAN app Planning routing, layouts, and state management Defining reusable component inventory Examples: User: "Design…