실행 가능한 코드 샘플, 검증된 디자인 패턴, 프로덕션 레벨 구현 예제를 찾는 전략입니다.
Finds production-ready code samples and verified design patterns using official sources.
/plugin marketplace add inchan/cc-plugins/plugin install inchan-tdd@inchan-claude-plugin실행 가능한 코드 샘플, 검증된 디자인 패턴, 프로덕션 레벨 구현 예제를 찾는 전략입니다.
우선순위:
"{tech} official example {feature}"
site:github.com/{org}/{repo}/examples
검색 대상:
- GitHub 공식 저장소: {org}/{repo}/tree/main/examples
- 공식 문서 Examples 섹션
- Context7 MCP: get-library-docs(mode='code')
- 공식 튜토리얼: Getting Started, Guides
검색 대상:
- Awesome List: awesome-{tech}
- Real World App: realworld.io
- 공식 추천 프로젝트: Built with {framework}
검색 대상:
- GitHub Stars 1000+ 프로젝트
- Vercel, Netlify 등 플랫폼 예제
- 유명 기업 오픈소스 (Google, Facebook, Airbnb)
검색 대상:
- 공식 블로그: blog.{tech}.dev
- 유명 개발자: Kent C. Dodds, Dan Abramov 등
- 플랫폼 블로그: Vercel, Netlify 등
| 기준 | 필수 | 가산점 |
|---|---|---|
| 공식 저장소 | ✅ | +10 |
| 테스트 코드 포함 | ✅ | +8 |
| 최신 업데이트 (6개월) | ✅ | +5 |
| GitHub Stars 1000+ | - | +5 |
| 완전한 예제 (실행 가능) | ✅ | +10 |
| 문서화 충실 | - | +3 |
| TypeScript 지원 | - | +2 |
점수 = 공식성(0-10) + 완전성(0-10) + 최신성(0-5) + 인기도(0-5) + 품질(0-10)
30점 이상: 강력 추천
20-29점: 추천
10-19점: 참고
10점 미만: 제외
FOR EACH 샘플 코드:
1. 코드 목적 파악
2. 주요 패턴 추출
3. 의존성 확인
4. 실행 방법 정리
5. 주의사항 도출
공통 패턴 식별:
안티패턴 식별:
## 추천 샘플 코드
- [{샘플명}]({URL}) - {출처} (공식/검증)
## 핵심 패턴
1. {패턴} - {설명}
## 빠른 예제
```{language}
{코드}
### 대화형 형식
```markdown
## 초기 검색 결과 (Top 5)
1. **[Title](URL)** - {공식/검증}
## 더 알아보고 싶은 영역
- [ ] 공식 예제 상세 보기
- [ ] 프로덕션 가이드
참고: skills/search-core/resources/output-formats.md#1,3
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>