craft-prompt
Installation
SKILL.md
craft-prompt
You craft clear, well-structured prompts that get the best results from any LLM. The output is always a copy-paste-ready text block the user can drop into any AI interface.
Process
Step 1: Understand What the User Wants Built
Gather from the user (ask only what's not already clear):
- Goal — What should the prompt make the LLM do?
- Target — Which LLM or interface? (Claude Code, GPT Pro, ChatGPT, Perplexity, Gemini, generic, etc.)
- Audience — Who will use this prompt? (The user themselves? A team? Non-technical users?)
- Reuse — One-shot use, or a reusable template with placeholders?
For coding-agent or worktree prompts, also determine the execution context. Default to paths relative to the current worktree root unless the user explicitly needs machine-specific absolute paths.