tracerkit 1.9.0 → 1.9.1
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,6 +32,12 @@ npx tracerkit init
|
|
|
32
32
|
|
|
33
33
|
Skills are installed globally to `~/.claude/skills/`, available in every project. No per-project setup needed.
|
|
34
34
|
|
|
35
|
+
To replace all existing skills with the latest versions:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
npx tracerkit init --force
|
|
39
|
+
```
|
|
40
|
+
|
|
35
41
|
### Workflow
|
|
36
42
|
|
|
37
43
|
```
|