.claude/skills/forge-prompts-chat/SKILL.md
스킬/프롬프트 탐색 및 검색 통합 스킬. 사용자가 스킬 설치, 프롬프트 검색, 프롬프트 개선을 요청할 때 활성화.
npx skillsauth add eliferjunior/Claude 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로 프롬프트 개선:
development
Expert guidance for Fireworks AI, the platform for running open-source LLMs (Llama, Mixtral, Qwen, etc.) with enterprise-grade speed and reliability. Helps developers integrate Fireworks' inference API, fine-tune models, and deploy custom model endpoints with function calling and structured output support.
development
Convert any website into clean, structured data with Firecrawl — API-first web scraping service. Use when someone asks to "turn a website into markdown", "scrape website for LLM", "Firecrawl", "extract website content as clean text", "crawl and convert to structured data", or "scrape website for RAG". Covers single-page scraping, full-site crawling, structured extraction, and LLM-ready output.
tools
Expert guidance for Firebase, Google's platform for building and scaling web and mobile applications. Helps developers set up authentication, Firestore/Realtime Database, Cloud Functions, hosting, storage, and analytics using Firebase's SDK and CLI.
development
When the user needs to build file upload functionality for a web application. Use when the user mentions "file upload," "image upload," "upload endpoint," "multipart upload," "presigned URL," "S3 upload," "file validation," "upload to cloud storage," or "accept user files." Handles upload endpoints, file validation (type, size, magic bytes), cloud storage integration, and upload status tracking. For image/video processing after upload, see media-transcoder.