|
|
|
@ -34,7 +34,7 @@ Download it and try it out for free! **https://piebald.ai/**
|
|
|
|
> [!tip]
|
|
|
|
> [!tip]
|
|
|
|
> **NEW (June 12, 2026):** We've greatly expanded this list with many more of Claude Code's prompts—**from 350 to 515 (+165)**—our most complete coverage yet.
|
|
|
|
> **NEW (June 12, 2026):** We've greatly expanded this list with many more of Claude Code's prompts—**from 350 to 515 (+165)**—our most complete coverage yet.
|
|
|
|
|
|
|
|
|
|
|
|
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.1.190](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.190) (June 24th, 2026).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 218 versions since v2.0.14. From the team behind [<img src="https://github.com/Piebald-AI/piebald/raw/main/assets/logo.svg" width="15"> **Piebald.**](https://piebald.ai/)
|
|
|
|
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.1.191](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.191) (June 24th, 2026).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 219 versions since v2.0.14. From the team behind [<img src="https://github.com/Piebald-AI/piebald/raw/main/assets/logo.svg" width="15"> **Piebald.**](https://piebald.ai/)
|
|
|
|
|
|
|
|
|
|
|
|
**This repository is updated within minutes of each Claude Code release. See the [changelog](./CHANGELOG.md), and follow [@PiebaldAI](https://x.com/PiebaldAI) on X for a summary of the system prompt changes in each release.**
|
|
|
|
**This repository is updated within minutes of each Claude Code release. See the [changelog](./CHANGELOG.md), and follow [@PiebaldAI](https://x.com/PiebaldAI) on X for a summary of the system prompt changes in each release.**
|
|
|
|
|
|
|
|
|
|
|
|
@ -114,10 +114,11 @@ Sub-agents and utilities.
|
|
|
|
- [Agent Prompt: Claude Code guide](./system-prompts/agent-prompt-claude-code-guide.md) (**143** tks) - Subagent that answers Claude Code feature/SDK/API questions.
|
|
|
|
- [Agent Prompt: Claude Code guide](./system-prompts/agent-prompt-claude-code-guide.md) (**143** tks) - Subagent that answers Claude Code feature/SDK/API questions.
|
|
|
|
- [Agent Prompt: Claude guide agent](./system-prompts/agent-prompt-claude-guide-agent.md) (**833** tks) - System prompt for the claude-guide agent that helps users understand and use Claude Code, the Claude Agent SDK and the Claude API effectively.
|
|
|
|
- [Agent Prompt: Claude guide agent](./system-prompts/agent-prompt-claude-guide-agent.md) (**833** tks) - System prompt for the claude-guide agent that helps users understand and use Claude Code, the Claude Agent SDK and the Claude API effectively.
|
|
|
|
- [Agent Prompt: Coding session title generator](./system-prompts/agent-prompt-coding-session-title-generator.md) (**314** tks) - Generates a title for the coding session.
|
|
|
|
- [Agent Prompt: Coding session title generator](./system-prompts/agent-prompt-coding-session-title-generator.md) (**314** tks) - Generates a title for the coding session.
|
|
|
|
|
|
|
|
- [Agent Prompt: Context tip reception evaluator](./system-prompts/agent-prompt-context-tip-reception-evaluator.md) (**311** tks) - Evaluates whether a shown Claude Code context tip was acted on and whether its reception was positive, neutral, negative, or unknown.
|
|
|
|
|
|
|
|
- [Agent Prompt: Context tip selector](./system-prompts/agent-prompt-context-tip-selector.md) (**1341** tks) - Selects whether to show a brief Claude Code feature tip by matching the recent transcript and session metadata against eligible context-tip situations.
|
|
|
|
- [Agent Prompt: Conversation summarization](./system-prompts/agent-prompt-conversation-summarization.md) (**1201** tks) - System prompt for creating detailed conversation summaries.
|
|
|
|
- [Agent Prompt: Conversation summarization](./system-prompts/agent-prompt-conversation-summarization.md) (**1201** tks) - System prompt for creating detailed conversation summaries.
|
|
|
|
- [Agent Prompt: Determine which memory files to attach](./system-prompts/agent-prompt-determine-which-memory-files-to-attach.md) (**271** tks) - Agent for determining which memory files to attach for the main agent.
|
|
|
|
- [Agent Prompt: Determine which memory files to attach](./system-prompts/agent-prompt-determine-which-memory-files-to-attach.md) (**271** tks) - Agent for determining which memory files to attach for the main agent.
|
|
|
|
- [Agent Prompt: Dream memory consolidation](./system-prompts/agent-prompt-dream-memory-consolidation.md) (**859** tks) - Instructs an agent to perform a multi-phase memory consolidation pass — orienting on existing memories, gathering recent signal from logs and transcripts, merging updates into topic files, and pruning the index.
|
|
|
|
- [Agent Prompt: Dream memory consolidation](./system-prompts/agent-prompt-dream-memory-consolidation.md) (**859** tks) - Instructs an agent to perform a multi-phase memory consolidation pass — orienting on existing memories, gathering recent signal from logs and transcripts, merging updates into topic files, and pruning the index.
|
|
|
|
- [Agent Prompt: Dream memory pruning](./system-prompts/agent-prompt-dream-memory-pruning.md) (**456** tks) - Instructs an agent to perform a memory pruning pass by deleting stale or invalidated memory files and collapsing duplicates in the memory directory.
|
|
|
|
|
|
|
|
- [Agent Prompt: General purpose agent](./system-prompts/agent-prompt-general-purpose-agent.md) (**63** tks) - Defines a general-purpose agent for researching complex questions, searching code, and executing multi-step tasks.
|
|
|
|
- [Agent Prompt: General purpose agent](./system-prompts/agent-prompt-general-purpose-agent.md) (**63** tks) - Defines a general-purpose agent for researching complex questions, searching code, and executing multi-step tasks.
|
|
|
|
- [Agent Prompt: General purpose](./system-prompts/agent-prompt-general-purpose.md) (**285** tks) - System prompt for the general-purpose subagent that searches, analyzes, and edits code across a codebase while reporting findings concisely to the caller.
|
|
|
|
- [Agent Prompt: General purpose](./system-prompts/agent-prompt-general-purpose.md) (**285** tks) - System prompt for the general-purpose subagent that searches, analyzes, and edits code across a codebase while reporting findings concisely to the caller.
|
|
|
|
- [Agent Prompt: General task agent](./system-prompts/agent-prompt-general-task-agent.md) (**99** tks) - Instructs a Claude Code task agent to complete the user's request fully and report the essential outcome.
|
|
|
|
- [Agent Prompt: General task agent](./system-prompts/agent-prompt-general-task-agent.md) (**99** tks) - Instructs a Claude Code task agent to complete the user's request fully and report the essential outcome.
|
|
|
|
@ -125,7 +126,6 @@ Sub-agents and utilities.
|
|
|
|
- [Agent Prompt: Hook condition evaluator](./system-prompts/agent-prompt-hook-condition-evaluator.md) (**88** tks) - Instructs an agent to judge whether a user-provided hook condition is met.
|
|
|
|
- [Agent Prompt: Hook condition evaluator](./system-prompts/agent-prompt-hook-condition-evaluator.md) (**88** tks) - Instructs an agent to judge whether a user-provided hook condition is met.
|
|
|
|
- [Agent Prompt: Inherited context for worktree sub-agent](./system-prompts/agent-prompt-inherited-context-for-worktree-sub-agent.md) (**121** tks) - Briefs a sub-agent that it has inherited a parent session's context and is now working in its own isolated git worktree.
|
|
|
|
- [Agent Prompt: Inherited context for worktree sub-agent](./system-prompts/agent-prompt-inherited-context-for-worktree-sub-agent.md) (**121** tks) - Briefs a sub-agent that it has inherited a parent session's context and is now working in its own isolated git worktree.
|
|
|
|
- [Agent Prompt: Managed Agents onboarding flow](./system-prompts/agent-prompt-managed-agents-onboarding-flow.md) (**3806** tks) - Interactive interview script that helps users configure a Managed Agent by describing the task, proposing tools and resources, setting up the environment and session, testing access, and emitting integration code.
|
|
|
|
- [Agent Prompt: Managed Agents onboarding flow](./system-prompts/agent-prompt-managed-agents-onboarding-flow.md) (**3806** tks) - Interactive interview script that helps users configure a Managed Agent by describing the task, proposing tools and resources, setting up the environment and session, testing access, and emitting integration code.
|
|
|
|
- [Agent Prompt: Memory synthesis](./system-prompts/agent-prompt-memory-synthesis.md) (**449** tks) - Subagent that reads persistent memory files and returns a JSON synthesis of only the information relevant to each query, with cited filenames.
|
|
|
|
|
|
|
|
- [Agent Prompt: Onboarding guide draft share link workflow](./system-prompts/agent-prompt-onboarding-guide-draft-share-link-workflow.md) (**323** tks) - Adds instructions for sharing the draft ONBOARDING.md before review, then updating the same ShareOnboardingGuide link after the user answers the review questions.
|
|
|
|
- [Agent Prompt: Onboarding guide draft share link workflow](./system-prompts/agent-prompt-onboarding-guide-draft-share-link-workflow.md) (**323** tks) - Adds instructions for sharing the draft ONBOARDING.md before review, then updating the same ShareOnboardingGuide link after the user answers the review questions.
|
|
|
|
- [Agent Prompt: Onboarding guide generator](./system-prompts/agent-prompt-onboarding-guide-generator.md) (**1135** tks) - Co-authors a team onboarding guide (ONBOARDING.md) for new Claude Code users by analyzing the creator's usage data, classifying session types, and iterating on the draft collaboratively.
|
|
|
|
- [Agent Prompt: Onboarding guide generator](./system-prompts/agent-prompt-onboarding-guide-generator.md) (**1135** tks) - Co-authors a team onboarding guide (ONBOARDING.md) for new Claude Code users by analyzing the creator's usage data, classifying session types, and iterating on the draft collaboratively.
|
|
|
|
- [Agent Prompt: PR follow-up cron](./system-prompts/agent-prompt-pr-follow-up-cron.md) (**172** tks) - Cron prompt for checking a pull request created in the session and fixing failures, comments, or conflicts.
|
|
|
|
- [Agent Prompt: PR follow-up cron](./system-prompts/agent-prompt-pr-follow-up-cron.md) (**172** tks) - Cron prompt for checking a pull request created in the session and fixing failures, comments, or conflicts.
|
|
|
|
@ -166,6 +166,8 @@ The content of various template files embedded in Claude Code.
|
|
|
|
- [Data: Claude Code recent changes reference](./system-prompts/data-claude-code-recent-changes-reference.md) (**528** tks) - Reference mapping of recently removed or renamed Claude Code commands, flags, and terms to their current replacements.
|
|
|
|
- [Data: Claude Code recent changes reference](./system-prompts/data-claude-code-recent-changes-reference.md) (**528** tks) - Reference mapping of recently removed or renamed Claude Code commands, flags, and terms to their current replacements.
|
|
|
|
- [Data: Claude Platform on AWS reference](./system-prompts/data-claude-platform-on-aws-reference.md) (**1608** tks) - Reference documentation for using the Claude Developer Platform through AWS infrastructure, including AnthropicAWS clients, required region and workspace configuration, SigV4 authentication, and short-term API keys.
|
|
|
|
- [Data: Claude Platform on AWS reference](./system-prompts/data-claude-platform-on-aws-reference.md) (**1608** tks) - Reference documentation for using the Claude Developer Platform through AWS infrastructure, including AnthropicAWS clients, required region and workspace configuration, SigV4 authentication, and short-term API keys.
|
|
|
|
- [Data: Claude model catalog](./system-prompts/data-claude-model-catalog.md) (**3079** tks) - Catalog of current and legacy Claude models with exact model IDs, aliases, context windows, and pricing.
|
|
|
|
- [Data: Claude model catalog](./system-prompts/data-claude-model-catalog.md) (**3079** tks) - Catalog of current and legacy Claude models with exact model IDs, aliases, context windows, and pricing.
|
|
|
|
|
|
|
|
- [Data: Context tip situation — manual polling](./system-prompts/data-context-tip-situation-manual-polling.md) (**169** tks) - Situation text for detecting when the user is manually polling status and should be shown the /loop context tip.
|
|
|
|
|
|
|
|
- [Data: Context tip situation — persistent memory](./system-prompts/data-context-tip-situation-persistent-memory.md) (**170** tks) - Situation text for detecting when the user is restating persistent project context and should be shown the memory context tip.
|
|
|
|
- [Data: Cowork plugin MCP discovery and connection](./system-prompts/data-cowork-plugin-mcp-discovery-and-connection.md) (**1338** tks) - Reference guidance for finding MCP connectors during plugin customization, using search and suggestion tools, mapping categories to keywords, and writing .mcp.json entries.
|
|
|
|
- [Data: Cowork plugin MCP discovery and connection](./system-prompts/data-cowork-plugin-mcp-discovery-and-connection.md) (**1338** tks) - Reference guidance for finding MCP connectors during plugin customization, using search and suggestion tools, mapping categories to keywords, and writing .mcp.json entries.
|
|
|
|
- [Data: Cowork plugin component schemas](./system-prompts/data-cowork-plugin-component-schemas.md) (**3109** tks) - Reference documentation for Cowork plugin component formats, including skills, agents, hooks, MCP servers, legacy commands, CONNECTORS.md, and README.md.
|
|
|
|
- [Data: Cowork plugin component schemas](./system-prompts/data-cowork-plugin-component-schemas.md) (**3109** tks) - Reference documentation for Cowork plugin component formats, including skills, agents, hooks, MCP servers, legacy commands, CONNECTORS.md, and README.md.
|
|
|
|
- [Data: Cowork plugin examples](./system-prompts/data-cowork-plugin-examples.md) (**2323** tks) - Reference examples of minimal, medium, and complex Cowork plugin structures with plugin metadata, skills, agents, hooks, MCP config, README, and connectors.
|
|
|
|
- [Data: Cowork plugin examples](./system-prompts/data-cowork-plugin-examples.md) (**2323** tks) - Reference examples of minimal, medium, and complex Cowork plugin structures with plugin metadata, skills, agents, hooks, MCP config, README, and connectors.
|
|
|
|
@ -295,16 +297,11 @@ Parts of the main system prompt.
|
|
|
|
- [System Prompt: Interactive agent intro (short)](./system-prompts/system-prompt-interactive-agent-intro-short.md) (**20** tks) - Minimal opening system-prompt line for software-engineering sessions.
|
|
|
|
- [System Prompt: Interactive agent intro (short)](./system-prompts/system-prompt-interactive-agent-intro-short.md) (**20** tks) - Minimal opening system-prompt line for software-engineering sessions.
|
|
|
|
- [System Prompt: Learning mode (insights)](./system-prompts/system-prompt-learning-mode-insights.md) (**142** tks) - Instructions for providing educational insights when learning mode is active.
|
|
|
|
- [System Prompt: Learning mode (insights)](./system-prompts/system-prompt-learning-mode-insights.md) (**142** tks) - Instructions for providing educational insights when learning mode is active.
|
|
|
|
- [System Prompt: Learning mode](./system-prompts/system-prompt-learning-mode.md) (**1042** tks) - Main system prompt for learning mode with human collaboration instructions.
|
|
|
|
- [System Prompt: Learning mode](./system-prompts/system-prompt-learning-mode.md) (**1042** tks) - Main system prompt for learning mode with human collaboration instructions.
|
|
|
|
- [System Prompt: Memory description of user details](./system-prompts/system-prompt-memory-description-of-user-details.md) (**122** tks) - Describes the purpose and guidelines for per-user memory files that accumulate details about the user's role, goals, knowledge, and preferences across sessions.
|
|
|
|
|
|
|
|
- [System Prompt: Memory description of user feedback (with explicit save)](./system-prompts/system-prompt-memory-description-of-user-feedback-with-explicit-save.md) (**146** tks) - Describes the feedback memory type that captures user guidance on work approaches, emphasizing recording both successes and failures and explicitly instructing to save a new memory noting contradictions with team feedback.
|
|
|
|
|
|
|
|
- [System Prompt: Memory description of user feedback](./system-prompts/system-prompt-memory-description-of-user-feedback.md) (**139** tks) - Describes the user feedback memory type that stores guidance about work approaches, emphasizing recording both successes and failures and checking for contradictions with team memories.
|
|
|
|
- [System Prompt: Memory description of user feedback](./system-prompts/system-prompt-memory-description-of-user-feedback.md) (**139** tks) - Describes the user feedback memory type that stores guidance about work approaches, emphasizing recording both successes and failures and checking for contradictions with team memories.
|
|
|
|
- [System Prompt: Memory file granularity](./system-prompts/system-prompt-memory-file-granularity.md) (**73** tks) - Instructs the agent to keep each memory file to one paragraph about a single durable fact and split multiple facts into separate files.
|
|
|
|
|
|
|
|
- [System Prompt: Memory file immutability](./system-prompts/system-prompt-memory-file-immutability.md) (**67** tks) - Instructs the agent not to edit memory files in place, but to replace stale or invalid files carefully.
|
|
|
|
|
|
|
|
- [System Prompt: Memory index pointer instructions](./system-prompts/system-prompt-memory-index-pointer-instructions.md) (**90** tks) - Instructs the agent to add one-line pointers to the memory index file and treat the index as separate from memory content.
|
|
|
|
- [System Prompt: Memory index pointer instructions](./system-prompts/system-prompt-memory-index-pointer-instructions.md) (**90** tks) - Instructs the agent to add one-line pointers to the memory index file and treat the index as separate from memory content.
|
|
|
|
- [System Prompt: Memory instructions](./system-prompts/system-prompt-memory-instructions.md) (**391** tks) - Instructions for using persistent file-based memory, including memory file format, scope, indexing, and stale-memory handling.
|
|
|
|
- [System Prompt: Memory instructions](./system-prompts/system-prompt-memory-instructions.md) (**391** tks) - Instructions for using persistent file-based memory, including memory file format, scope, indexing, and stale-memory handling.
|
|
|
|
- [System Prompt: Memory persistence scope](./system-prompts/system-prompt-memory-persistence-scope.md) (**60** tks) - Explains that memory is for information useful in future conversations, not only within the current conversation.
|
|
|
|
- [System Prompt: Memory persistence scope](./system-prompts/system-prompt-memory-persistence-scope.md) (**60** tks) - Explains that memory is for information useful in future conversations, not only within the current conversation.
|
|
|
|
- [System Prompt: Memory save exclusions](./system-prompts/system-prompt-memory-save-exclusions.md) (**14** tks) - Lists categories of information that should not be saved in memory, even when the user asks.
|
|
|
|
- [System Prompt: Memory save exclusions](./system-prompts/system-prompt-memory-save-exclusions.md) (**14** tks) - Lists categories of information that should not be saved in memory, even when the user asks.
|
|
|
|
- [System Prompt: Memory staleness verification](./system-prompts/system-prompt-memory-staleness-verification.md) (**112** tks) - Instructs the agent to verify memory records against current file/resource state and delete stale memories that conflict with observed reality.
|
|
|
|
|
|
|
|
- [System Prompt: Minimal mode](./system-prompts/system-prompt-minimal-mode.md) (**164** tks) - Describes the behavior and constraints of minimal mode, which skips hooks, LSP, plugins, auto-memory, and other features while requiring explicit context via CLI flags.
|
|
|
|
- [System Prompt: Minimal mode](./system-prompts/system-prompt-minimal-mode.md) (**164** tks) - Describes the behavior and constraints of minimal mode, which skips hooks, LSP, plugins, auto-memory, and other features while requiring explicit context via CLI flags.
|
|
|
|
- [System Prompt: Monitor fallback heartbeat guidance](./system-prompts/system-prompt-monitor-fallback-heartbeat-guidance.md) (**142** tks) - Guides dynamic loop ticks to use Monitor as the primary wake signal, ScheduleWakeup as a fallback heartbeat, and stop the monitor when ending the loop.
|
|
|
|
- [System Prompt: Monitor fallback heartbeat guidance](./system-prompts/system-prompt-monitor-fallback-heartbeat-guidance.md) (**142** tks) - Guides dynamic loop ticks to use Monitor as the primary wake signal, ScheduleWakeup as a fallback heartbeat, and stop the monitor when ending the loop.
|
|
|
|
- [System Prompt: One of six rules for using sleep command](./system-prompts/system-prompt-one-of-six-rules-for-using-sleep-command.md) (**23** tks) - One of the six rules for using the sleep command.
|
|
|
|
- [System Prompt: One of six rules for using sleep command](./system-prompts/system-prompt-one-of-six-rules-for-using-sleep-command.md) (**23** tks) - One of the six rules for using the sleep command.
|
|
|
|
@ -324,10 +321,8 @@ Parts of the main system prompt.
|
|
|
|
- [System Prompt: Prefer editing existing files](./system-prompts/system-prompt-prefer-editing-existing-files.md) (**17** tks) - Instructs Claude to prefer editing existing files instead of creating new ones.
|
|
|
|
- [System Prompt: Prefer editing existing files](./system-prompts/system-prompt-prefer-editing-existing-files.md) (**17** tks) - Instructs Claude to prefer editing existing files instead of creating new ones.
|
|
|
|
- [System Prompt: Proactive schedule offer after natural future follow-up](./system-prompts/system-prompt-proactive-schedule-offer-after-natural-future-follow-up.md) (**338** tks) - Instructs the agent to offer a one-line /schedule follow-up after completed work when there is a likely one-time or recurring future action.
|
|
|
|
- [System Prompt: Proactive schedule offer after natural future follow-up](./system-prompts/system-prompt-proactive-schedule-offer-after-natural-future-follow-up.md) (**338** tks) - Instructs the agent to offer a one-line /schedule follow-up after completed work when there is a likely one-time or recurring future action.
|
|
|
|
- [System Prompt: Project memory body structure](./system-prompts/system-prompt-project-memory-body-structure.md) (**83** tks) - Defines the body structure for project memories, including the fact or decision, why, and how to apply it.
|
|
|
|
- [System Prompt: Project memory body structure](./system-prompts/system-prompt-project-memory-body-structure.md) (**83** tks) - Defines the body structure for project memories, including the fact or decision, why, and how to apply it.
|
|
|
|
- [System Prompt: Project memory save guidance (stale refresh)](./system-prompts/system-prompt-project-memory-save-guidance-stale-refresh.md) (**99** tks) - Explains when to save project memories and to replace stale project memories with fresh ones while converting relative dates to absolute dates.
|
|
|
|
|
|
|
|
- [System Prompt: Project memory save guidance](./system-prompts/system-prompt-project-memory-save-guidance.md) (**91** tks) - Explains when to save project memories about who is doing what, why, or by when, including absolute date handling.
|
|
|
|
- [System Prompt: Project memory save guidance](./system-prompts/system-prompt-project-memory-save-guidance.md) (**91** tks) - Explains when to save project memories about who is doing what, why, or by when, including absolute date handling.
|
|
|
|
- [System Prompt: REPL tool usage and scripting conventions](./system-prompts/system-prompt-repl-tool-usage-and-scripting-conventions.md) (**1049** tks) - Instructs Claude on how to use the REPL tool effectively with dense JavaScript scripts, shorthands, batching rules, and API reference for investigation tasks.
|
|
|
|
- [System Prompt: REPL tool usage and scripting conventions](./system-prompts/system-prompt-repl-tool-usage-and-scripting-conventions.md) (**1049** tks) - Instructs Claude on how to use the REPL tool effectively with dense JavaScript scripts, shorthands, batching rules, and API reference for investigation tasks.
|
|
|
|
- [System Prompt: Recalled memories in tool results](./system-prompts/system-prompt-recalled-memories-in-tool-results.md) (**67** tks) - Explains how to treat automatically recalled memory system-reminder blocks in tool results as background context rather than direct user instructions.
|
|
|
|
|
|
|
|
- [System Prompt: Remote plan mode (ultraplan)](./system-prompts/system-prompt-remote-plan-mode-ultraplan.md) (**617** tks) - System reminder injected during remote planning sessions that instructs Claude to explore the codebase, produce a diagram-rich plan via ExitPlanMode, and implement it with a pull request upon approval.
|
|
|
|
- [System Prompt: Remote plan mode (ultraplan)](./system-prompts/system-prompt-remote-plan-mode-ultraplan.md) (**617** tks) - System reminder injected during remote planning sessions that instructs Claude to explore the codebase, produce a diagram-rich plan via ExitPlanMode, and implement it with a pull request upon approval.
|
|
|
|
- [System Prompt: Remote planning session](./system-prompts/system-prompt-remote-planning-session.md) (**432** tks) - System reminder that configures a remote planning session to explore the codebase, produce an implementation plan via ExitPlanMode, and handle plan approval, rejection, or teleportation back to the user's local terminal.
|
|
|
|
- [System Prompt: Remote planning session](./system-prompts/system-prompt-remote-planning-session.md) (**432** tks) - System reminder that configures a remote planning session to explore the codebase, produce an implementation plan via ExitPlanMode, and handle plan approval, rejection, or teleportation back to the user's local terminal.
|
|
|
|
- [System Prompt: Respond in configured language](./system-prompts/system-prompt-respond-in-configured-language.md) (**128** tks) - Directs all responses, explanations, and code commentary into a configured language.
|
|
|
|
- [System Prompt: Respond in configured language](./system-prompts/system-prompt-respond-in-configured-language.md) (**128** tks) - Directs all responses, explanations, and code commentary into a configured language.
|
|
|
|
@ -399,12 +394,9 @@ Text for large system reminders.
|
|
|
|
- [System Reminder: MCP resource no content](./system-prompts/system-reminder-mcp-resource-no-content.md) (**41** tks) - Shown when MCP resource has no content.
|
|
|
|
- [System Reminder: MCP resource no content](./system-prompts/system-reminder-mcp-resource-no-content.md) (**41** tks) - Shown when MCP resource has no content.
|
|
|
|
- [System Reminder: MCP resource no displayable content](./system-prompts/system-reminder-mcp-resource-no-displayable-content.md) (**43** tks) - Shown when MCP resource has no displayable content.
|
|
|
|
- [System Reminder: MCP resource no displayable content](./system-prompts/system-reminder-mcp-resource-no-displayable-content.md) (**43** tks) - Shown when MCP resource has no displayable content.
|
|
|
|
- [System Reminder: MCP servers connecting](./system-prompts/system-reminder-mcp-servers-connecting.md) (**128** tks) - Lists MCP servers that are still connecting and tells the agent to search their tools before reporting a capability unavailable.
|
|
|
|
- [System Reminder: MCP servers connecting](./system-prompts/system-reminder-mcp-servers-connecting.md) (**128** tks) - Lists MCP servers that are still connecting and tells the agent to search their tools before reporting a capability unavailable.
|
|
|
|
- [System Reminder: Memory consolidation tool constraints (immutable)](./system-prompts/system-reminder-memory-consolidation-tool-constraints-immutable.md) (**116** tks) - Restricts the memory consolidation job to read-only shell access plus deleting and rewriting immutable memory files.
|
|
|
|
|
|
|
|
- [System Reminder: Memory consolidation tool constraints](./system-prompts/system-reminder-memory-consolidation-tool-constraints.md) (**147** tks) - Restricts the memory consolidation job to read-only shell access plus deleting memory files and lists sessions to review.
|
|
|
|
- [System Reminder: Memory consolidation tool constraints](./system-prompts/system-reminder-memory-consolidation-tool-constraints.md) (**147** tks) - Restricts the memory consolidation job to read-only shell access plus deleting memory files and lists sessions to review.
|
|
|
|
- [System Reminder: Memory extraction recent context only](./system-prompts/system-reminder-memory-extraction-recent-context-only.md) (**65** tks) - Restricts the memory extraction subagent to saving facts from only the recent conversation window.
|
|
|
|
- [System Reminder: Memory extraction recent context only](./system-prompts/system-reminder-memory-extraction-recent-context-only.md) (**65** tks) - Restricts the memory extraction subagent to saving facts from only the recent conversation window.
|
|
|
|
- [System Reminder: Memory extraction tool constraints (immutable)](./system-prompts/system-reminder-memory-extraction-tool-constraints-immutable.md) (**166** tks) - Lists the tools available to the memory extraction subagent when memory files are immutable.
|
|
|
|
|
|
|
|
- [System Reminder: Memory extraction tool constraints](./system-prompts/system-reminder-memory-extraction-tool-constraints.md) (**143** tks) - Lists the tools available to the memory extraction subagent for reading and updating memory files.
|
|
|
|
- [System Reminder: Memory extraction tool constraints](./system-prompts/system-reminder-memory-extraction-tool-constraints.md) (**143** tks) - Lists the tools available to the memory extraction subagent for reading and updating memory files.
|
|
|
|
- [System Reminder: Memory extraction turn budget (immutable)](./system-prompts/system-reminder-memory-extraction-turn-budget-immutable.md) (**59** tks) - Instructs the memory extraction subagent to batch memory writes and deletes when memory files are immutable.
|
|
|
|
|
|
|
|
- [System Reminder: Memory extraction turn budget](./system-prompts/system-reminder-memory-extraction-turn-budget.md) (**111** tks) - Instructs the memory extraction subagent to batch memory reads before issuing memory edits and writes.
|
|
|
|
- [System Reminder: Memory extraction turn budget](./system-prompts/system-reminder-memory-extraction-turn-budget.md) (**111** tks) - Instructs the memory extraction subagent to batch memory reads before issuing memory edits and writes.
|
|
|
|
- [System Reminder: Memory file contents](./system-prompts/system-reminder-memory-file-contents.md) (**36** tks) - Contents of a memory file by path.
|
|
|
|
- [System Reminder: Memory file contents](./system-prompts/system-reminder-memory-file-contents.md) (**36** tks) - Contents of a memory file by path.
|
|
|
|
- [System Reminder: Nested memory contents](./system-prompts/system-reminder-nested-memory-contents.md) (**33** tks) - Contents of a nested memory file.
|
|
|
|
- [System Reminder: Nested memory contents](./system-prompts/system-reminder-nested-memory-contents.md) (**33** tks) - Contents of a nested memory file.
|
|
|
|
|