From feea28058f420f576e796fd1c921d1608c335bf7 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 8 Apr 2026 10:58:38 -0700 Subject: [PATCH] Trim fabricated installer output from getting-started tutorial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- content/site/tutorials/getting-started.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/content/site/tutorials/getting-started.md b/content/site/tutorials/getting-started.md index 91a196f43..bdb04dd21 100644 --- a/content/site/tutorials/getting-started.md +++ b/content/site/tutorials/getting-started.md @@ -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