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.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
More from beshkenadze/claude-skills-marketplace
gitea-tea
Manage Gitea via CLI. Use when user mentions "tea", "gitea cli", or needs terminal-based Gitea operations.
101gitea-wiki
Manage Gitea wiki pages. Use when working with wiki content, creating documentation, or updating wiki pages.
14ios-design-review
Review iOS code for Apple HIG compliance. Use when validating SwiftUI/UIKit code, checking accessibility, or auditing iOS design implementation.
12ios-swiftui-generator
Generate SwiftUI components following Apple HIG. Use when creating iOS UI components, building SwiftUI views, or need code scaffolding for iOS interfaces.
10skill-creator
Create new Claude Agent Skills. Use when asked to create, build, or develop a skill.
10ios-design-workflow
Orchestrates complete iOS app design workflow from idea to implementation. Use when starting a new iOS feature, planning iOS app architecture, or need end-to-end iOS design process.
10