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]:

  1. Analyze the request to determine required parameters
  2. Execute the appropriate script from the scripts/ directory
  3. Process and format the results
  4. Present the output to the user

Available Scripts

scripts/process_data.py

Related skills
Installs
10
GitHub Stars
3
First Seen
Feb 1, 2026