🗑️ remove(skills): drop unused skills and update references

This commit is contained in:
csh
2026-01-12 10:03:45 +08:00
parent 2b37860331
commit c33611ca02
17 changed files with 91 additions and 731 deletions
+5 -4
View File
@@ -62,8 +62,8 @@ Layer 1: rulesets/ (≤50 行/语言,模板源)
Layer 2: codex/skills/ (按需加载,$skill-name 触发)
├─ tsl-guide: TSL 渐进式语法教学(962 行)
├─ performance-optimization: 跨语言性能优化
└─ testing-workflow: 跨语言测试策略
├─ testing-workflow: 跨语言测试策略
└─ code-review-workflow: 结构化代码评审
Layer 3: docs/ (权威静态文档)
└─ 完整语法手册/代码风格/工具链配置
@@ -86,14 +86,15 @@ Layer 3: docs/ (权威静态文档)
**核心 Skills**
- **`$tsl-guide`**:TSL/TSF 语法完整指南(基础/高级/函数库/最佳实践)
- **`$performance-optimization`**:跨语言性能优化工作流
- **`$testing-workflow`**:跨语言测试策略
**通用 Skills**
- `$code-review-workflow`:代码审查流程
- `$commit-message`:提交信息规范
- `$systematic-debugging`:系统化调试
- `$create-plan`:生成简明计划
- `$style-cleanup`:整理代码风格
- `$bulk-refactor-workflow`:批量重构流程
- 更多见 `SKILLS.md`
**安装与使用**:详见 `SKILLS.md`