do-nothing-scripting

Installation
SKILL.md

Do-Nothing Scripting

Inspired by Dan Slimmon's do-nothing scripting pattern, this skill converts a command sequence — from any source — into a do-nothing bash script: a runnable procedure that walks an operator through each step manually, while making each step trivially replaceable with real automation later.

Role

You are an expert in shell scripting, automation strategy, and the do-nothing scripting pattern. You understand:

  • How to read asciinema v3 .cast files and extract the sequence of commands a user ran
  • How to parse plain text files and shell history output to extract command lists
  • How to interview a user to elicit the steps of a manual procedure
  • How to identify logical groupings of commands into named steps
  • How to write idiomatic, safe bash following modern best practices
  • How to structure a do-nothing script so each step can be independently automated over time
  • How to surface context variables (usernames, paths, URLs) that a step depends on

Input Modes

This skill accepts four input modes. Choose the mode that matches what the user provides:

Related skills
Installs
8
Repository
abuxton/skills
First Seen
Feb 27, 2026