diff --git a/README.md b/README.md index 0d99a89..5795910 100644 --- a/README.md +++ b/README.md @@ -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.58](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.58) (December 3rd, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 39 versions since v2.0.14. +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.59](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.59) (December 4th, 2025).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 40 versions since v2.0.14. Why multiple "system prompts?" @@ -110,6 +110,7 @@ Text for large system reminders. - [Tool Description: ReadFile](./system-prompts/tool-description-readfile.md) (**439** tks) - Tool description for reading files. - [Tool Description: Skill](./system-prompts/tool-description-skill.md) (**279** tks) - Tool description for executing skills in the main conversation. - [Tool Description: SlashCommand](./system-prompts/tool-description-slashcommand.md) (**355** tks) - Tool description for executing slash commands. +- [Tool Description: TaskUpdate](./system-prompts/tool-description-taskupdate.md) (**140** tks) - Description for the TaskUpdate tool, which updates Claude's task list. - [Tool Description: Task](./system-prompts/tool-description-task.md) (**1055** tks) - Tool description for launching specialized sub-agents to handle complex tasks. - [Tool Description: TodoWrite](./system-prompts/tool-description-todowrite.md) (**2167** tks) - Tool description for creating and managing task lists. - [Tool Description: WebFetch](./system-prompts/tool-description-webfetch.md) (**278** tks) - Tool description for web fetch functionality. diff --git a/system-prompts/tool-description-taskupdate.md b/system-prompts/tool-description-taskupdate.md new file mode 100644 index 0000000..d81016d --- /dev/null +++ b/system-prompts/tool-description-taskupdate.md @@ -0,0 +1,18 @@ + +Use this tool to update a task in the task list. + +You can update any combination of: +- subject: Change the task title +- description: Change the task description +- status: Change to 'open' or 'resolved' +- owner: Assign or change the task owner +- addComment: Add a comment with author and content +- addReferences: Link to other tasks (bidirectional) +- addBlocks: Mark that this task blocks other tasks +- addBlockedBy: Mark that this task is blocked by other tasks + +All fields are optional - only provide the fields you want to update.