This is your go-to when you need to spin up production-ready backends fast. It bundles three Python scripts that handle the grunt work: API scaffolding with configurable templates, database migration tooling with performance analysis, and load testing to see where things break. The reference docs cover API design patterns, database optimization, and security practices across Node, Go, and Python stacks. It's opinionated about tech choices (Postgres, GraphQL, Docker, the usual suspects) but in a helpful way. Best for when you're past the prototype phase and need to build something that won't fall over under load or make your future self hate you during maintenance.
npx skills add https://github.com/davila7/claude-code-templates --skill senior-backend