🔧 chore(playbook): add Claude Code skills guide and align python templates

This commit is contained in:
csh
2025-12-17 14:01:16 +08:00
parent e504a689dc
commit cf9f80da80
5 changed files with 211 additions and 5 deletions
+6 -1
View File
@@ -16,7 +16,7 @@ PlaybookTSL`.tsl`/`.tsf`+ C++ + Python 工程规范与代理规则合
## 适用范围
- 本指南适用于所有 TSL 相关仓库与脚本。
- 本指南适用于所有 TSL/C++/Python 相关仓库与脚本。
- 当现有代码与本指南冲突时,**以保持局部一致性为优先**,逐步迁移。
## docs/(开发规范)
@@ -46,6 +46,11 @@ PlaybookTSL`.tsl`/`.tsf`+ C++ + Python 工程规范与代理规则合
- `.agents/index.md`:规则集索引(多语言)。
- `.agents/tsl/`TSL 规则集(入口:`.agents/tsl/index.md`)。
- `.agents/cpp/`C++ 规则集(入口:`.agents/cpp/index.md`)。
- `.agents/python/`Python 规则集(入口:`.agents/python/index.md`)。
## SKILLSClaude Code
如需在目标项目中为 Claude Code 配置 Skills(例如 code review 工作流),参考:`SKILLS.md`
## 在其他项目中使用本 Playbook