"Scaffolds a new Python tool utility in 'src/tools/' for agents to call. Tools are utility functions (web scraping, PDF parsing, database queries) that agents use. Use when creating utilities that agents depend on."
4.3
Rating
0
Installs
AI & LLM
Category
The skill provides a clear 5-step workflow for scaffolding Python tool utilities with template-based code generation. The description adequately conveys the skill's purpose for CLI agents. However, the novelty is limited since this is essentially templated file creation that a CLI agent could accomplish with a few simple commands (cat template, sed/replace, write file). The task would likely require minimal tokens without this skill. The structure is clean and concise, though the skill references a template file (tool.py.tpl) that would contain the actual scaffolding logic. The workflow is straightforward but doesn't represent significant complexity or cost savings that would justify packaging it as a reusable skill.
Loading SKILL.md…