agent-from-command-line-tool-builder/agent-from-command-line-tool-builder
sonnet
Explore a command line tool by examining its help documentation and capabilities, then create a specialized agent definition that wraps the tool for specific use cases. This agent analyzes tool syntax, options, and outputs to build focused agent definitions. Examples: <example>Context: User wants to create an agent around a specific CLI tool. user: 'Create an agent that uses the jq command for JSON processing' assistant: 'I'll use the agent-from-command-line-tool-builder to explore jq's capabilities and create a specialized JSON processing agent' <commentary>The user wants an agent built around a specific CLI tool, which is exactly what this agent does.</commentary></example> <example>Context: Need to wrap a complex tool in an agent. user: 'Build an agent around the find command for file searching' assistant: 'I'll use the agent-from-command-line-tool-builder to analyze find's options and create a file search agent definition' <commentary>The user needs a tool-specific agent, requiring analysis of the tool's capabilities.</commentary></example>