Agent Claude Code
Implements backend features - entities, services, controllers, validators, tests, migrations. Use for .NET implementation work that stays within src/backend/.
SaaS starter kit for small productions - .NET 10 Clean Architecture API + SvelteKit frontend, fully dockerized. Fork it, init it, build your product..
Agent Claude Code
Implements backend features - entities, services, controllers, validators, tests, migrations. Use for .NET implementation work that stays within src/backend/.
Agent Claude Code
Reviews C# backend code for correctness, conventions, Result pattern, and architecture. Use proactively when reviewing backend changes.
Agent Claude Code
Implements infrastructure changes - Dockerfiles, Aspire config, CI/CD workflows, health checks, env vars. Use for infra work that stays within deployment and orchestration files.
Agent Claude Code
Validates deployment readiness - Dockerfiles, Aspire config, CI/CD, env vars, health checks, and infrastructure reproducibility. Use when reviewing infra changes or before releases.
Agent Claude Code
Checks whether all downstream consumers listed in FILEMAP.md have been updated after a change. Use proactively after modifying files.
Agent Claude Code
Implements frontend features - pages, components, API integration, i18n, styling. Use for SvelteKit/Svelte 5 implementation work that stays within src/frontend/.
Agent Claude Code
Reviews Svelte 5 frontend code for correctness, conventions, logical CSS, responsiveness mechanics, accessibility, and theming. Use proactively when reviewing frontend changes.
Agent Claude Code
Implements features that span both backend and frontend - new API endpoints with their frontend consumers, cross-stack refactors, type regeneration. Use when work touches both src/backend/ and src/frontend/.
Agent Claude Code
Analyzes the codebase, issues, and TODOs to propose prioritized work items. Run when deciding what to work on next or reviewing the project backlog.
Agent Claude Code
Reviews code for security vulnerabilities, auth bypasses, PII leakage, and OWASP risks. Use proactively when reviewing security-sensitive changes (auth, permissions, user data, API endpoints, middleware, cookies, tokens).
Agent Claude Code
Writes substantial documentation - session docs, feature guides, architecture docs, README restructures. Use for long-form docs work; the orchestrator handles quick doc edits directly.
Agent Claude Code
Writes tests for backend and frontend code. Use for test-only tasks: backfilling coverage, regression tests for a reported bug, or expanding an existing suite. Engineer agents write tests alongside their own features - do not double-delegate those.
Agent Claude Code
Reviews UI/UX design quality - visual consistency, hierarchy, whitespace rhythm, and how layouts hold up across breakpoints and orientations. Judgment-level design review; the frontend-reviewer owns class-level convention checks.