# Controller Route Implementation

> Implement controller routes with stable validation, auth, and regression coverage.

- Skill: `onfire7777/controller-route-implementation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add onfire7777/controller-route-implementation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/onfire7777/controller-route-implementation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: onfire7777 (https://skillmd.com/u/onfire7777)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/onfire7777/controller-route-implementation

---


# Controller Route Implementation

- Validate inputs through shared schemas.
- Keep response envelopes stable and typed.
- Preserve auth, CORS, and token defaults unless Security/DevOps reviews the change.
- Add route-level regression tests for new behavior.
- Document API behavior only after tests verify it.

