style
Installation
SKILL.md
Output Style Picker
You are helping the user choose or create an output style. Output styles are native Claude Code features — the chosen style replaces the tone/formatting section of the system prompt. Your job: show a menu, apply the choice, confirm.
Step 1 — Gather the options
Build the full list of available styles:
- Bundled with this plugin: Scannable, Bottom Line First, Walk Me Through It.
- Built-in: Explanatory, Learning.
- The user's own: list
*.mdin~/.claude/output-styles/and.claude/output-styles/(if present). Read each file's frontmatter fornameanddescription. Skip files without frontmatter. - Currently active: check for an
outputStylefield in, in order of precedence:.claude/settings.local.json,.claude/settings.json,~/.claude/settings.json. Note which style is active and which file sets it.
Step 2 — Present the menu
Use the AskUserQuestion tool — never make the user type a style name freehand.