prompts-chat
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
Best use case
prompts-chat is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
Teams using prompts-chat should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/prompts-chat/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How prompts-chat Compares
| Feature / Agent | prompts-chat | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
# Prompts & Skills Lookup
prompts.chat MCP 서버를 통해 AI 스킬과 프롬프트를 검색, 조회, 설치, 개선하는 통합 스킬.
## When to Activate
- 스킬 검색/설치 요청 ("코드 리뷰 스킬 찾아줘", "스킬 설치해줘")
- 프롬프트 검색/조회 요청 ("글쓰기 프롬프트 찾아줘")
- 프롬프트 개선 요청 ("이 프롬프트 더 좋게 만들어줘")
- prompts.chat, skills.sh 언급 시
## MCP Tools (prompts.chat)
> prompts.chat MCP 서버가 설정되지 않은 경우 아래 CLI 방식을 사용한다.
### Skills 모드
| Tool | 용도 | 주요 파라미터 |
|------|------|-------------|
| `search_skills` | 키워드로 스킬 검색 | query, limit (max 50), category, tag |
| `get_skill` | ID로 스킬 조회 (파일 포함) | id |
### Prompts 모드
| Tool | 용도 | 주요 파라미터 |
|------|------|-------------|
| `search_prompts` | 키워드로 프롬프트 검색 | query, limit, type (TEXT/STRUCTURED/IMAGE/VIDEO/AUDIO), category, tag |
| `get_prompt` | ID로 프롬프트 조회 | id |
| `improve_prompt` | AI로 프롬프트 개선 | prompt, outputType, outputFormat |
## Skills 워크플로우
### 검색
`search_skills`로 검색 후 결과 표시:
- Title, Description
- Author
- 파일 목록 (SKILL.md, references, scripts)
- Category, Tags
- Link
### 설치
1. `get_skill`로 전체 파일 조회
2. `~/.claude/skills/{slug}/` 디렉토리 생성
3. 각 파일을 해당 위치에 저장
4. 설치 성공 확인
### CLI 방식 (MCP 미설정 시)
```bash
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/
## Prompts 워크플로우
### 검색
`search_prompts`로 검색 후 결과 표시:
- Title, Description
- Author
- Category, Tags
- Link
### 조회
`get_prompt`로 프롬프트 내용 조회.
변수가 포함된 경우 (`${variable}` 또는 `${variable:default}`):
- 기본값 없는 변수: 사용자에게 입력 요청
- 기본값 있는 변수: 선택적
### 개선
`improve_prompt`로 프롬프트 개선:
- outputType: text, image, video, sound
- outputFormat: text, structured_json, structured_yaml
- 개선 결과와 변경 사항 설명 제공
## Guidelines
- 사용자가 직접 만들기 전에 항상 먼저 검색
- 검색 결과를 읽기 쉬운 형식으로 표시
- 스킬 설치 시 성공 여부 확인
- 프롬프트 개선 시 변경 사항 설명Related Skills
verify-implementation
프로젝트의 모든 verify 스킬을 실행하여 통합 패턴 검증 보고서를 생성합니다. 기능 구현 후, PR 전, 코드 리뷰 시 사용.
verification-engine
통합 검증 엔진 - 서브에이전트 기반 fresh-context 검증 루프 (v6)
using-superpowers
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
team-orchestrator
Agent Teams 오케스트레이션 엔진 - 팀 구성, 작업 분배, 의존성 관리, 결과 집계
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
skill-factory
Analyze session work and automatically convert reusable patterns into Claude Code skills. Use when: "세션을 스킬로", "스킬 만들어", "이거 스킬로", "skill factory", "이 작업 자동화해", "스킬 추출", "make this a skill", "extract skill", "convert to skill", "스킬 팩토리", "자동 스킬 생성". Differs from skill-creator (archived) and manage-skills (drift detection): this skill actively analyzes sessions, checks for duplicates, and creates skills via Agent Teams.
session-wrap
세션 종료 전 자동 정리 스킬. 4개 병렬 subagent가 문서 업데이트, 반복 패턴, 학습 포인트, 후속 작업을 동시 탐지하고, 1개 검증 subagent가 중복 제거 후 사용자에게 선택지를 제시한다. 트리거: /session-wrap, 세션 마무리, 세션 정리, 작업 마무리
security-pipeline
보안 파이프라인 - CWE Top 25 + STRIDE 자동 검증
manage-skills
세션 변경사항을 분석하여 검증 스킬 누락을 탐지합니다. 기존 스킬을 동적으로 탐색하고, 새 스킬을 생성하거나 기존 스킬을 업데이트한 뒤 프로젝트 CLAUDE.md를 관리합니다.
frontend-code-review
Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.
eval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.