refactor(config): migrate .claude/CLAUDE.md to .agents/AGENTS.md with compatibility symlinks

This commit is contained in:
Zhengshou Lai
2026-07-07 23:34:12 +08:00
parent 958a9f2f01
commit 55c08cf937
15 changed files with 150 additions and 144 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ Personal CLI toolkit — unified entry point for everyday file conversion, forma
## Install
```bash
make install # install CLI + sync bundled Claude skill
make install # install CLI + sync bundled agent skill
mytoolkit --version
mytoolkit templates list # verify bundled templates are found
```
@@ -13,7 +13,7 @@ mytoolkit templates list # verify bundled templates are fou
`make install` 会同时:
1. 用 editable 模式安装 `mytoolkit`
2. 自动安装 zsh/bash 补全到当前 Python prefix 的共享目录;
3. 把 bundled Claude skill 同步到 `~/.claude/skills/mytoolkit/`
3. 把 bundled agent skill 同步到 `~/.agents/skills/mytoolkit/`
补全由 `mytoolkit` 自己管理,无需手动写 `~/.local/bin/completions`,也无需在 `.zshrc``eval`。首次运行任意 `mytoolkit` 命令时会自动补齐;也可以手动检查状态: