project-skill-scripts

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/project:skill-scripts

Analyze plugin skills to identify opportunities where supporting scripts would improve performance (fewer tokens, faster execution, consistent results), then optionally create those scripts.

When to Use This Skill

Use this skill when... Use alternative when...
Analyzing skill improvement opportunities Need to create a single script for a skill
Bulk script creation across plugins One-off script for one specific need
Measuring coverage of scripts across portfolio Script generation is already done

Context

  • Plugin root: !git rev-parse --show-toplevel
  • Total plugins: !find . -maxdepth 2 -name 'plugin.json' -type f
  • Skills with scripts: !find . -name 'scripts/*.sh' -type f

Parameters

Installs
35
GitHub Stars
36
First Seen
Feb 27, 2026
project-skill-scripts — laurigates/claude-plugins