Backend
Agentic Programming with AI: Practical Fundamentals course examples
npx -y skills add CodelyTV/agentic_programming-course --skill backendAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
SKILL.md
0.5 KB, as published. Nobody here has run it
Read and follow the backend conventions documented in the resources before making changes to backend code.
Resources
api-routes-reflect-metadata.md— API routes and reflect metadata conventionsdependency-injection-diod.md— Dependency injection with DIODhexagonal-architecture.md— Hexagonal architecture patternsthin-api-routes.md— Thin API routes convention