Skill With Scripts

Example skill that bundles executable scripts for automated tasks. Use when you need to run shell-based automation via bundled scripts.

pratiyush eea95bd 2 files · 754 B Updated

File contents

Skill with Scripts

When to use this skill

Use this when you need to run automated tasks via bundled scripts.

Instructions

  1. Run the analysis script: scripts/analyze.sh
  2. Review the output
  3. 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

Pratiyush/skill-sdk/tree/main/examples/skill-with-scripts commit eea95bd3b6

Frequently asked questions

npx skillmds@latest add pratiyush/skill-with-scripts