Create REST Controller

Scaffold or update a Spring `@RestController` (inbound adapter) with nested request/response DTOs and a `toCommand()` mapping function. Use when the user asks to "create a REST controller", "add an endpoint", "generate an inbound adapter", or "scaffold a controller". Accepts a use-case port file or a plain description; infers HTTP verb and path from the use-case name; updates existing controllers if one already exists.

majiayu000 4e62577 2 files · 5.7 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/create-rest-controller commit 4e62577d62

Frequently asked questions

npx skillmds add majiayu000/create-rest-controller