setup-output-style
Installation
SKILL.md
Setup Output Style
Install the Out Loud output style, so every Claude Code session in the project defaults to prose a reader can follow at speed.
This is a Claude Code feature; other agents (Codex, Cursor) ignore
.claude/output-styles/ — their conciseness comes from AGENTS.md instructions.
- Copy
<this-skill-dir>/output-styles/out-loud.mdto.claude/output-styles/out-loud.mdat the project root, verbatim. Create the directory if absent. Project-specific instructions belong in CLAUDE.md/AGENTS.md, never in the style file. - Merge
"outputStyle": "Out Loud"into.claude/settings.json, preserving existing keys. Use.claude/settings.local.jsoninstead if the user wants it personal rather than repo-wide. - Tell the user it takes effect on the next session or
/clear, and that/config→ Output style switches back.