with one click
prompts-chat
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 Code 개발 워크플로우 최적화. Context Engineering, Sub-agents, TDD, 개발 후 검증 워크플로우 제공. 트리거: CC 프로젝트 시작, CLAUDE.md/spec.md 작성, /handoff /verify /commit-push-pr, sub-agent/Explore, Agent Teams 병렬 개발 요청 시.
보안 파이프라인 - CWE Top 25 + STRIDE 자동 검증
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로 프롬프트 개선: