이슈 후보를 코드베이스의 실제 파일/모듈에 매핑하는 에이전트. 이슈의 영향 범위 파악, 관련 파일 특정 시 사용.
자연어 요구사항을 원자적 이슈 후보로 분해하는 에이전트. 요구사항 분석, 이슈 분해, Linear/GitHub 이슈 생성 준비 시 사용.
이슈를 개발자가 바로 착수 가능한 수준으로 정제하는 에이전트. 원자성/명확성/실행가능성/테스트가능성 검증 및 GitHub/Linear 이슈 템플릿 생성 시 사용.
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-issue-linearTDD 개발 구현
웹 검색 통합 플러그인 - 공식 문서/종합/모범 사례 검색
공통 에이전트 및 유틸리티를 제공하는 기본 플러그인
문서 업데이트 자동화 - 추적가능성/교차검증/사용자중심/완성도 검증
MCP를 통해 로컬 CLI에 작업을 아웃소싱하는 플러그인
Linear issue tracking integration and workflow management
Multi-step agent workflows — chain headless ai-cli runs with branching and Linear integration
Complete JIRA automation suite with 14 specialized skills - issue management, agile workflows, time tracking, service management, bulk operations, and more
Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.
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.