Agent Skills: steps-skill

Runs a script that prints ordered execution steps

UncategorizedID: darrenhinde/Opencode-skills-example/steps-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/darrenhinde/Opencode-skills-example/tree/HEAD/.opencode/skill/steps-skill

Skill Files

Browse the full folder contents for steps-skill.

Download Skill

Loading file tree…

.opencode/skill/steps-skill/SKILL.md

Skill Metadata

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.)