Switch between output styles for Claude Code responses.
Switches Claude Code's output formatting between predefined styles like markdown, tables, or HTML.
/plugin marketplace add pknull/asha-marketplace/plugin install output-styles@asha-marketplaceSwitch between output styles for Claude Code responses.
/style # List available styles and show current
/style <name> # Switch to a specific style
/style off # Disable output styling
Read all .md files from ${CLAUDE_PLUGIN_ROOT}/styles/ directory and display:
## Available Output Styles
**Current**: {active style or "none"}
| Style | Description |
|-------|-------------|
| ultra-concise | Minimal words, direct actions |
| bullet-points | Hierarchical bullet points |
| genui | Generative UI with HTML output |
| html-structured | Clean semantic HTML |
| markdown-focused | Full markdown features |
| table-based | Table-based organization |
| tts-summary | Audio TTS announcements |
| yaml-structured | YAML structured output |
Usage: `/style <name>` to switch, `/style off` to disable
${CLAUDE_PLUGIN_ROOT}/styles/{name}.md~/.claude/active-output-styleSwitched to **{name}** output style.
{one-line description from style file}
Style will be active for new sessions. Restart or use `/clear` to apply.
When argument is off:
~/.claude/active-output-style file