Claude-emporium claude-orator
Prompt rhetoric coach — deterministic scoring and restructuring using Anthropic best practices
install
source · Clone the upstream repo
git clone https://github.com/Vvkmnn/claude-emporium
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Vvkmnn/claude-emporium "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/claude-orator/skills/claude-orator" ~/.claude/skills/vvkmnn-claude-emporium-claude-orator && rm -rf "$T"
manifest:
plugins/claude-orator/skills/claude-orator/SKILL.mdsource content
Orator Plugin
Prompt optimization. Scores prompts across 7 dimensions and restructures them using 8 Anthropic techniques. Deterministic — no LLM calls, no network, in-memory only.
Hooks
| Hook | When | Action |
|---|---|---|
| PreToolUse(Task) | Subagent prompt lacks structure | Suggests before dispatching |
Token cost: 0 on well-structured prompts (XML tags, markdown headers, action verbs). ~50-80 on vague prompts. Never blocks — suggestion only.
Commands
| Command | Description |
|---|---|
| Optimize a prompt using Anthropic best practices |
Workflows
Optimize (standalone)
or call/reprompt-orator "your prompt here"orator_optimize(prompt: "...")- Review score breakdown (7 dimensions, 1-10 each)
- Use the restructured prompt with applied techniques
Optimize (with siblings)
- If historian active:
to find past well-scored promptssearch_conversations("prompt optimization")
— score and restructureorator_optimize(prompt: "...")- If praetorian active:
to preserve the optimized prompt rationalesave_context(type: "decisions", ...) - If gladiator active:
to track what worksobserve(summary: "xml-tags improved code prompts by +3.2")
Batch review
- Review subagent prompts across a session
on each under-specified promptorator_optimize- If vigil active:
before applying changesvigil_save("before-rewrite") - Apply restructured prompts
Sibling Synergy
| Sibling | Value | How |
|---|---|---|
| Historian | Past well-scored prompts as examples | finds effective prompts from history |
| Praetorian | Preserve optimization rationale | Compact optimized prompts and their scores for future reference |
| Gladiator | Track what techniques work best | records which techniques improve scores most |
| Oracle | Find prompt engineering tools | discovers relevant community tools |
| Vigil | Checkpoint before batch rewrites | before applying optimized prompts across files |
MCP Tools Reference
| Tool | Purpose |
|---|---|
| Score prompt across 7 dimensions, apply techniques, return restructured version |
Scoring Dimensions
Clarity · Specificity · Structure · Context · Examples · Constraints · Tone (each 1-10)
Techniques
System prompts · XML tags · Chain of thought · Few-shot · Prefill · Long context · Extended thinking · Tool use
Storage
In-memory only. Zero disk storage. No databases, no external services.
Requires
claude mcp add orator -- npx claude-orator-mcp