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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/skills/README.md +16 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tmux-team",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0",
4
4
  "description": "CLI tool for AI agent collaboration in tmux - manage cross-pane communication",
5
5
  "type": "module",
6
6
  "bin": {
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
- ## Quick Install
5
+ ## Claude Code Plugin (Recommended)
6
6
 
7
- Use the CLI to install skills automatically:
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)