tmux-team 3.0.0-alpha.2 → 3.0.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/package.json +1 -1
- package/skills/README.md +16 -2
package/package.json
CHANGED
package/skills/README.md
CHANGED
|
@@ -2,9 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
tmux-team provides pre-built skills for popular AI coding agents.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Claude Code Plugin (Recommended)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The easiest way to add tmux-team to Claude Code is via the plugin system:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
# Add tmux-team as a marketplace
|
|
11
|
+
/plugin marketplace add wkh237/tmux-team
|
|
12
|
+
|
|
13
|
+
# Install the plugin
|
|
14
|
+
/plugin install tmux-team
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
This gives you `/team` and `/learn` slash commands automatically.
|
|
18
|
+
|
|
19
|
+
## Quick Install (Standalone Skills)
|
|
20
|
+
|
|
21
|
+
If you prefer standalone skills without the full plugin:
|
|
8
22
|
|
|
9
23
|
```bash
|
|
10
24
|
# Install for Claude Code (user-wide)
|