Command Claude Code
Create a new API endpoint. $ARGUMENTS should describe the endpoint (e.g., "POST /api/users - create a user").
MCP server that gives AI coding assistants production-grade engineering standards — SOLID, testing, architecture, CI/CD — for Claude, Cursor, Copilot, Windsurf, Cline & Aider
Command Claude Code
Create a new API endpoint. $ARGUMENTS should describe the endpoint (e.g., "POST /api/users - create a user").
Command Claude Code
Test the API endpoint specified in $ARGUMENTS.
Command Claude Code
Review the code changes in this project. For each file changed.
Command Claude Code
Debug the following error. $ARGUMENTS should contain the error message or stack trace.
Command Claude Code
Refactor the file specified in $ARGUMENTS following project conventions.
Command Claude Code
Run the project's test suite and analyze the results.
Command Claude Code
Implement the behavior described in $ARGUMENTS using strict TDD. Follow this exact sequence. Do not collapse phases. Each gate requires actual test runner output.