1
0
Files
Skill/openspec/changes/archive/2026-02-25-optimize-skills-structure/tasks.md
2026-02-25 17:36:42 +08:00

46 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 1. lyxy-runner-python 结构优化
- [x] 1.1 创建 `skills/lyxy-runner-python/references/` 目录
- [x] 1.2 提取示例代码到 `references/examples.md`
- [x] 1.3 提取错误处理内容到 `references/error-handling.md`
- [x] 1.4 提取最佳实践和注意事项到 `references/best-practices.md`
- [x] 1.5 精简 SKILL.md保留 Purpose、When to Use、Quick Reference、Workflow 章节
- [x] 1.6 在 SKILL.md 末尾添加 References 链接章节
- [x] 1.7 验证 description 保持宽泛("Any task that requires Python processing..."
## 2. lyxy-runner-js 结构优化
- [x] 2.1 创建 `skills/lyxy-runner-js/references/` 目录
- [x] 2.2 提取示例代码到 `references/examples.md`
- [x] 2.3 提取错误处理内容到 `references/error-handling.md`
- [x] 2.4 提取最佳实践和输出处理到 `references/best-practices.md`
- [x] 2.5 精简 SKILL.md保留 Purpose、When to Use、Quick Reference、Workflow 章节
- [x] 2.6 在 SKILL.md 末尾添加 References 链接章节
- [x] 2.7 验证 description 保持宽泛("Any task that requires Javascript/Typescript processing..."
## 3. lyxy-reader-office 结构优化
- [x] 3.1 创建 `skills/lyxy-reader-office/references/` 目录
- [x] 3.2 提取详细示例到 `references/examples.md`
- [x] 3.3 提取解析器说明和依赖安装到 `references/parsers.md`
- [x] 3.4 提取错误处理和限制说明到 `references/error-handling.md`
- [x] 3.5 精简 SKILL.md保留 Purpose、When to Use、Quick Reference、Workflow 章节
- [x] 3.6 在 SKILL.md 末尾添加 References 链接章节
## 4. lyxy-kb 结构优化
- [x] 4.1 创建 `skills/lyxy-kb/references/` 目录
- [x] 4.2 提取目录结构和文件格式详细说明到 `references/structure.md`
- [x] 4.3 提取文档生命周期和处理策略到 `references/workflow.md`
- [x] 4.4 提取渐进式查询策略到 `references/query-strategy.md`
- [x] 4.5 精简 SKILL.md保留 Purpose、When to Use、Quick Reference、Workflow 章节
- [x] 4.6 在 SKILL.md 末尾添加 References 链接章节
- [x] 4.7 优化 description 添加用户触发短语
## 5. 验证与收尾
- [x] 5.1 对比每个 skill 的原始 SKILL.md 和重构后内容,确保信息完整
- [x] 5.2 验证每个 skill 的 references/ 目录包含必要文件
- [x] 5.3 验证每个 SKILL.md 的 References 章节正确链接到 references/ 文件
- [x] 5.4 验证所有 description 符合格式要求(<1024 字符)