> 공식 문서, 종합 검색, 모범 사례 검색을 하나의 에이전트로 통합
실행 가능한 코드 샘플, 검증된 디자인 패턴, 프로덕션 레벨 구현 예제를 찾는 전략입니다.
공식 출처부터 커뮤니티까지 전체 Tier(1-4)를 조사하고 비교 분석하는 전략입니다.
공식 출처(Tier 1-2)만 검색하여 신뢰도 90점 이상의 정보를 제공하는 전략입니다.
웹 검색 통합 에이전트 (공식 문서/종합/모범 사례)
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-searchTDD 개발 구현
Linear 이슈 관리 플러그인
공통 에이전트 및 유틸리티를 제공하는 기본 플러그인
문서 업데이트 자동화 - 추적가능성/교차검증/사용자중심/완성도 검증
웹 검색 통합 플러그인 - 공식 문서/종합/모범 사례 검색
Agent skill and CLI helpers for using RivalSearchMCP research tools from Claude Code. Includes workflows, command references, and a standalone CLI for the hosted MCP server.
Multi-engine AI web search — Perplexity, Bing Copilot, and Google AI in parallel with Gemini synthesis. No API keys needed.
Claude Code skill pack for SerpApi (18 skills)
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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.