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.md
source content

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 conventions
  • dependency-injection-diod.md
    — Dependency injection with DIOD
  • hexagonal-architecture.md
    — Hexagonal architecture patterns
  • thin-api-routes.md
    — Thin API routes convention