skills/prompts-chat/SKILL.md
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
npx skillsauth add sangrokjung/claude-forge prompts-chatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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로 프롬프트 개선:
content-media
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
testing
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
development
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
development
Use when adding new error messages to React, or seeing "unknown error code" warnings.