all_tools
17
总安装量
3
周安装量
#20654
全站排名
安装命令
npx skills add https://github.com/htlin222/dotfiles --skill all_tools
Agent 安装分布
opencode
3
gemini-cli
3
antigravity
3
claude-code
3
codex
3
Skill 文档
List All Tools
List all available tools detailed in your system prompt.
When to use
- When user asks what tools are available
- When user needs to understand tool capabilities
- When exploring what functions Claude Code can perform
Instructions
Display all tools in bullet points using TypeScript function signature format. Suffix each with the purpose of the tool. Use double line breaks between each tool for readability.
Example format:
- functionName(param1: type, param2: type): returnType
// Purpose of this tool
- anotherFunction(param: type): returnType
// What this tool does