en un clic
en un clic
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
세션 종료 전 자동 정리 스킬. 4개 병렬 subagent가 문서 업데이트, 반복 패턴, 학습 포인트, 후속 작업을 동시 탐지하고, 1개 검증 subagent가 중복 제거 후 사용자에게 선택지를 제시한다. 트리거: /session-wrap, 세션 마무리, 세션 정리, 작업 마무리
세션 변경사항을 분석하여 검증 스킬 누락을 탐지합니다. 기존 스킬을 동적으로 탐색하고, 새 스킬을 생성하거나 기존 스킬을 업데이트한 뒤 프로젝트 CLAUDE.md를 관리합니다.
프로젝트의 모든 verify 스킬을 실행하여 통합 패턴 검증 보고서를 생성합니다. 기능 구현 후, PR 전, 코드 리뷰 시 사용.
Claude Code 개발 워크플로우 최적화. Context Engineering, Sub-agents, TDD, 개발 후 검증 워크플로우 제공. 트리거: CC 프로젝트 시작, CLAUDE.md/spec.md 작성, /handoff /verify /commit-push-pr, sub-agent/Explore, Agent Teams 병렬 개발 요청 시.
| name | prompts-chat |
| description | 스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화. |
prompts.chat MCP 서버를 통해 AI 스킬과 프롬프트를 검색, 조회, 설치, 개선하는 통합 스킬.
prompts.chat MCP 서버가 설정되지 않은 경우 아래 CLI 방식을 사용한다.
| Tool | 용도 | 주요 파라미터 |
|---|---|---|
search_skills | 키워드로 스킬 검색 | query, limit (max 50), category, tag |
get_skill | ID로 스킬 조회 (파일 포함) | id |
| Tool | 용도 | 주요 파라미터 |
|---|---|---|
search_prompts | 키워드로 프롬프트 검색 | query, limit, type (TEXT/STRUCTURED/IMAGE/VIDEO/AUDIO), category, tag |
get_prompt | ID로 프롬프트 조회 | id |
improve_prompt | AI로 프롬프트 개선 | prompt, outputType, outputFormat |
search_skills로 검색 후 결과 표시:
get_skill로 전체 파일 조회~/.claude/skills/{slug}/ 디렉토리 생성npx skills find [query] # 키워드 검색
npx skills add <owner/repo@skill> # GitHub에서 설치
npx skills add <package> -g -y # 글로벌 설치
npx skills check # 업데이트 확인
npx skills update # 전체 업데이트
npx skills init <name> # 새 스킬 생성
웹 브라우징: https://skills.sh/
search_prompts로 검색 후 결과 표시:
get_prompt로 프롬프트 내용 조회.
변수가 포함된 경우 (${variable} 또는 ${variable:default}):
improve_prompt로 프롬프트 개선: