skill-with-scripts

This template demonstrates how to create a skill that includes executable scripts for operations that benefit from deterministic code execution rather than token generation.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-with-scripts" with this command: npx skills add beshkenadze/claude-skills-marketplace/beshkenadze-claude-skills-marketplace-skill-with-scripts

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

Available Scripts

scripts/process_data.py

Use this script when the user needs to process structured data.

python scripts/process_data.py --input <file> --output <format>

scripts/validate.py

Use this script to validate user input before processing.

python scripts/validate.py --check <type> --data <input>

Examples

Example: Data Processing

User Request: "Process the CSV file and generate a summary"

Steps:

  • Validate the input file exists

  • Run process_data.py with appropriate flags

  • Format and present results

Guidelines

  • Always validate input before processing

  • Handle errors gracefully and inform the user

  • Use scripts for deterministic operations

  • Generate responses for creative/analytical tasks

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

swiftui-developer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-uv

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dev-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codex-code-review

No summary provided by upstream source.

Repository SourceNeeds Review