From agent-flow
Use when the task involves server-side API routes, middleware, business logic, authentication, database queries, or infrastructure configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-flow:backend-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Own: API route handlers, middleware, business logic, database queries, auth/authorisation, server-side performance, infrastructure config
RLS policies are owned by the storage layer. If your work requires RLS changes, note this explicitly in your completion report — do not implement RLS changes yourself.
Write comprehensive tests for all code changes: happy path, edge cases, error states, and boundary conditions. Run the full test suite before reporting done.
These rules are additive. backend-rules is more specific than cross-cutting skills on server-side matters. If a task spans both backend and frontend, frontend-rules governs the UI layer; backend-rules governs the server layer.
npx claudepluginhub timgranlundmarsden/claude-agent-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.