prompt-generator
Installation
SKILL.md
Prompt Generator
Take the user's rough thoughts, scattered notes, or half-formed ideas and turn them into a clean, well-structured LLM prompt. This is a formatter and structurer, not a brainstorming tool - the user already knows what they want, they just need help wording and organizing it.
When to use
- User has rough notes, bullet points, or a brain dump they want turned into a clean LLM prompt
- Refining, rewriting, or optimizing an existing prompt that isn't performing well
- Structuring a system prompt, one-off task prompt, reusable template, evaluator prompt, code-review prompt, or delegation prompt from scattered requirements
- Creating prompt templates with variable placeholders for repeated use
- User says anything like "write me a prompt for...", "turn this into a prompt", "system prompt for..."
When NOT to use
- Brainstorming features or creative ideation - this skill structures prompts, not ideas
- Creating reusable skill files or agent instruction bundles (use skill-creator)
- Creating scheduled or unattended automation routines (use routine-writer)
- Writing inline prompt strings inside application code - that's just coding
Related skills