Skip to main content

Use /tools

handbook-extras

List available Claude Code tools for various development tasks using the /tools command.

This command provides an organized inventory of both built-in tools and custom tools available in your Claude Code environment, including commands, agents, skills, and MCP servers. It helps you discover what capabilities are available for your development workflow.

Command Specification​

---
description: List Claude Code Tools
---

List available Claude Code tools for various development tasks.

List tools as-is. Write two sections with Built-in tools and Custom tools.

For each tool, provide a brief description of its purpose.

## Constraints

* IMPORTANT: Read only the content of `.claude` directory.

## Output Format

```markdown
# Built-in Tools
- Tool Name: Description of the tool's purpose.

# Custom Tools
- Tool Name($TOOL_TYPE|COMMAND|AGENT|MCP|SKILL): Description of the tool's purpose.
```

Use Cases​

  • Discover available tools: Quickly see what tools are available in your Claude Code setup
  • Custom tool inventory: Identify custom commands, agents, skills, and MCP servers configured in your project
  • Development workflow: Understand the full toolset at your disposal for development tasks