📝 docs: update README and config example for Claude Code support

- Rename SKILLS section heading to include Claude Code
- Update agents_home comment to mention ~/.claude for Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
csh 2026-05-15 18:31:18 +08:00
parent 79cff6cc34
commit 9f8b6b5369
2 changed files with 3 additions and 3 deletions

View File

@ -160,9 +160,9 @@ Layer 3: docs/ (权威静态文档)
- 可做:增加新流程、从零教授新语言、添加跨语言通用知识
## SKILLSCodex CLI
## SKILLSCodex CLI / Claude Code
本仓库内置一组 Codex CLI skills`codex/skills/`,用于按需加载的工作流与知识库。
本仓库内置一组 AI agent skills`codex/skills/`),支持 Codex CLI 和 Claude Code,用于按需加载的工作流与知识库。
TSL 相关问题直接查阅 `rulesets/tsl/index.md``docs/tsl/`

View File

@ -40,7 +40,7 @@
[install_skills]
# mode = "list" # list|all
# skills = ["brainstorming"] # mode=list 时必填
# agents_home = "~/.agents" # 可选:默认 ~/.agents
# agents_home = "~/.agents" # Codex CLIClaude Code 用 "~/.claude"默认 ~/.agents
# no_backup = false # 可选:跳过备份,直接删除旧 skill 后重装
[format_md]