PR 아키텍처 검증 에이전트. /arch 명령어 또는 PR 생성/업데이트 시 FSD 아키텍처 원칙과 프로젝트 컨벤션 준수 여부를 검증합니다.
PR 코드 리뷰 에이전트. /review 명령어 또는 PR 생성/업데이트 시 코드 품질, 보안, 성능 관점에서 리뷰를 수행합니다.
PR 보안 검증 에이전트. /security 명령어 또는 PR 생성/업데이트 시 보안 취약점을 분석하고 잠재적 보안 이슈를 식별합니다.
PR 변경사항 요약 에이전트. /summary 명령어 또는 PR 생성 시 변경사항을 분석하여 팀원들이 빠르게 이해할 수 있는 요약을 생성합니다.
PR 테스트 검증 에이전트. /test-check 명령어 또는 PR 생성/업데이트 시 테스트 커버리지와 품질을 검증하고 누락된 테스트를 식별합니다.
프론트엔드 개발을 위한 Claude Code 플러그인 마켓플레이스
/plugin marketplace add dding-g/ddingg-claude-marketplace
# 공통 스킬
/plugin install common-skills@ddingg-marketplace
# 플랫폼별 스킬
/plugin install nextjs-app-router@ddingg-marketplace
/plugin install vite-csr@ddingg-marketplace
/plugin install react-native@ddingg-marketplace
# PR 에이전트
/plugin install pr-agents@ddingg-marketplace
# Maestro E2E 테스트
/plugin install react-native-test-maestro@ddingg-marketplace
# 유틸리티
/plugin install utils@ddingg-marketplace
# Slack 알림
/plugin install slack-notify@ddingg-marketplace
# 저장소 클론
git clone https://github.com/dding-g/ddingg-claude-marketplace.git
# 로컬 마켓플레이스 추가
/plugin marketplace add ./ddingg-claude-marketplace
# 플러그인 설치
/plugin install common-skills@ddingg-marketplace
ddingg-claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # 마켓플레이스 카탈로그
│
├── plugins/
│ ├── common-skills/ # 공통 스킬 (6개)
│ ├── nextjs-app-router/ # Next.js 15+ App Router
│ ├── vite-csr/ # Vite CSR/SPA
│ ├── react-native/ # React Native/Expo
│ ├── react-native-test-maestro/ # Maestro E2E 테스트
│ ├── pr-agents/ # PR 에이전트 (5개)
│ ├── utils/ # 유틸리티 (commit, hooks)
│ ├── codebase-onboarding/ # 코드베이스 온보딩 도구
│ ├── slack-notify/ # Slack 알림 (commit 후 자동 알림)
│ ├── agents-md/ # AGENTS.md 작성 패턴
│ └── react-table-patterns/ # TanStack React Table 패턴
│
└── .claude/ # 마켓플레이스 개발용 (배포 안됨)
프레임워크 독립적인 공통 프론트엔드 스킬
| 스킬 | 핵심 내용 |
|---|---|
| writing-good-code | 이름 짓기, 함수 분리, 조건문, Early Return |
| typescript-patterns | 타입 추론, 유틸리티 타입, 제네릭, 타입 좁히기 |
| react-patterns | 상태 관리 판단, Suspense, React 19 패턴 |
| fsd-architecture | 언제 FSD를 쓸까? 실용적 적용법 |
| react-query-patterns | Query Factory, queryOptions/mutationOptions 패턴 |
| zod-validation | 폼 검증, API 응답 검증, 핵심 패턴 3가지 |
Next.js 15+ App Router 전용 스킬
Vite + React SPA 전용 스킬
React Native/Expo 전용 스킬
PR 코드 리뷰 에이전트
| 에이전트 | 역할 | 커맨드 |
|---|---|---|
| PR Review | 코드 품질, 보안, 성능 | /review |
| PR Summary | 변경사항 요약 | /summary |
| Test Check | 테스트 커버리지 | /test-check |
| Security | 보안 취약점 | /security |
| Architecture | FSD 아키텍처 검증 | /arch |
React Native Maestro E2E 테스트 도구
| 커맨드/에이전트 | 역할 |
|---|---|
/maestro | 전체 워크플로우 실행 (설정 → 플랜 → 검증 → 테스트) |
| maestro-test-plan | 테스트 플랜 작성 전문가 |
| flow-validation | 플로우 파일 검증 전문가 |
| tester | 테스트 실행 및 분석 전문가 |
유틸리티 명령어
| 커맨드 | 설명 |
|---|---|
/commit | Conventional commit 형식으로 커밋 및 push |
/commit --no-push | 커밋만 하고 push 생략 |
Slack 알림 플러그인
| 기능 | 설명 |
|---|---|
| PostToolUse Hook | git commit 성공 시 자동 Slack 알림 |
/notify-slack | 수동으로 작업 완료 알림 전송 |
환경 변수: SLACK_WEBHOOK_URL 필요
AGENTS.md 파일 작성 패턴
TanStack React Table 사용 패턴
스킬은 관련 키워드 감지 시 자동 활성화됩니다.
PR 에이전트는 커맨드로 실행:
/review
/summary
/security
이 마켓플레이스를 개발/유지보수하기 위한 로컬 명령어:
| 커맨드 | 설명 |
|---|---|
/add-plugin <name> | 새 플러그인 추가 |
/add-skill <name> | 플러그인에 새 스킬 추가 |
/add-agent <name> | 플러그인에 새 에이전트 추가 |
/validate-structure | 마켓플레이스 구조 검증 |
/optimize-skills | SKILL.md 파일 품질 분석 및 최적화 제안 |
/generate-readme | README 자동 생성 |
kebab-casePascalCaseuseCamelCaseSCREAMING_SNAKE_CASE모든 파일은 Claude Code 공식 플러그인 스펙을 준수합니다:
name, version, description, author, keywords, hooks 필드만 사용 (category 등 미지원)PreToolUse, PostToolUse 등), matcher와 hooks 배열 사용name, description)name, description, tools)name, description)Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub dding-g/ddingg-claude-marketplace --plugin pr-agents유틸리티 - Git commit, ship(commit-push-pr) 명령어
공통 프론트엔드 스킬 - TypeScript, React, FSD 아키텍처, React Query, Zod 검증
Vite + React SPA 패턴 - React Router, Zustand, 코드 스플리팅
React Native Maestro 테스트 도구
작업 완료 시 Slack 알림을 보내는 플러그인. git commit 후 자동 알림 hook 포함
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Review pull requests with structured analysis and approve with confidence
this is to analyze the PRs and solve the requested changes in them
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications