prompt-library-curatorlisted
Install: claude install-skill KirKruglov/claude-skills-kit
# Prompt Library Curator
This skill organises a personal collection of saved prompts into a structured, navigable markdown catalog. It assigns categories, tags, summaries, and complexity ratings to each prompt, detects duplicates, and outputs a clean `prompt-library.md` file ready for reuse and sharing.
**Input:**
- Raw prompts as pasted text, an inline list, or a `.md`/`.txt` file
**Output:**
- `prompt-library.md` — structured catalog with index table, categorised prompts, and flagged duplicates
---
## Language Detection
Detect the user's language from their message:
- If Russian (or contains Cyrillic): respond in Russian, use Russian category names in output, and generate the entire catalog in Russian
- If English (or other Latin-script language): respond in English, use English category names, and generate the entire catalog in English
- If ambiguous: respond in the language of the trigger phrase used and generate catalog in that language
---
## Instructions
### Step 1: Accept and Validate Input
1. Determine input source:
- Pasted text block in chat
- Uploaded or referenced `.md` / `.txt` file
- Inline numbered or bulleted list
2. Validate input is non-empty
- If empty: stop and respond — "No prompts found. Paste your prompts directly or attach a .md/.txt file."
3. Check for unsupported file formats (`.docx`, `.xlsx`, `.pdf`, etc.)
- If detected: stop and respond — "Unsupported format. Please paste your prompts as plain text or upload a .md or .t