@sma1lboy/kobe 0.6.5 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli/index.js +7536 -6272
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -269,7 +269,7 @@ After install, Claude Code automatically picks up the skill on its next launch.
|
|
|
269
269
|
For project-level overrides, copy the file to `<repo>/.claude/skills/kobe/SKILL.md`
|
|
270
270
|
and customise — Claude Code's discovery order is project > user > none.
|
|
271
271
|
|
|
272
|
-
|
|
272
|
+
Run `kobe doctor` to confirm — it reports whether the skill is installed and prints the install command if not. kobe also shows a one-time install hint on startup when the skill is missing.
|
|
273
273
|
|
|
274
274
|
> The old built-in `kobe skill install` / `kobe diagnose` commands were
|
|
275
275
|
> removed in v0.6 — use the `npx skills` command above to manage the skill.
|