mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 16:46:31 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user