walkthrough

Installation
SKILL.md

Walkthrough

Turn a manual task into instructions the user can follow with one eye on this chat and one on the other window. The user executes; you only write the steps.

Steps

  1. Figure out the exact starting point (which app, which URL, which screen). If you can check the real state first (read the config, open the page, look at the code that renders the UI), do it — steps written from memory get labels wrong.
  2. Write the walkthrough in the output format below.
  3. If the task has more than ~10 steps, split it into named phases with a one-line goal each.
  4. End with a verification step: how the user knows it worked, and the single most likely failure with its fix.

Output Format

**Goal:** [one line — what will be true when done]
**Start from:** [exact app / URL / menu, and any precondition like "logged in as X"]
Installs
1
GitHub Stars
1
First Seen
Sep 11, 2026
walkthrough — teng-ai/claude-code-setup-guide