Agentic_programming-course backend
Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
install
source · Clone the upstream repo
git clone https://github.com/CodelyTV/agentic_programming-course
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/CodelyTV/agentic_programming-course "$T" && mkdir -p ~/.claude/skills && cp -r "$T/06-evolution/2-mcp_skills_subagents_documentation/2-skills/.agents/skills/backend" ~/.claude/skills/codelytv-agentic-programming-course-backend && rm -rf "$T"
manifest:
06-evolution/2-mcp_skills_subagents_documentation/2-skills/.agents/skills/backend/SKILL.mdsource content
Read and follow the backend conventions documented in the resources before making changes to backend code.
Resources
— API routes and reflect metadata conventionsapi-routes-reflect-metadata.md
— Dependency injection with DIODdependency-injection-diod.md
— Hexagonal architecture patternshexagonal-architecture.md
— Thin API routes conventionthin-api-routes.md