@julong/mono-rele2-core 1.31.0 → 1.33.0

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 CHANGED
@@ -47,6 +47,16 @@ Run without arguments to list all available tools:
47
47
  mono-rele2-core-cli
48
48
  ```
49
49
 
50
+ ## Skill Installation
51
+
52
+ Install the CLI as a reusable skill for your AI agent:
53
+
54
+ ```sh
55
+ npx skills add https://github.com/jl917/mcp-kit/tree/main/packages/core/skills
56
+ ```
57
+
58
+ This registers all tools as callable skills in your agent's environment.
59
+
50
60
  ## Tools API Reference
51
61
 
52
62
  ### `echo(message)`