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
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.
Hook Claude Code
Runs when a session starts on startup, executing session-start.mjs via node. From fpindej/netrock.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing validate-bash.mjs via node. From fpindej/netrock.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing auto-format.mjs via node. From fpindej/netrock.
Hook Claude Code
Runs when the agent finishes a response, executing stop-quality-gate.mjs via node. From fpindej/netrock.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, PreToolUse, PostToolUse, Stop) and 51 allowed tools.
Skill Claude CodeCodex
Add an infrastructure dependency to Aspire AppHost.
Skill Claude CodeCodex
Add a Hangfire background job (recurring or one-time).
Skill Claude CodeCodex
Add a new project area to CI workflows.
Skill Claude CodeCodex
Add a transactional email template using Fluid (Liquid).
Skill Claude CodeCodex
Add an environment variable to backend or frontend.
Skill Claude CodeCodex
Add a typed options/configuration class with validation.