Hey HN, I built this because I kept writing terrible prompts and wondering why Claude gave me garbage.
RePrompter is a skill file (1000-line SKILL.md) that teaches your LLM to interview you before generating a prompt.
- Type your rough prompt ("uhh build me a dashboard")
- It asks 4 smart clickable questions
- Outputs structured XML: role, task, constraints, success criteria
- Scores quality before vs after (typical: 1.6 → 9.0)
For complex tasks, it auto-splits into parallel agent sub-prompts with coordination rules.
Zero dependencies. Copy SKILL.md to your project. Works with Claude Code, OpenClaw, or any LLM. MIT licensed.
Hey HN, I built this because I kept writing terrible prompts and wondering why Claude gave me garbage.
RePrompter is a skill file (1000-line SKILL.md) that teaches your LLM to interview you before generating a prompt.
- Type your rough prompt ("uhh build me a dashboard") - It asks 4 smart clickable questions - Outputs structured XML: role, task, constraints, success criteria - Scores quality before vs after (typical: 1.6 → 9.0)
For complex tasks, it auto-splits into parallel agent sub-prompts with coordination rules.
Zero dependencies. Copy SKILL.md to your project. Works with Claude Code, OpenClaw, or any LLM. MIT licensed.
Happy to answer questions.