Skip to content

All parts of Claude Code's system prompt, 17 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusline, magic docs, WebFetch, Bash cmd, security review, agent creation). Updated for each Claude Code version.

Notifications You must be signed in to change notification settings

Piebald-AI/claude-code-system-prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code System Prompts

This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of Claude Code v2.0.55 (November 26th, 2025). It also contains a CHANGELOG.md for the system prompts across 36 versions since v2.0.14.

Why multiple "system prompts?"

Claude Code doesn't just have one single string for its system prompt.

Instead, there are:

  • Large portions conditionally added depending on the environment and various configs.
  • Descriptions for builtin tools like Write, Bash, and TodoWrite, and some are fairly large.
  • Separate system prompts for builtin agents like Explore and Plan.
  • Numerous AI-powered utility functions, such as conversation compaction, CLAUDE.md generation, session title generation, etc. featuring their own systems prompts.

The result—40+ strings that are constantly changing and moving within a very large minified JS file.

Tip

Want to modify a particular piece of the system prompt in your own Claude Code installation? Use tweakcc. It—

  • lets you customize the the individual pieces of the system prompt as markdown files, and then
  • patches your npm-based or native (binary) Claude Code installation with them, and also
  • provides diffing and conflict management for when both you and Anthropic have conflicting modifications to the same prompt file.

Prompts

Note that some prompts contain interpolated bits such as builtin tool name references, lists of available sub agents, and various other context-specific variables, so the actual counts in a particular Claude Code session will differ slightly—likely not beyond ±20 tokens, however.

Agent Prompts

Sub-agents and utilities.

Sub-agents

Creation Assistants

Slash commands

Utilities

System Prompt

Parts of the main system prompt.

System Reminders

Text for large system reminders.

Important

Note that we're planning to add a system reminder creator/editor to tweakcc. Please react with 👍 to this issue if you're interested in that idea.

Builtin Tool Descriptions

Additional notes for some Tool Desscriptions

About

All parts of Claude Code's system prompt, 17 builtin tool descriptions, sub agent prompts (Plan/Explore/Task), utility prompts (CLAUDE.md, compact, statusline, magic docs, WebFetch, Bash cmd, security review, agent creation). Updated for each Claude Code version.

Resources

Stars

Watchers

Forks

Packages

No packages published