Output Styles Meta Skill
🚨 MANDATORY: Invoke docs-management First
STOP - Before providing ANY response about output styles:
- INVOKE
docs-management skill
- QUERY for the user's specific topic
- BASE all responses EXCLUSIVELY on official documentation loaded
Skipping this step results in outdated or incorrect information.
Verification Checkpoint
Before responding, verify:
If ANY checkbox is unchecked, STOP and invoke docs-management first.
Overview
Central authority for Claude Code output styles. This skill uses 100% delegation to docs-management - it contains NO duplicated official documentation.
Architecture: Pure delegation with keyword registry. All official documentation is accessed via docs-management skill queries.
When to Use This Skill
Keywords: output styles, output style, concise style, verbose style, markdown style, code-sparse style, /output-style command, custom output styles, output style frontmatter, output style prompt, style switching, output behavior, response format, output formatting
Use this skill when:
- Understanding available output styles
- Selecting appropriate output style for a task
- Creating custom output styles
- Configuring output style frontmatter
- Switching between output styles
- Comparing output style behaviors
- Customizing output format and verbosity
Keyword Registry for docs-management Queries
Use these keywords when querying docs-management skill for official documentation:
Output Style Fundamentals
| Topic |
Keywords |
| Overview |
"output styles", "output style overview", "response formatting" |
| Built-in Styles |
"built-in output styles", "default styles" |
| Custom Styles |
"custom output styles", "creating output styles" |
Built-in Styles
| Topic |
Keywords |
| Default Style |
"default output style", "default style", "software engineering style" |
| Explanatory Style |
"explanatory style", "explanatory output", "educational insights", "codebase insights" |
| Learning Style |
"learning style", "learning output", "learn-by-doing", "TODO human markers", "collaborative coding" |
Style Configuration
| Topic |
Keywords |
| Frontmatter |
"output style frontmatter", "style YAML frontmatter" |
| Name Field |
"output style name", "style naming" |
| Description Field |
"output style description", "style description" |
| Keep Coding Instructions |
"keep-coding-instructions", "coding instructions", "software engineering prompts" |
| Style File Location |
"output style file location", "~/.claude/output-styles", ".claude/output-styles", "user level styles", "project level styles" |
Style Management
| Topic |
Keywords |
| Switching Styles |
"/output-style command", "switch output style", "change style" |
| Style Selection |
"select output style", "choose style", "style recommendations" |
| Style Comparison |
"compare output styles", "style differences", "style comparison" |
Use Cases
| Topic |
Keywords |
| Task-Based Selection |
"output style use cases", "when to use styles" |
| Coding Tasks |
"output style coding", "code-focused style" |
| Documentation Tasks |
"output style documentation", "writing-focused style" |
| Learning Tasks |
"output style learning", "educational style" |
Comparisons to Related Features
| Topic |
Keywords |
| vs CLAUDE.md |
"output styles vs CLAUDE.md", "system prompt vs user message", "output style CLAUDE.md difference" |
| vs append-system-prompt |
"output styles vs append-system-prompt", "system prompt modification", "--append-system-prompt" |
| vs Agents |
"output styles vs agents", "output style agent difference", "sub-agents vs output styles" |
| vs Skills |
"output styles vs skills", "stored prompts vs stored system prompts" |
Custom Style Development
| Topic |
Keywords |
| Creating Styles |
"create custom output style", "new output style" |
| Style Templates |
"output style template", "style starting point" |
| Style Location |
"output style file location", "where to save styles" |
| Style Testing |
"test output style", "validate style" |
Quick Decision Tree
What do you want to do?
- Understand available styles -> Query docs-management: "built-in output styles", "output style overview"
- Use default coding assistant -> Query docs-management: "default output style", "software engineering style"
- Learn about the codebase -> Query docs-management: "explanatory style", "educational insights"
- Learn by doing (hands-on) -> Query docs-management: "learning style", "TODO human markers", "learn-by-doing"
- Switch output style -> Query docs-management: "/output-style command", "switch output style"
- Create custom style -> Query docs-management: "create custom output style", "output style frontmatter"
- Compare to related features -> Query docs-management: "output styles vs CLAUDE.md", "output styles vs agents"
- Where to save style files -> Query docs-management: "output style file location", "~/.claude/output-styles"
Topic Coverage
Built-in Output Styles
- Default: Standard software engineering assistant behavior
- Explanatory: Adds educational "Insights" between tasks to help understand implementation choices
- Learning: Collaborative learn-by-doing mode with
TODO(human) markers for user contributions
Output Style Frontmatter
- name field (optional - defaults to filename)
- description field (optional - for UI display in /output-style menu)
- keep-coding-instructions field (optional - default false, whether to keep coding instructions in system prompt)
Style Configuration Options
- Default style configuration
- Per-session style switching
- Style persistence across sessions
/output-style Command
- List available styles
- Switch to different style
- View current style
- Style selection syntax
Custom Style Creation
- File location for custom styles
- Frontmatter structure
- Prompt crafting for custom behavior
- Testing and validation
Style Selection Criteria
- Task-based recommendations
- Verbosity preferences
- Output format needs
- Code vs explanation balance
Style Comparisons
- Output Styles vs CLAUDE.md vs --append-system-prompt (system prompt modification approaches)
- Output Styles vs Agents (main loop vs specific tasks, different configuration options)
- Output Styles vs Skills (stored system prompts vs stored prompts)
- When to use each approach
Delegation Patterns
Standard Query Pattern
User asks: "What output styles are available?"
1. Invoke docs-management skill
2. Use keywords: "built-in output styles", "output style overview"
3. Load official documentation
4. Provide guidance based EXCLUSIVELY on official docs
Multi-Topic Query Pattern
User asks: "I want brief responses with less code"
1. Invoke docs-management skill with multiple queries:
- "concise style", "brief responses"
- "code-sparse style", "minimal code"
2. Synthesize guidance from official documentation
Troubleshooting Pattern
User reports: "My custom output style isn't working"
1. Invoke docs-management skill
2. Use keywords: "output style frontmatter", "create custom output style"
3. Check official docs for style configuration requirements
4. Guide user through proper style setup
Troubleshooting Quick Reference
| Issue |
Keywords for docs-management |
| Style not changing |
"/output-style command", "switch output style" |
| Custom style not loading |
"output style frontmatter", "style file location" |
| Too verbose responses |
"concise style", "brief responses" |
| Not enough detail |
"verbose style", "detailed responses" |
| Want formatted output |
"markdown style", "formatted output" |
| Too much code in output |
"code-sparse style", "minimal code" |
| Style selection guidance |
"output style use cases", "style recommendations" |
Repository-Specific Notes
This repository does not currently use custom output styles. Output style documentation is relevant for:
- Understanding how output styles affect response behavior
- Potential custom style creation for repository-specific workflows
- Understanding style configuration for team preferences
When working with output style topics, always use the docs-management skill to access official documentation.
Auditing Output Styles
This skill provides the validation criteria used by the output-style-auditor agent for formal audits.
Audit Resources
| Resource |
Location |
Purpose |
| Audit Framework |
references/audit-framework.md |
Query guides and scoring criteria |
Scoring Categories
| Category |
Points |
Key Criteria |
| File Structure |
20 |
Correct location, .md extension |
| YAML Frontmatter |
30 |
Required fields present and valid |
| Content Quality |
30 |
Clear instructions, proper structure |
| Compatibility |
20 |
Works with style switching, no conflicts |
Thresholds: 85+ = PASS, 70-84 = PASS WITH WARNINGS, <70 = FAIL
Related Agent
The output-style-auditor agent (Haiku model) performs formal audits using this skill:
- Auto-loads this skill via
skills: output-customization
- Uses audit framework and docs-management for rules
- Generates structured audit reports
- Invoked by
/audit-output-styles command
External Technology Validation
When auditing output styles that reference external technologies (scripts, packages, runtimes), the auditor MUST validate claims using MCP servers before flagging findings.
Technologies Requiring MCP Validation:
- .NET/C# scripts: Validate with microsoft-learn + perplexity
- Node.js/npm packages: Validate with context7 + perplexity
- Python scripts/packages: Validate with context7 + perplexity
- Shell scripts: Validate with perplexity
- Any version-specific claims: ALWAYS validate with perplexity
Validation Rule:
Never flag a technology usage as incorrect without first:
- Querying appropriate MCP server(s) for current documentation
- Verifying with perplexity for recent changes (especially .NET 10+)
- Documenting MCP sources in the finding
Stale Data Warning:
- microsoft-learn can return cached/outdated documentation
- ALWAYS pair microsoft-learn with perplexity for version verification
- Trust perplexity for version numbers and recently-released features
References
Official Documentation (via docs-management skill):
- Primary: "output-styles" documentation
- Related: "settings", "configuration", "terminal-config"
Repository-Specific:
- Output style settings:
.claude/settings.json (outputStyle setting)
Version History
- v1.1.0 (2025-11-27): Content accuracy fixes
- Fixed built-in styles (Default, Explanatory, Learning - not concise/verbose/markdown/code-sparse)
- Fixed frontmatter fields (keep-coding-instructions, not "prompt")
- Added "Comparisons to Related Features" section (vs CLAUDE.md, vs Agents, vs Slash Commands)
- Added file location keywords (~/.claude/output-styles, .claude/output-styles)
- Updated decision tree with correct styles
- Updated topic coverage with accurate descriptions
- v1.0.0 (2025-11-26): Initial release
- Pure delegation architecture
- Comprehensive keyword registry
- Quick decision tree
- Topic coverage for all output style features
- Troubleshooting quick reference
Last Updated
Date: 2025-11-28
Model: claude-opus-4-5-20251101
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: output-customization3description: Central authority for Claude Code output styles. Covers built-in output styles (Default, Explanatory, Learning), custom output styles, output style frontmatter (name, description, keep-coding-instructions), /output-style command, style switching, output style creation and customization, output style comparisons (vs CLAUDE.md, vs agents, vs slash commands), and output style settings. Assists with selecting appropriate output styles, creating custom styles, configuring output behavior, and understanding style differences. Delegates 100% to docs-management skill for official documentation. Use when this capability is needed.4---56# Output Styles Meta Skill78> ## 🚨 MANDATORY: Invoke docs-management First9>10> **STOP - Before providing ANY response about output styles:**11>12> 1. **INVOKE** `docs-management` skill13> 2. **QUERY** for the user's specific topic14> 3. **BASE** all responses EXCLUSIVELY on official documentation loaded15>16> **Skipping this step results in outdated or incorrect information.**17>18> ### Verification Checkpoint19>20> Before responding, verify:21>22> - [ ] Did I invoke docs-management skill?23> - [ ] Did official documentation load?24> - [ ] Is my response based EXCLUSIVELY on official docs?25>26> If ANY checkbox is unchecked, STOP and invoke docs-management first.2728## Overview2930Central authority for Claude Code output styles. This skill uses **100% delegation to docs-management** - it contains NO duplicated official documentation.3132**Architecture:** Pure delegation with keyword registry. All official documentation is accessed via docs-management skill queries.3334## When to Use This Skill3536**Keywords:** output styles, output style, concise style, verbose style, markdown style, code-sparse style, /output-style command, custom output styles, output style frontmatter, output style prompt, style switching, output behavior, response format, output formatting3738**Use this skill when:**3940- Understanding available output styles41- Selecting appropriate output style for a task42- Creating custom output styles43- Configuring output style frontmatter44- Switching between output styles45- Comparing output style behaviors46- Customizing output format and verbosity4748## Keyword Registry for docs-management Queries4950Use these keywords when querying docs-management skill for official documentation:5152### Output Style Fundamentals5354| Topic | Keywords |55| --- | --- |56| Overview | "output styles", "output style overview", "response formatting" |57| Built-in Styles | "built-in output styles", "default styles" |58| Custom Styles | "custom output styles", "creating output styles" |5960### Built-in Styles6162| Topic | Keywords |63| --- | --- |64| Default Style | "default output style", "default style", "software engineering style" |65| Explanatory Style | "explanatory style", "explanatory output", "educational insights", "codebase insights" |66| Learning Style | "learning style", "learning output", "learn-by-doing", "TODO human markers", "collaborative coding" |6768### Style Configuration6970| Topic | Keywords |71| --- | --- |72| Frontmatter | "output style frontmatter", "style YAML frontmatter" |73| Name Field | "output style name", "style naming" |74| Description Field | "output style description", "style description" |75| Keep Coding Instructions | "keep-coding-instructions", "coding instructions", "software engineering prompts" |76| Style File Location | "output style file location", "~/.claude/output-styles", ".claude/output-styles", "user level styles", "project level styles" |7778### Style Management7980| Topic | Keywords |81| --- | --- |82| Switching Styles | "/output-style command", "switch output style", "change style" |83| Style Selection | "select output style", "choose style", "style recommendations" |84| Style Comparison | "compare output styles", "style differences", "style comparison" |8586### Use Cases8788| Topic | Keywords |89| --- | --- |90| Task-Based Selection | "output style use cases", "when to use styles" |91| Coding Tasks | "output style coding", "code-focused style" |92| Documentation Tasks | "output style documentation", "writing-focused style" |93| Learning Tasks | "output style learning", "educational style" |9495### Comparisons to Related Features9697| Topic | Keywords |98| --- | --- |99| vs CLAUDE.md | "output styles vs CLAUDE.md", "system prompt vs user message", "output style CLAUDE.md difference" |100| vs append-system-prompt | "output styles vs append-system-prompt", "system prompt modification", "--append-system-prompt" |101| vs Agents | "output styles vs agents", "output style agent difference", "sub-agents vs output styles" |102| vs Skills | "output styles vs skills", "stored prompts vs stored system prompts" |103104### Custom Style Development105106| Topic | Keywords |107| --- | --- |108| Creating Styles | "create custom output style", "new output style" |109| Style Templates | "output style template", "style starting point" |110| Style Location | "output style file location", "where to save styles" |111| Style Testing | "test output style", "validate style" |112113## Quick Decision Tree114115**What do you want to do?**1161171. **Understand available styles** -> Query docs-management: "built-in output styles", "output style overview"1182. **Use default coding assistant** -> Query docs-management: "default output style", "software engineering style"1193. **Learn about the codebase** -> Query docs-management: "explanatory style", "educational insights"1204. **Learn by doing (hands-on)** -> Query docs-management: "learning style", "TODO human markers", "learn-by-doing"1215. **Switch output style** -> Query docs-management: "/output-style command", "switch output style"1226. **Create custom style** -> Query docs-management: "create custom output style", "output style frontmatter"1237. **Compare to related features** -> Query docs-management: "output styles vs CLAUDE.md", "output styles vs agents"1248. **Where to save style files** -> Query docs-management: "output style file location", "~/.claude/output-styles"125126## Topic Coverage127128### Built-in Output Styles129130- Default: Standard software engineering assistant behavior131- Explanatory: Adds educational "Insights" between tasks to help understand implementation choices132- Learning: Collaborative learn-by-doing mode with `TODO(human)` markers for user contributions133134### Output Style Frontmatter135136- name field (optional - defaults to filename)137- description field (optional - for UI display in /output-style menu)138- keep-coding-instructions field (optional - default false, whether to keep coding instructions in system prompt)139140### Style Configuration Options141142- Default style configuration143- Per-session style switching144- Style persistence across sessions145146### /output-style Command147148- List available styles149- Switch to different style150- View current style151- Style selection syntax152153### Custom Style Creation154155- File location for custom styles156- Frontmatter structure157- Prompt crafting for custom behavior158- Testing and validation159160### Style Selection Criteria161162- Task-based recommendations163- Verbosity preferences164- Output format needs165- Code vs explanation balance166167### Style Comparisons168169- Output Styles vs CLAUDE.md vs --append-system-prompt (system prompt modification approaches)170- Output Styles vs Agents (main loop vs specific tasks, different configuration options)171- Output Styles vs Skills (stored system prompts vs stored prompts)172- When to use each approach173174## Delegation Patterns175176### Standard Query Pattern177178```text179User asks: "What output styles are available?"1801811. Invoke docs-management skill1822. Use keywords: "built-in output styles", "output style overview"1833. Load official documentation1844. Provide guidance based EXCLUSIVELY on official docs185```186187### Multi-Topic Query Pattern188189```text190User asks: "I want brief responses with less code"1911921. Invoke docs-management skill with multiple queries:193 - "concise style", "brief responses"194 - "code-sparse style", "minimal code"1952. Synthesize guidance from official documentation196```197198### Troubleshooting Pattern199200```text201User reports: "My custom output style isn't working"2022031. Invoke docs-management skill2042. Use keywords: "output style frontmatter", "create custom output style"2053. Check official docs for style configuration requirements2064. Guide user through proper style setup207```208209## Troubleshooting Quick Reference210211| Issue | Keywords for docs-management |212| --- | --- |213| Style not changing | "/output-style command", "switch output style" |214| Custom style not loading | "output style frontmatter", "style file location" |215| Too verbose responses | "concise style", "brief responses" |216| Not enough detail | "verbose style", "detailed responses" |217| Want formatted output | "markdown style", "formatted output" |218| Too much code in output | "code-sparse style", "minimal code" |219| Style selection guidance | "output style use cases", "style recommendations" |220221## Repository-Specific Notes222223This repository does not currently use custom output styles. Output style documentation is relevant for:224225- Understanding how output styles affect response behavior226- Potential custom style creation for repository-specific workflows227- Understanding style configuration for team preferences228229When working with output style topics, always use the docs-management skill to access official documentation.230231## Auditing Output Styles232233This skill provides the validation criteria used by the `output-style-auditor` agent for formal audits.234235### Audit Resources236237| Resource | Location | Purpose |238| --- | --- | --- |239| Audit Framework | `references/audit-framework.md` | Query guides and scoring criteria |240241### Scoring Categories242243| Category | Points | Key Criteria |244| --- | --- | --- |245| File Structure | 20 | Correct location, .md extension |246| YAML Frontmatter | 30 | Required fields present and valid |247| Content Quality | 30 | Clear instructions, proper structure |248| Compatibility | 20 | Works with style switching, no conflicts |249250**Thresholds:** 85+ = PASS, 70-84 = PASS WITH WARNINGS, <70 = FAIL251252### Related Agent253254The `output-style-auditor` agent (Haiku model) performs formal audits using this skill:255256- Auto-loads this skill via `skills: output-customization`257- Uses audit framework and docs-management for rules258- Generates structured audit reports259- Invoked by `/audit-output-styles` command260261### External Technology Validation262263When auditing output styles that reference external technologies (scripts, packages, runtimes), the auditor MUST validate claims using MCP servers before flagging findings.264265**Technologies Requiring MCP Validation:**266267- .NET/C# scripts: Validate with microsoft-learn + perplexity268- Node.js/npm packages: Validate with context7 + perplexity269- Python scripts/packages: Validate with context7 + perplexity270- Shell scripts: Validate with perplexity271- Any version-specific claims: ALWAYS validate with perplexity272273**Validation Rule:**274275Never flag a technology usage as incorrect without first:2762771. Querying appropriate MCP server(s) for current documentation2782. Verifying with perplexity for recent changes (especially .NET 10+)2793. Documenting MCP sources in the finding280281**Stale Data Warning:**282283- microsoft-learn can return cached/outdated documentation284- ALWAYS pair microsoft-learn with perplexity for version verification285- Trust perplexity for version numbers and recently-released features286287## References288289**Official Documentation (via docs-management skill):**290291- Primary: "output-styles" documentation292- Related: "settings", "configuration", "terminal-config"293294**Repository-Specific:**295296- Output style settings: `.claude/settings.json` (outputStyle setting)297298## Version History299300- **v1.1.0** (2025-11-27): Content accuracy fixes301 - Fixed built-in styles (Default, Explanatory, Learning - not concise/verbose/markdown/code-sparse)302 - Fixed frontmatter fields (keep-coding-instructions, not "prompt")303 - Added "Comparisons to Related Features" section (vs CLAUDE.md, vs Agents, vs Slash Commands)304 - Added file location keywords (~/.claude/output-styles, .claude/output-styles)305 - Updated decision tree with correct styles306 - Updated topic coverage with accurate descriptions307- **v1.0.0** (2025-11-26): Initial release308 - Pure delegation architecture309 - Comprehensive keyword registry310 - Quick decision tree311 - Topic coverage for all output style features312 - Troubleshooting quick reference313314---315316## Last Updated317318**Date:** 2025-11-28319**Model:** claude-opus-4-5-20251101320321---322> Converted and distributed by [TomeVault](https://tomevault.io/claim/melodic-software) — claim your Tome and manage your conversions.323<!-- tomevault:4.0:skill_md:2026-04-11 -->