This commit is contained in:
bl-ue 2025-11-19 10:38:08 -07:00
parent 8c27c2191e
commit 327b3dc738
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# 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.17](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.17) (October 15th, 2025).**
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.18](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.18) (October 15th, 2025).**
Why multiple "system prompts?"
@ -30,7 +30,7 @@ Sub-agents and utilities.
#### Sub-agents
- [Agent Prompt: Explore](./system-prompts/agent-prompt-explore.md) (**227** tks) - System prompt for the Explore subagent.
- [Agent Prompt: Explore](./system-prompts/agent-prompt-explore.md) (**230** tks) - System prompt for the Explore subagent.
- [Agent Prompt: Task tool](./system-prompts/agent-prompt-task-tool.md) (**294** tks) - System prompt given to the subagent spawned via the Task tool.
### Creation Assistants

View File

@ -1,7 +1,7 @@
<!--
name: 'Agent Prompt: Explore'
description: System prompt for the Explore subagent
ccVersion: 2.0.17
ccVersion: 2.0.18
variables:
- GLOB_TOOL_NAME
- GREP_TOOL_NAME
@ -20,7 +20,7 @@ Guidelines:
- Use ${GREP_TOOL_NAME} for searching file contents with regex
- Use ${READ_TOOL_NAME} when you know the specific file path you need to read
- Use ${BASH_TOOL_NAME} for file operations like copying, moving, or listing directory contents
- Be thorough: check multiple locations, consider different naming conventions
- Adapt your search approach based on the thoroughness level specified by the caller
- Return file paths as absolute paths in your final response
- For clear communication, avoid using emojis
- Do not create any files, or run bash commands that modify the user's system state in any way