devfullcycle/mba-ia-dev-workflow
Instructions file GitHub Copilot
Use when writing or modifying Express.js controllers and route handlers. Covers procedural handler pattern, REST status codes, and error propagation.
devfullcycle/mba-ia-dev-workflow
Instructions file GitHub Copilot
Use when writing or modifying Express.js controllers and route handlers. Covers procedural handler pattern, REST status codes, and error propagation.
devfullcycle/mba-ia-dev-workflow
Instructions file GitHub Copilot
Use when writing or modifying the global Express error handling middleware. Covers error-to-HTTP mapping pattern and consistent response shape.
devfullcycle/mba-ia-dev-workflow
Instructions file GitHub Copilot
Use when writing domain entities, use cases, repositories, controllers, or models. Covers hexagonal architecture dependency rules and layer boundaries.
devfullcycle/mba-ia-dev-workflow
Instructions file GitHub Copilot
Use when writing or reviewing tests. Covers test structure (AAA pattern), unit/integration/e2e placement, database cleanup, and test data setup.
devfullcycle/mba-ia-dev-workflow
Instructions file GitHub Copilot
Use when writing TypeORM entities, database configuration, or data source setup. Covers entity patterns with dual identifiers, soft delete, and Data Mapper.
devfullcycle/mba-ia-dev-workflow
Instructions file
Claude Code instructions for devfullcycle/mba-ia-dev-workflow, covering claude.md, project overview, project structure, tech stack and environment startup verification.
Agent Claude Code
Use this agent when you need to analyze and audit the health, security, and status of dependencies in a software project. It identifies outdated, deprecated, or legacy libraries, checks for vulnerabilities, and provides structured, actionable insights without ever altering the codebase. Examples: Context: User wants…
Agent Claude Code
Use this agent only when you need to modernize project dependencies based on an existing dependency audit report or a provided dependency document. The dependency-modernizer must always rely on a dependency report (preferably generated by the dependency-auditor) before creating the modernization plan and executing…
devfullcycle/techweekia9-dev-com-ia
Instructions file
Claude Code instructions for devfullcycle/techweekia9-dev-com-ia, covering claude.md, project overview, commands, execute commands inside the api container and install dependencies.