all_tools

List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.

Content Preview
# List All Tools

List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/all_tools.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/all_tools.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/commands/all_tools.md

Related Skills