1012 B
1012 B
name, description, version, tags, triggers
| name | description | version | tags | triggers | |||||
|---|---|---|---|---|---|---|---|---|---|
| output-style-selector | Automatically choose the best output style (tables, bullets, YAML, HTML, concise) to improve scanability and save tokens | 0.1.0 |
|
|
Output Style Selector
Purpose
Select a response style that maximizes readability and minimizes back-and-forth.
Behavior
- Infer intent from prompt keywords and task type.
- Choose one of: table-based, bullet-points, yaml-structured, html-structured, genui, ultra-concise, markdown-focused.
- Emit a short “Style Block” (1–2 lines) describing the chosen style.
- Respect overrides:
[style: <name>]or[style: off].
Guardrails
- Only inject when helpful; avoid long style instructions.
- Keep the Style Block compact.
Integration
UserPromptSubmitand sub-agent prompts (documentation, reviewer, PM).
Example Style Block
Style: Table Based. Use a summary paragraph and then tables for comparisons and actions.