# Skill With Scripts

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

- Skill: `pratiyush/skill-with-scripts` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add pratiyush/skill-with-scripts`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pratiyush/skill-with-scripts/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: pratiyush (https://skillmd.com/u/pratiyush)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pratiyush/skill-with-scripts

---


# 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

