| name | skill-with-scripts |
| description | Example skill that bundles executable scripts for automated tasks. Use when you need to run shell-based automation via bundled scripts.
|
| compatibility | Requires bash |
Skill with Scripts
When to use this skill
Use this when you need to run automated tasks via bundled scripts.
Instructions
- Run the analysis script:
scripts/analyze.sh
- Review the output
- Apply fixes based on the results
Gotchas
- Scripts require bash — will not work on Windows without WSL
- The analyze script reads from the current working directory