13 Tool Prompts banner
Leonxlnx Leonxlnx

13 Tool Prompts

Development community

Description

# Tool-Specific Prompts > **Observed in**: Claude Code internal architecture > > Each tool in Claude Code has its own description/prompt that is injected into the tool schema. These guide the model on when and how to use each tool. --- ## Bash Tool (`Bash`) > Observed in: Claude Code tool system ``` Executes a given bash command and returns its output. The working directory persists between commands, but shell state does not. The shell environment is initialized from the user's profile (ba

Installation

Installs to ~/.claude/skills/leonxlnx-agentic-ai-prompt-research-13_tool_prompts/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository