By hbs9312
GitHub 이슈·PR·리뷰를 잇는 워크플로우 스킬 모음. pick-issue → draft-pr → create-pr → review-pr → clear-issue 흐름과 create-issue까지 6개 스킬을 제공합니다. SessionStart 훅으로 현재 레포와 조직 .github 레포의 이슈/PR 템플릿을 미리 받아두고 스킬에서 재사용합니다.
pick-issue 스킬로 저장한 현재 작업 이슈 메모리(project_current_issue.md)를 삭제하고 MEMORY.md에서 Current Issue 섹션을 제거하는 스킬. 사용자가 '이슈 정리', '이슈 메모리 삭제', '이슈 클리어', '작업 이슈 지워줘', '이슈 완료', 'clear issue', 'done with issue', 'close issue memory', '/clear-issue' 등을 말하면 트리거한다. 이슈 작업이 끝났거나 메모리를 정리하려는 맥락이면 적극적으로 이 스킬을 사용할 것.
GitHub 이슈를 조직 템플릿에 맞춰 생성하는 스킬. 사용자가 '이슈 만들어줘', '이슈 생성', '버그 리포트', '기능 제안', '작업 등록', 'create issue', 'github issue', '/create-issue' 등을 말하면 트리거한다. 이슈와 관련된 요청이면 적극적으로 이 스킬을 사용할 것. Usage: /create-issue [-y] <사용자 의도>
This skill should be used when the user asks to "create pr", "make pr", "open pull request", "PR 올려줘", "PR 만들어줘", "풀리퀘 생성", or invokes /create-pr. It creates a GitHub Pull Request using the PR template fetched at session start by the ghflow SessionStart hook (from the current repo and the org's .github repo). Usage: /create-pr [base-branch] [--draft] [--assignee <login>] [message]
GitHub 이슈 번호를 기반으로 브랜치 생성, 빈 커밋, Draft PR 생성, 이슈-브랜치 연결까지 한번에 처리하는 스킬. 사용자가 'Draft PR 만들어줘', '이슈 작업 시작', 'PR 초안', 'draft pr', '빈 PR 생성', '이슈 브랜치 만들어줘', '/draft-pr' 등을 말하면 트리거한다. 이슈 기반으로 브랜치를 만들거나 Draft PR을 생성하려는 맥락이면 적극적으로 이 스킬을 사용할 것.
GitHub 원격 저장소에서 사용자에게 assign된 이슈 목록을 가져와 작업할 이슈를 선택하게 한 뒤, 선택된 이슈의 내용을 프로젝트 메모리에 저장하는 스킬. 사용자가 '이슈 선택', '작업할 이슈', '이슈 골라줘', '내 이슈 보여줘', '이슈 목록', 'pick issue', 'my issues', 'assigned issues', 'what should I work on', '어떤 이슈 작업할까', '/pick-issue' 등을 말하면 트리거한다. 이슈를 고르거나 작업을 시작하려는 맥락이면 적극적으로 이 스킬을 사용할 것.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
hbs9312가 관리하는 Claude Code 플러그인 통합 마켓플레이스.
/plugin marketplace add hbs9312/hbs9312-plugins
/plugin install specflow@hbs9312-plugins
/plugin install frontflow@hbs9312-plugins
/plugin install backflow@hbs9312-plugins
/plugin install meeting-prep@hbs9312-plugins
/plugin install ghflow@hbs9312-plugins
| 플러그인 | 버전 | 설명 |
|---|---|---|
| specflow | 1.3.0 | 에이전트 기반 개발 명세서 생성·검증·수정 워크플로우. PRD → 기능/기술 명세, 와이어프레임, 화면설계서, 테스트 명세, 구현 계획 자동 생성 |
| frontflow | 1.2.0 | 프론트엔드 구현 워크플로우. Figma → 코드를 바텀업으로 구축 |
| backflow | 0.1.0 | specflow 산출물 기반 백엔드 구현 워크플로우. 스키마 → 리포지토리 → 서비스 → 컨트롤러 → 미들웨어 → 통합 |
| meeting-prep | 0.1.0 | 기획서 분석과 구현 현황을 병렬 분석하여 회의 준비 문서를 자동 생성 |
| ghflow | 0.1.0 | GitHub 이슈·PR·리뷰 워크플로우 스킬 모음 (create-issue / pick-issue / draft-pr / create-pr / review-pr / clear-issue) |
hbs9312-plugins/
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
├── specflow/
├── frontflow/
├── backflow/
├── meeting-prep/
└── ghflow/
각 플러그인의 상세 문서는 해당 디렉토리의 README를 참고하세요.
이 레포는 기존 4개 독립 레포(hbs9312/specflow, hbs9312/frontflow, hbs9312/backflow, hbs9312/meeting-prep)를 하나로 통합한 것입니다. 기존 마켓플레이스를 사용 중이라면:
/plugin marketplace remove specflow
/plugin marketplace remove frontflow
/plugin marketplace remove backflow
/plugin marketplace remove meeting-prep
/plugin marketplace add hbs9312/hbs9312-plugins
각 플러그인의 라이선스를 따릅니다.
npx claudepluginhub hbs9312/hbs9312-plugins --plugin ghflow기획서 분석과 구현 현황을 병렬 분석하여 회의 준비 문서를 자동 생성하는 플러그인
프론트엔드 구현 워크플로우. Figma → 코드를 바텀업으로 구축합니다.
기획서 분석과 구현 현황을 병렬 분석하여 회의 준비 문서를 자동 생성하는 플러그인
에이전트 기반 개발 명세서 생성·검증·수정 워크플로우. PRD에서 기능 명세, 기술 명세, 와이어프레임, 화면설계서, 테스트 명세, 구현 계획까지 자동 생성합니다.
specflow 산출물 기반 백엔드 구현 워크플로우. 스키마, 리포지토리, 서비스, 컨트롤러, 미들웨어, 통합까지 바텀업으로 구축합니다.
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
This is a getty104's base tool set
GitHub workflow: issues, PRs, worktrees, sub-issues
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
GitHub issue triage, creation, and management
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.