Creates and improves technical documentation for shell commands, setup guides, and runbooks. Use when writing or rewriting Markdown docs that contain terminal commands, especially when each command and flag must be explained and the instructions should be easy to scan and follow.
Turn rough notes into documentation that is accurate, readable, and easy to execute without guessing.
HOST, USERNAME, or file paths into an early "Replace these values" section.Use this structure by default:
# Title
## What This Does
## Replace These Values
## Prerequisites
## Command Summary
## Steps
### Step 1. ...
Command:
```bash
...
```
What this command does:
- ...
Flag breakdown:
- `-x`: ...
- `--long-option`: ...
What to expect:
- ...
Add these sections when useful:
## Faster Option for an alternate path## Command Summary for a quick overview of the full workflow## Troubleshooting for common failures## Cleanup for undo or removal steps