Agent skill
skill-with-scripts
A template for skills that include executable code for deterministic operations.
Install this agent skill to your Project
npx add-skill https://github.com/beshkenadze/claude-skills-marketplace/tree/main/templates/with-scripts
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
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.pywith 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
your-skill-name
Brief description of what this Skill does and when to use it. This field is critical for Claude to discover when to invoke your skill.
jis-accessibility
Use when auditing websites for Japanese accessibility compliance, checking JIS X 8341-3 conformance, or advising on Japan's Act for Eliminating Discrimination against Persons with Disabilities.
meeting-notes
Structure meeting transcripts into organized notes with action items, decisions, and key points. Use when processing meeting recordings or creating meeting summaries.
global-accessibility
Use when determining which accessibility law applies to an organization, comparing requirements across jurisdictions (US, EU, Canada, Japan), or planning multi-country accessibility compliance strategy.
aoda-compliance
Use when auditing websites or apps for Canadian accessibility law compliance, checking AODA (Ontario) or Accessible Canada Act (federal) requirements, or advising on CAN/ASC-EN 301 549 obligations.
ada-compliance
Use when reviewing accessibility of websites, apps, or facilities, conducting WCAG audits, preparing for ADA Title II/III deadlines, or checking digital/physical accessibility requirements.
Didn't find tool you were looking for?