npx claudepluginhub onejaejae/skillsOpen interactive annotation UI for a markdown file
Annotate the last rendered assistant message
Open interactive code review for current changes or a PR URL
테스트 코드 전체 flow 실행 (시나리오 → 코드 생성 → 검증/수정)
전체 개발 워크플로우를 단계별로 진행합니다. 각 Phase마다 사용자 확인을 받습니다.
RESTful API 설계 컨벤션. URL 설계, HTTP 메서드, 상태 코드, Response 형식, 에러 코드를 정의합니다. Use when designing API endpoints, implementing controllers, or reviewing API implementations.
API 문서화 스킬. Notion과 Postman에 API 명세를 추가합니다. Use when documenting APIs, updating Notion database, or adding Postman requests.
코드 구현 및 테스트 작성 표준. 파일 구조, 네이밍 컨벤션, 테스트 패턴, 커밋 컨벤션을 정의합니다. Use when implementing features, writing tests, or making commits.
Use when "PR 생성", "PR 올려줘", "draft PR", "gh pr create", "풀리퀘스트 만들어줘", "create PR", "open PR", "PR 열어줘", "PR 만들어", "push하고 PR 올려줘", "코드 올려줘".
Reverse-interview skill that extracts detailed specs by interviewing the user. Use when: (1) user says '/interview', 'interview me', '인터뷰', '요구사항 추출', '스펙 작성', (2) user wants to define requirements for a new feature, refactoring plan, bug analysis, or architecture design, (3) user wants AI to ask deep questions instead of writing requirements themselves. Accepts optional arguments for interview topic/context.
Use when a Task Definition is ready and implementation planning is needed. Trigger: plan generation, implementation planning, create plan from task definition, 구현 계획, 플랜 생성.
Use when starting a new development task and need structured task analysis. Trigger: new task, task analysis, task definition, 태스크 정의, 작업 분석.
Use when: (1) "테스트 코드 작성해줘", (2) "test code 생성해줘", (3) after test-planner creates scenarios, (4) need to write tests for specific layer.
Use when: (1) "테스트 검증해줘", (2) "테스트 실행하고 고쳐줘", (3) "test heal", (4) after test-generator creates tests, (5) tests are failing and need fixing.
Use when: (1) "테스트 시나리오 작성해줘", (2) "테스트 계획 만들어줘", (3) "test plan 만들어줘", (4) creating test plan for new features, (5) before writing test code.
Use when "작업 완료 리포트", "리포트 작성", "work report", "회고 작성", "작업 마무리", "워크플로우 완료 리포트". 워크플로우 또는 작업 완료 후 회고 리포트 생성.
통합 개발 워크플로우 (workflow command + 의존 skills)
/plugin install workflow-bundle@ai-registry
workflow [task-description]
Phase 0: Task 분석
├── Step 0.0: 요구사항 인터뷰 (interview)
└── Step 0.1: Task Definition 생성
↓
Phase 1: Plan 수립 및 검증
├── Step 1.1: 구현 계획 생성 (plan-generator)
├── Step 1.2: 사용자 검토
└── Step 1.3: 계획 검증 (plan-reviewer)
↓
Phase 2: Docs 생성 및 브랜치 준비
├── Step 2.0: Docs 페이지 생성 (조건부)
└── Step 2.1: 브랜치 준비
↓
Phase 3: 개발 (Step별 구현 + Lint + 커밋 + Regression Test)
↓
Phase 4: 테스트 (/test command)
↓
Phase 5: 리뷰 (code-reviewer)
↓
Phase 6: 문서화 (Notion + Postman, 조건부)
↓
Phase 7: PR 생성 (gh-draft-pr-create)
↓
Phase 8: 작업 완료 리포트 (work-report)
| 스킬 | 용도 |
|---|---|
| interview | 역인터뷰 기반 요구사항 추출 |
| task-definition-generator | 구조화된 Task Definition 생성 |
| plan-generator | 구현 계획 수립 |
| api-conventions | API 설계 규칙 |
| api-documentation | Notion/Postman 문서화 |
| code-standards | 코드 품질 기준 |
| test-planner | 테스트 시나리오 생성 |
| test-generator | 테스트 코드 생성 |
| test-healer | 테스트 실행 및 자동 수정 |
| gh-draft-pr-create | GitHub Draft PR 생성 |
| work-report | 작업 완료 리포트 생성 |
| 커맨드 | 용도 |
|---|---|
| workflow | 전체 개발 워크플로우 실행 (Phase 0~8) |
| test | 테스트 파이프라인 실행 (Phase 4) |
| 에이전트 | 용도 |
|---|---|
| plan-reviewer | Plan 검증 (Phase 1) |
| code-reviewer | 코드 리뷰 (Phase 5) |
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement