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:

  1. Bundled with this plugin: Scannable, Bottom Line First, Walk Me Through It.
  2. Built-in: Explanatory, Learning.
  3. The user's own: list *.md in ~/.claude/output-styles/ and .claude/output-styles/ (if present). Read each file's frontmatter for name and description. Skip files without frontmatter.
  4. Currently active: check for an outputStyle field 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.

Installs
1
GitHub Stars
9
First Seen
Aug 20, 2026
style — justfinethanku/lej-output-fixer