feat: skills - add auto-tmux

This commit is contained in:
tukuaiai
2026-05-19 01:58:48 +08:00
parent 1d204749a5
commit 7beaadb4fc
18 changed files with 501 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
# skills/auto-tmux/assets Agent 指南
本目录只承载 auto-tmux 的外部资源入口。
## 规则
- 只允许保存指向仓库内 `tools/external/` 的相对软链接。
- 不要复制 `tmux``oh-my-tmux` 源码到本目录。
- 上游内容更新必须通过 `tools/external/` 下的 Git submodule 指针完成。
- 修改软链接后,运行 `find skills/auto-tmux/assets -maxdepth 1 -type l -printf '%p -> %l\n'` 核对目标。
+14
View File
@@ -0,0 +1,14 @@
# auto-tmux assets
本目录只保存指向仓库内外部 submodule 的软链接入口,不保存上游源码副本。
| 入口 | 指向 | 用途 |
|:---|:---|:---|
| `oh-my-tmux` | `../../../tools/external/.tmux` | gpakosz/oh-my-tmux 配置参考 |
| `tmux-src` | `../../../tools/external/tmux` | tmux 上游源码参考 |
初始化或更新 submodule
```bash
git submodule update --init --recursive
```
+1
View File
@@ -0,0 +1 @@
../../../tools/external/.tmux
+1
View File
@@ -0,0 +1 @@
../../../tools/external/tmux