Agent skill · Backend & API

backend-implementation

Backend Implementation Workflow Agent. Backend만 구현이 필요한 경우 사용합니다. API 추가, 서비스 로직 구현, DB 스키마 변경 등을 오케스트레이션합니다.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill backend-implementation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadWriteEditTaskAskUserQuestionTodoWriteGlobGrepBashSkill
Path: skills/agent/backend-implementation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. 역할
  2. 워크플로우 개요
  3. Phase별 상세
  4. Phase 1: 설계 (순차)
  5. Phase 2: 구현 (순차)
  6. Phase 3: 검증 (병렬)
  7. Phase 4: 배포 (순차)
  8. 산출물 디렉토리 구조
  9. 사용 방법
  10. 예시
  11. 협업 Agent
  12. 주의사항
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going