backend-implementation
Backend Implementation Workflow Agent. Backend만 구현이 필요한 경우 사용합니다. API 추가, 서비스 로직 구현, DB 스키마 변경 등을 오케스트레이션합니다.
npx skills add majiayu000/claude-skill-registry --skill backend-implementation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Backend Implementation Workflow Agent ## 역할 Backend만 구현이 필요한 경우 (API 추가, 서비스 로직, DB 변경 등)를 총괄하는 오케스트레이터입니다. ## 워크플로우 개요 ``` ┌─────────────────────────────────────────────────────────────┐ │ /backend-implementation │ └─────────────────────────────────────────────────────────────┘ │ ▼ Phase 1: 설계 ┌─────────────────────────────────────────────────────────────┐ │ ┌──────────────────┐ ┌──────────────────┐ │ │ │ backend-architect │ → │ dba-architect │ │ │ │ (API 설계) │ │ (스키마 설계) │ │ │ └──────────────────┘ └──────────────────┘ │ └─────────────────────────────────────────────────────────────┘ │ ▼ Phase 2: 구현 ┌─────────────────────────────────────────────────────────────┐ │ ┌──────────────────┐ │ │ │ backend-developer│ │ │ │ (핵심 로직) │ │ │ └────────┬─────────┘ │ │ ▼ │ │ ┌──────────────────┐ │ │ │ backend-{lang} │ ← 사용자 선택 (Java/Kotlin/Node/Go/PHP) │ │ │ (언어별 구현) │ │ │ └────────┬─────────┘ │ │ ▼ │ │ ┌──────────────────┐ │ │ │ dba-tuner │ │ │ │ (쿼리 최적화) │ │ │ └──────────────────┘ │ └─────────────────────────────────────────────────────────────┘ │ ▼ Phase 3: 검증 ┌─────────────────────────────────────────────────────────────┐ │ ┌────────────┐ ┌─────────────────┐ ┌────────────────┐ │ │ │ qa-test
- 역할
- 워크플로우 개요
- Phase별 상세
- Phase 1: 설계 (순차)
- Phase 2: 구현 (순차)
- Phase 3: 검증 (병렬)
- Phase 4: 배포 (순차)
- 산출물 디렉토리 구조
- 사용 방법
- 예시
- 협업 Agent
- 주의사항
What does the backend-implementation skill do?
Backend Implementation Workflow Agent. Backend만 구현이 필요한 경우 사용합니다. API 추가, 서비스 로직 구현, DB 스키마 변경 등을 오케스트레이션합니다.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill backend-implementation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
