better-prompt
Installation
SKILL.md
Better Prompt — Dual-Expert Prompt Optimization Pipeline
This skill coordinates two specialized prompt engineering experts to transform rough prompts into production-quality versions. It supports three modes of operation via argument routing.
Command Routing
Detect the user's intent from the argument prefix and route accordingly:
| User Input Pattern | Mode | What Happens |
|---|---|---|
/better-prompt lyra: <input> |
Lyra Only | Dispatch Lyra, deliver her output directly |
/better-prompt meta: <input> |
Meta Only | Dispatch Meta, deliver his output directly |
/better-prompt <input> (no prefix) |
Full Pipeline | Lyra → checkpoint → Meta → deliver |
Prefix matching is case-insensitive. The colon after lyra/meta is optional — lyra:, lyra , or Lyra: all work. Everything after the prefix is the user's actual input.