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가지 원칙)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-outsourcingTDD 개발 구현
Linear 이슈 관리 플러그인
공통 에이전트 및 유틸리티를 제공하는 기본 플러그인
문서 업데이트 자동화 - 추적가능성/교차검증/사용자중심/완성도 검증
웹 검색 통합 플러그인 - 공식 문서/종합/모범 사례 검색
Manage MCP servers - discover, analyze, execute tools/prompts/resources. Use for MCP integrations, capability discovery, tool filtering, programmatic execution, or encountering context bloat, server configuration, tool execution errors.
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
Centralized Claude Code configuration: Docker-first guards, permissions, MCP gateway, and workflow skills
MCP server development helper with tool and resource scaffolding
Model Context Protocol Mcp Expert subagent
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns