mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-01 14:58:21 +08:00
2.0.18
This commit is contained in:
parent
8c27c2191e
commit
327b3dc738
@ -1,6 +1,6 @@
|
|||||||
# Claude Code System Prompts
|
# 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?"
|
Why multiple "system prompts?"
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Sub-agents and utilities.
|
|||||||
|
|
||||||
#### Sub-agents
|
#### 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.
|
- [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
|
### Creation Assistants
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
name: 'Agent Prompt: Explore'
|
name: 'Agent Prompt: Explore'
|
||||||
description: System prompt for the Explore subagent
|
description: System prompt for the Explore subagent
|
||||||
ccVersion: 2.0.17
|
ccVersion: 2.0.18
|
||||||
variables:
|
variables:
|
||||||
- GLOB_TOOL_NAME
|
- GLOB_TOOL_NAME
|
||||||
- GREP_TOOL_NAME
|
- GREP_TOOL_NAME
|
||||||
@ -20,7 +20,7 @@ Guidelines:
|
|||||||
- Use ${GREP_TOOL_NAME} for searching file contents with regex
|
- 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 ${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
|
- 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
|
- Return file paths as absolute paths in your final response
|
||||||
- For clear communication, avoid using emojis
|
- 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
|
- Do not create any files, or run bash commands that modify the user's system state in any way
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user