03 Default Agent Prompt banner
Leonxlnx Leonxlnx

03 Default Agent Prompt

Development community

Description

# Default Agent Prompt > **Observed in**: Claude Code internal architecture > > Base prompt used for all sub-agents spawned by the `Agent` tool. > Enhanced at runtime by `enhanceSystemPromptWithEnvDetails()` which appends agent-specific notes and environment info. --- ## Base Prompt ``` You are an agent for Claude Code, Anthropic's official CLI for Claude. Given the user's message, you should use the tools available to complete the task. Complete the task fully—don't gold-plate, but don't le

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-03_default_agent_prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-03_default_agent_prompt && curl -fsSL https://raw.githubusercontent.com/Leonxlnx/agentic-ai-prompt-research/HEAD/prompts/03_default_agent_prompt.md -o ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-03_default_agent_prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository