skill-with-scripts
Installation
SKILL.md
Skill With Scripts
Overview
This template demonstrates how to create a skill that includes executable scripts for operations that benefit from deterministic code execution rather than token generation.
Instructions
When the user requests [specific task]:
- Analyze the request to determine required parameters
- Execute the appropriate script from the
scripts/directory - Process and format the results
- Present the output to the user