tracerkit 1.18.0 → 1.18.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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,10 +51,11 @@ tracerkit uninstall . # remove project-scoped skills
|
|
|
51
51
|
Inside Claude Code, run:
|
|
52
52
|
|
|
53
53
|
```
|
|
54
|
-
/plugin
|
|
54
|
+
/plugin marketplace add helderberto/tracerkit
|
|
55
|
+
/plugin install tk@tracerkit-marketplace
|
|
55
56
|
```
|
|
56
57
|
|
|
57
|
-
|
|
58
|
+
Skills are available immediately, no build step, no config.
|
|
58
59
|
|
|
59
60
|
</details>
|
|
60
61
|
|