Create Service

Scaffolds a new backend service module under app/services/<service_name>/ following the repo's clean architecture conventions. Use this skill whenever the user wants to add a new service, feature module, or domain package to the backend — even if they just say "add a X service", "create a module for Y", or "scaffold Z". Also triggers when wiring a new router into the app, adding domain models with persistence, or setting up use-case/application logic for a new domain. Always use this skill instead of guessing the folder structure.

amariwan df5ec12 10.3 KB Updated

File contents

amariwan/FastApi-template/tree/main/.claude/skills/create-service commit df5ec123fe

Frequently asked questions

npx skillmds@latest add amariwan/create-service