Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v1.0.74 Home All releases olderv1.0.73 v1.0.76newer
Claude Code v1.0.74

Custom Output Modes

What: Create personalized output modes that modify how Claude Code communicates with you How to use:

# Create a new custom output mode
claude /output-mode:new

# Select from available modes
claude /output-mode

# Set a mode directly
claude /output-mode Concise

Details:

  • Output modes are markdown files with YAML frontmatter stored in ~/.claude/output-modes/ or .claude/output-modes/
  • Built-in modes "Insights" and "Learn By Doing" can be overridden with custom versions
  • New output-mode-setup agent guides you through creating modes with natural language
  • Modes can customize response length, tone, format, and workflow preferences
  • Project-level modes allow teams to share communication styles

See this entry in the whole of v1.0.74 →