Claude Code Plugins

Community-maintained marketplace

Feedback

Runs a script that prints ordered execution steps

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name steps-skill
description Runs a script that prints ordered execution steps

What I do

I demonstrate how skills can use helper scripts. I run a script that prints numbered steps with random words to show execution flow.

How to use me

Run the helper script from my base directory:

cd {base_directory}
bash steps.sh

This demonstrates:

  • ✅ How skills reference helper scripts
  • ✅ How the bash tool executes scripts
  • ✅ Ordered execution with console output
  • ✅ Scripts can be in any language (bash, python, etc.)