Trim fabricated installer output from getting-started tutorial

The tutorial showed a hallucinated "installer output" block with
specific ✓-prefixed lines that do not match what npx skills add
actually prints. Delete the block and collapse the surrounding prose
into a single sentence that describes what the command does without
promising specific output. The important guidance (auto-detect, which
directories, reload the harness, look for slash commands) is preserved.
This commit is contained in:
Paul Bakaus
2026-04-08 10:58:38 -07:00
parent 0ff20b1ba2
commit feea28058f
+1 -8
View File
@@ -22,14 +22,7 @@ From the root of your project, run:
npx skills add pbakaus/impeccable
```
The installer auto-detects your harness and drops the skill files in the right place. It does not touch any existing code. You should see output like:
```
✓ Detected Claude Code (.claude/skills/)
✓ Installed 21 skills + impeccable foundation
```
Start your harness (or reload it) and type `/`. You should see `/impeccable`, `/polish`, `/critique`, and the other commands in the autocomplete.
This auto-detects your harness and writes the skill files to the right location (e.g., `.claude/skills/`, `.cursor/skills/`). Reload your harness and type `/`. You should see `/impeccable`, `/polish`, `/critique`, and the other commands in the autocomplete.
## Step 2. Teach Impeccable about your project