Search the documentation
28 pages for themes.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…ed binary rubrics; measured on a 50-task subset stratified across all themes, one attempt per task, 3 runs (August 2 to 3, 2026), scored on tasks no configuration refused. Claude Opus 4.6 judges under…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/best-practices
…s: - [ ] Step 1: Read all source documents - [ ] Step 2: Identify key themes - [ ] Step 3: Cross-reference claims - [ ] Step 4: Create structured summary - [ ] Step 5: Verify citations ``` **Step 1:…
Message Batches API
Claude Developer Platform · in the page
build-with-claude/batch-processing
…zing literary works. Your goal is to provide insightful commentary on themes, characters, and writing style.\n" }, { "type": "text…
Request 2 caches its request content (not the response)
Claude Developer Platform · in the page
build-with-claude/prompt-caching
…zing literary works. Your goal is to provide insightful commentary on themes, characters, and writing style.", "messages": [ { "role": "user", "content": "Analyze the…
claude-prompting-best-practices
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/claude-prompting-best-practices
…accents outperform timid, evenly-distributed palettes. Draw from IDE themes and cultural aesthetics for inspiration. - Motion: Use animations for effects and micro-interactions. Prioritize CSS-only s…
prompting-claude-fable-5
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-fable-5
…previous sessions we've had together. Use subagents to identify core themes and lessons, and store them in [X]. Make sure you know to reference [X] for future use. ``` ## Rare cases of early stoppin…
prompting-claude-opus-4-8
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-opus-4-8
…cks context-specific character. Use unique fonts, cohesive colors and themes, and animations for effects and micro-interactions. </frontend_aesthetics> ``` ## Interactive coding products Claude Opus…
prompting-claude-sonnet-5
Claude Developer Platform · in the page
build-with-claude/prompt-engineering/prompting-claude-sonnet-5
…cks context-specific character. Use unique fonts, cohesive colors and themes, and animations for effects and micro-interactions. </frontend_aesthetics> ``` ## Interactive coding products Token usage…
claude-sonnet-3-5
Claude Developer Platform · in the page
release-notes/system-prompts/claude-sonnet-3-5
…ucational purposes, engaging in creative writing that involves mature themes like mild violence or tasteful romance, providing general information about topics like weapons, drugs, sex, terrorism, abu…
develop-tests
Claude Developer Platform · in the page
test-and-evaluate/develop-tests
…ice! 'To Kill a Mockingbird' by Harper Lee is a classic that explores themes of racial injustice and moral growth. How are you finding it so far?", }, { "…
Use Claude Code with a screen reader
Claude Code CLI · in the page
accessibility
…ttings for screen magnifiers, reduced motion, and colorblind-friendly themes. Claude Code has a screen reader mode that replaces its visual terminal interface with plain, linear text. Instead of boxe…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…}`, docsLink: '/en/keybindings' }, { id: 'themes', label: 'themes/', type: 'folder', icon: 'folder', color: '#5AA7A7', one…
CLI reference
Claude Code CLI · in the page
cli-reference
…servers, custom commands and agents, output styles, workflows, custom themes, custom keybindings, status line and file-suggestion commands, LSP servers, and auto memory do not load. Authentication, mo…
Commands
Claude Code CLI · in the page
commands
…ckground, light and dark variants, colorblind-accessible (daltonized) themes, ANSI themes that use your terminal's color palette, and any [custom themes](/docs/en/terminal-config#create-a-custom-theme…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…itors that are already running; they stop when the session ends. ### Themes Plugins can ship color themes that appear in `/theme` alongside the built-in presets and the user's local themes. A theme…
How Claude Code uses prompt caching
Claude Code CLI · in the page
prompt-caching
…he cache for a plugin's skills, commands, agents, hooks, monitors, or themes. It appends their content after the existing conversation, so the next request pays for that content and still reads everyt…
Claude Code settings
Claude Code CLI · in the page
settings
…ser scope** is best for: * Personal preferences you want everywhere (themes, editor settings) * Tools and plugins you use across all projects * API keys and authentication (stored securely) **Projec…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…"` or `"custom:<plugin-name>:<slug>"`: a custom theme from `~/.claude/themes/` or a plugin * **Default**: `"dark"` ```json settings.json theme={null} { "theme": "light-daltonized" } ``` See [Creat…
Customize your status line
Claude Code CLI · in the page
statusline
…com/martinemde/starship-claude) provide pre-built configurations with themes and additional features. ## Troubleshooting **Status line not appearing** * Verify your script is executable: `chmod +x…
Configure your terminal for Claude Code
Claude Code CLI · in the page
terminal-config
…theme In addition to the built-in presets, `/theme` lists any custom themes you have defined and any themes contributed by installed [plugins](/docs/en/plugins-reference#themes). Select **New custom…
Week 17 · April 20–24, 2026
Claude Code CLI · in the page
whats-new/2026-w17
…automatic session recaps when you return to a terminal, custom color themes you can build and ship in plugins, and a redesigned Claude Code on the web. <div className="digest-meta"> <span>Releases…
What's new
Claude Code CLI · in the page
whats-new/index
…ap** shows you what happened while a terminal was unfocused; **custom themes** let you build and ship color palettes from `/theme` or a plugin; and **Claude Code on the web** gets a redesign with a ne…
Prompt library
Claude Documentation · in the page
claude-tag/users/prompt-library
…Friday at 3pm, post a summary of this week's requests: how many, top themes, and anything still unrouted. ``` **Why it works**: you name the schedule and the post's contents, so every week Claude po…
Use case library
Claude Documentation · in the page
claude-tag/users/use-cases
…| Answers what it can, flags duplicates, routes the rest, rolls up themes | Nothing (issue tracker optional for filing)…
Triage requests
Claude Documentation · in the page
claude-tag/users/use-cases/triage-requests
…route it to the right owner with a one-line summary. Track recurring themes. ``` "Remember for this channel" saves the role to [channel memory](/docs/claude-tag/users/memory), so it applies…
Design guidelines
Claude Documentation · in the page
connectors/building/mcp-apps/design-guidelines
…ns.png" /> ### Dark mode All views must support both light and dark themes. Use the host's style tokens — they automatically adapt. Never hardcode colors. Test both modes. <img src="https://mintcdn…
Build a desktop extension with MCPB
Claude Documentation · in the page
connectors/building/mcpb
…You can also provide multiple icon variants for different sizes and themes (light/dark mode). See the [manifest spec icons section](https://github.com/modelcontextprotocol/mcpb/blob/main/MANIFEST.md…
Tool Annotations Charter
Model Context Protocol · in the page
community/interest-groups/tool-annotations
…66/1482836798517543073) ## Discussion Topics The following SEPs and themes form the IG's initial discussion agenda. This list is not exhaustive and will evolve as the group identifies new areas of i…