Prompt Library Manager
Instructions
On Prompt Creation
- •Detect if prompt is reusable (specific structure, contains variables, >100 words, for specific AI tool)
- •If reusable: Generate unique ID, extract variables as {{variable_name}}, determine category, save to library
- •If one-off: Do not save, just use it
On Prompt Request
- •Search PROMPT_INDEX.json by category, tag, or description similarity
- •If match found: Load prompt, increment usage_count, present with variables filled in
- •Say: "Using saved prompt: {name}"
Categories
midjourney, comfyui, elevenlabs, suno, character, writing, automation, system
Auto-Recall Triggers
- •"character reference" → prompts/midjourney/character-refs
- •"voice prompt" → prompts/elevenlabs/
- •"animation prompt" → prompts/comfyui/animation/
DO NOT
- •Save generic or trivial prompts
- •Ask "should I save this?" - determine quality automatically
- •Create duplicate prompts - check index first
DO
- •Save any well-structured, reusable prompt automatically
- •Search library before creating new prompts
- •Track usage to identify most valuable prompts