원클릭으로
backend
Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage the kanban board. List, read, and close GitHub issues.
Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.
Navigate websites and query page content using Playwright CLI. Use this skill when the user asks to open a URL, extract data from a page, or check UI state.
| name | backend |
| description | Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend. |
Read and follow the backend conventions documented in the resources before making changes to backend code.
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