来源:https://github.com/Piebald-AI/claude-code-system-prompts/tree/main/system-prompts 爬取日期:2026-03-22 版本:Claude Code v2.1.81
Claude Code Tools 完整清单
Claude Code 定义了 57 个工具描述文件,以下是完整文件列表及分类。
Bash 工具 (28 个描述文件)
| 文件名 | 描述 |
|---|---|
| tool-description-bash-overview.md | Executes a given bash command and returns its output |
| tool-description-bash-command-description.md | Command description parameter |
| tool-description-bash-working-directory.md | Working directory behavior |
| tool-description-bash-maintain-cwd.md | Maintain current working directory |
| tool-description-bash-verify-parent-directory.md | Verify parent directory exists before creating files |
| tool-description-bash-quote-file-paths.md | Quote file paths with spaces |
| tool-description-bash-timeout.md | Command timeout settings |
| tool-description-bash-parallel-commands.md | Multiple independent commands in parallel |
| tool-description-bash-sequential-commands.md | Sequential dependent commands with && |
| tool-description-bash-semicolon-usage.md | Use ; when failure of earlier commands is OK |
| tool-description-bash-no-newlines.md | Do not use newlines to separate commands |
| tool-description-bash-prefer-dedicated-tools.md | Prefer dedicated tools over bash |
| tool-description-bash-alternative-file-search.md | Use Glob instead of find |
| tool-description-bash-alternative-content-search.md | Use Grep instead of grep/rg |
| tool-description-bash-alternative-read-files.md | Use Read instead of cat/head/tail |
| tool-description-bash-alternative-edit-files.md | Use Edit instead of sed/awk |
| tool-description-bash-alternative-write-files.md | Use Write instead of echo > |
| tool-description-bash-alternative-communication.md | Output text directly instead of echo/printf |
| tool-description-bash-git-prefer-new-commits.md | Prefer new commits over amending |
| tool-description-bash-git-avoid-destructive-ops.md | Avoid destructive git operations |
| tool-description-bash-git-never-skip-hooks.md | Never skip hooks (—no-verify) |
| tool-description-bash-git-commit-and-pr-creation-instructions.md | Git commit and PR creation flow |
| tool-description-bash-sleep-run-immediately.md | Don’t sleep between commands that can run immediately |
| tool-description-bash-sleep-no-polling-background-tasks.md | Don’t poll background tasks with sleep |
| tool-description-bash-sleep-use-check-commands.md | Use check commands instead of sleep |
| tool-description-bash-sleep-keep-short.md | Keep sleep durations short (1-5 seconds) |
| tool-description-bash-sandbox-*.md | Sandbox mode (17 个子文件): default-to-sandbox, per-command, mandatory-mode, retry-without-sandbox, user-permission-prompt, explain-restriction, no-sensitive-paths, no-exceptions, adjust-settings, tmpdir, failure-evidence-condition, evidence-* |
| tool-description-bash-built-in-tools-note.md | Built-in tools note |
核心工具 (15 个)
| 文件名 | 描述 |
|---|---|
| tool-description-edit.md | Exact string replacements in files |
| tool-description-readfile.md | Read files from local filesystem |
| tool-description-write.md | Write files to local filesystem |
| tool-description-glob.md | Fast file pattern matching |
| tool-description-grep.md | Content search built on ripgrep |
| tool-description-webfetch.md | Fetch and process web content |
| tool-description-websearch.md | Web search |
| tool-description-notebookedit.md | Edit Jupyter notebooks |
| tool-description-skill.md | Invoke skills |
| tool-description-sleep.md | Sleep/wait |
| tool-description-lsp.md | Language Server Protocol |
| tool-description-computer.md | Computer use (mouse/keyboard) |
| tool-description-enterplanmode.md | Enter plan mode |
| tool-description-exitplanmode.md | Exit plan mode |
| tool-description-enterworktree.md | Enter git worktree |
| tool-description-exitworktree.md | Exit git worktree |
Agent/Team 工具 (10 个)
| 文件名 | 描述 |
|---|---|
| tool-description-agent-usage-notes.md | Agent usage notes |
| tool-description-agent-when-to-launch-subagents.md | When to launch subagents |
| tool-description-askuserquestion.md | Ask user a question |
| tool-description-askuserquestion-preview-field.md | Preview field for questions |
| tool-description-todowrite.md | Write TODO items |
| tool-description-taskcreate.md | Create tasks |
| tool-description-tasklist-teammate-workflow.md | Task list and teammate workflow |
| tool-description-sendmessagetool.md | Send message to teammates |
| tool-description-sendmessagetool-non-agent-teams.md | Non-agent team messaging |
| tool-description-teammatetool.md | Teammate tool |
| tool-description-teamdelete.md | Delete team |
| tool-description-croncreate.md | Create cron jobs |
| tool-description-toolsearch-second-part.md | Tool search (deferred tools) |
| tool-description-option-previewer.md | Option previewer |
工具参数
| 文件名 | 描述 |
|---|---|
| tool-parameter-computer-action.md | Computer action parameter definitions |
子代理提示词完整列表 (35 个)
| 文件名 | 用途 |
|---|---|
| agent-prompt-explore.md | 只读代码探索 |
| agent-prompt-plan-mode-enhanced.md | 增强计划模式(5阶段) |
| agent-prompt-agent-creation-architect.md | Agent 创建架构师 |
| agent-prompt-quick-git-commit.md | 快速 Git 提交 |
| agent-prompt-quick-pr-creation.md | 快速创建 PR |
| agent-prompt-review-pr-slash-command.md | PR Review |
| agent-prompt-review-slash-command-remote.md | 远程 PR Review |
| agent-prompt-security-review-slash-command.md | 安全审查 |
| agent-prompt-pr-comments-slash-command.md | PR 评论处理 |
| agent-prompt-batch-slash-command.md | 批量操作 |
| agent-prompt-schedule-slash-command.md | 定时任务 |
| agent-prompt-conversation-summarization.md | 对话摘要 |
| agent-prompt-recent-message-summarization.md | 近期消息摘要 |
| agent-prompt-coding-session-title-generator.md | 会话标题生成 |
| agent-prompt-session-title-and-branch-generation.md | 会话标题和分支生成 |
| agent-prompt-bash-command-description-writer.md | Bash 命令描述生成 |
| agent-prompt-bash-command-prefix-detection.md | Bash 命令前缀检测 |
| agent-prompt-claudemd-creation.md | CLAUDE.md 创建 |
| agent-prompt-update-magic-docs.md | 更新 Magic Docs |
| agent-prompt-claude-guide-agent.md | Claude 引导代理 |
| agent-prompt-prompt-suggestion-generator-v2.md | 提示建议生成 |
| agent-prompt-webfetch-summarizer.md | WebFetch 摘要 |
| agent-prompt-session-search-assistant.md | 会话搜索助手 |
| agent-prompt-worker-fork-execution.md | Worker Fork 执行 |
| agent-prompt-verification-specialist.md | 验证专家 |
| agent-prompt-auto-mode-rule-reviewer.md | Auto 模式规则审查 |
| agent-prompt-security-monitor-*.md | 安全监控(2个文件) |
| agent-prompt-agent-hook.md | Agent Hook |
| agent-prompt-hook-condition-evaluator.md | Hook 条件评估 |
| agent-prompt-determine-which-memory-files-to-attach.md | 记忆文件选择 |
| agent-prompt-dream-memory-consolidation.md | Dream 记忆整合 |
| agent-prompt-session-memory-update-instructions.md | 会话记忆更新 |
| agent-prompt-explore-strengths-and-guidelines.md | 探索优势和指南 |
| agent-prompt-status-line-setup.md | 状态栏设置 |
| agent-prompt-common-suffix-response-format.md | 通用后缀响应格式 |
System Reminders 完整列表 (52 个)
运行时根据上下文条件插入的提醒信息:
- agent-mention, btw-side-question
- compact-file-reference, plan-file-reference
- exited-plan-mode, plan-mode-is-active-* (5-phase, iterative, subagent), plan-mode-re-entry
- file-exists-but-empty, file-modified-by-user-or-linter, file-opened-in-ide, file-shorter-than-offset, file-truncated
- hook-* (additional-context, blocking-error, stopped-continuation-prefix, stopped-continuation, success)
- invoked-skills, lines-selected-in-ide
- malware-analysis-after-read-tool-call
- mcp-resource-no-content, mcp-resource-no-displayable-content
- memory-file-contents, nested-memory-contents
- new-diagnostics-detected, output-style-active
- session-continuation, task-status, task-tools-reminder
- team-coordination, team-shutdown
- todowrite-reminder, token-usage, usd-budget
- verify-plan-reminder