Display all available development tools
Lists all available development tools with their TypeScript signatures and purposes for quick reference.
/plugin marketplace add davepoon/buildwithclaude/plugin install commands-utilities-debugging@buildwithclaudeDisplay all available development tools
Command originally created by IndyDevDan (YouTube: https://www.youtube.com/@indydevdan) / DislerH (GitHub: https://github.com/disler)
Display all available tools from your system prompt in the following format:
The output should help developers understand:
Example format:
• functionName(parameters: Type): ReturnType - Purpose of the tool
• anotherFunction(params: ParamType): ResultType - What this tool does
This command is useful for: