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-doc-toolsLinear 이슈 관리 플러그인
공통 에이전트 및 유틸리티를 제공하는 기본 플러그인
TDD 개발 구현
문서 업데이트 자동화 - 추적가능성/교차검증/사용자중심/완성도 검증
웹 검색 통합 플러그인 - 공식 문서/종합/모범 사례 검색
Multi-LLM documentation review for catching inconsistencies, codebase mismatches, and gaps. Supports Opus, GPT, and Gemini in parallel with synthesis and guided resolution.
Documentation review, cleanup, and generation with AI slop detection, style learning, and human-quality writing enforcement
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Documentation quality validation: broken links, orphan docs, glossary, structure
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.