PR, code review, utilities, hooks, and reference skills
npx claudepluginhub seonghyeonkimm/my-claude-code-config --plugin workflowbatch 프로세스들의 실시간 진행 상태를 대시보드로 표시. 각 태스크의 PID 생존 여부, 완료/실패 상태, 경과 시간을 확인.
태스크 목록을 받아 배치 단위로 병렬 claude 프로세스를 실행. 각 배치 완료 시 커밋을 cherry-pick하고 다음 배치를 자동 시작.
프로젝트의 AI 설정 파일(CLAUDE.md, agents, commands, rules 등)에서 중복·불필요 콘텐츠를 분석하고 제거
PR 코드를 P1(결함)/P2(설계)/P3(컨벤션) 우선순위별로 리뷰하고 GitHub에 게시합니다.
논문 탐색 → 목차/요약 제공 → Q&A 학습 → 학습 노트 저장까지 대화형 논문 학습 워크플로우
현재 PR의 리뷰 코멘트를 확인하고, 반영할 것을 적용한 뒤 resolve까지 처리합니다. 기본값은 자율 실행(auto). --manual 옵션으로 분류 결과를 인간이 확인/조정.
현재 변경사항을 커밋하고 PR을 생성합니다. 인자 없으면 draft PR, "ready"면 ready-for-review PR.
Self Consistency 기법으로 3개의 독립적 접근을 병렬 생성하고 비교하여 최선의 방안을 추천합니다
대화에서 발견한 패턴을 시스템에 반영
Agent, Skill, Command, Rules 파일 작성 패턴 및 템플릿
Interactive code learning through skeleton-based exercises. Use when a user wants to deeply learn a codebase, library, or programming concept by building it themselves. Triggers: "learn this codebase", "study this project", "teach me how this works", "I want to understand this library", "code dojo", "learn by building", "help me learn", "interactive coding exercise". Creates step-by-step exercises where the user fills in TODO implementations verified by tests or type checks.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
함수 작성 시 RORO 패턴 우선, positional parameter 지양
Seed Design React 컴포넌트 라이브러리 참고 문서. Use when: @seed-design/react 컴포넌트 사용, UI 컴포넌트 구현, seed-design 컴포넌트의 props/API 확인이 필요할 때.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
AI-native product management for startups. Transform Claude into an expert PM with competitive research, gap analysis using the WINNING filter, PRD generation, and GitHub Issues integration.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them