TDD Green 단계 전문가로 테스트를 통과하는 최소한의 코드를 작성하는 개발자
TDD Refactor 단계 전문가로 테스트 통과 후 코드 품질을 개선하는 리팩토링 전문가
각 TDD 단계의 품질을 검증하고 피드백을 제공하는 시니어 리뷰어
큰 기능을 작은 TDD 단위로 분해하고 우선순위 및 성공 기준을 정의하는 계획 전문가
TDD Red 단계 전문가로 실패하는 테스트를 먼저 작성하는 테스트 엔지니어
Claude Code 확장 기능 개발 및 배포 프로젝트
공식 문서 기반으로 개발된 Skills, Hooks, Sub-agents, Commands, Rules 모음
Claude Code의 확장 기능을 체계적으로 개발하고 마켓플레이스 플러그인으로 배포하여 Claude Code 사용자 경험을 향상시킵니다.
git clone https://github.com/inchan/claude-plugins.git
cd claude-plugin
npm install
프로젝트를 이해하려면 다음 순서로 문서를 읽으세요:
# 테스트 실행
npm test
# 검증
npm run validate
상세한 개발 워크플로우는 docs/workflows.md와 docs/references/를 참고하세요.
claude-plugins/
├── plugins/ # 플러그인 (핵심)
│ ├── base/ # 공통 에이전트 (engineer)
│ ├── tdd/ # TDD 개발 팀 (5개 에이전트)
│ ├── search/ # 웹 검색 통합
│ ├── doc-tools/ # 문서 관리
│ ├── outsourcing/ # AI CLI 위임
│ └── issue-linear/ # Linear 이슈 관리 (NEW)
├── scripts/ # 개발 자동화 스크립트
├── tests/ # 테스트 (중앙집중식)
├── docs/ # 프로젝트 문서
│ ├── guidelines/ # 개발 가이드라인
│ ├── references/ # 레퍼런스 패턴
│ └── templates/ # 컴포넌트 템플릿
└── .claude-plugin/ # 플러그인 메타데이터
각 플러그인 상세 구조는 plugins/{name}/README.md 참고
git checkout -b feature/amazing-feature)git push origin feature/amazing-feature)Pull Request 전 확인:
MIT License - 자세한 내용은 LICENSE 참고
/icp:doc-update 커맨드 추가 (문서-코드 불일치 자동 탐지/수정)doc-updater 에이전트 추가 (haiku 모델 기반, 4가지 원칙)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 inchan/cc-skills --plugin icp-tddLinear 이슈 관리 플러그인
웹 검색 통합 플러그인 - 공식 문서/종합/모범 사례 검색
공통 에이전트 및 유틸리티를 제공하는 기본 플러그인
문서 업데이트 자동화 - 추적가능성/교차검증/사용자중심/완성도 검증
MCP를 통해 로컬 CLI에 작업을 아웃소싱하는 플러그인
Test-driven development methodology with red-green-refactor cycles and code review
AI-driven development toolkit for TDD and SDD workflows, providing comprehensive command templates and agents to enhance developer productivity with Claude Code
A TDD-driven iterative feedback loop for software development with Claude Code. 16 cohesive skills + 2 custom subagents walk an idea from brainstorm → plan → execute → tdd → iterate, with checkpoints throughout. Vertical-slice TDD, parallel coder/overseer review, no auto-commits. Single entry point: 'let's evanflow this'.
Guides AI agents through disciplined coding practices. Language and build-system agnostic core with extensible language/build skills.
Test-driven development skill that enforces red-green-refactor, one test at a time
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns