@mutmutco/claude-plugin 3.134.0 → 3.136.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/.claude-plugin/plugin.json +1 -1
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @mutmutco/claude-plugin
|
|
2
|
+
|
|
3
|
+
MMI workflow skills and org gates for **Claude Code**.
|
|
4
|
+
|
|
5
|
+
Published from [mutmutco/MMI-Hub](https://github.com/mutmutco/MMI-Hub). Normally installed and kept version-pinned by the MMI fleet reconciler (`mmi-updater`); install by hand only as a fallback:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @mutmutco/claude-plugin
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Docs, configuration, and the shipped skills live in [mutmutco/MMI-Hub](https://github.com/mutmutco/MMI-Hub).
|