rewrite all docs in English

This commit is contained in:
lyn
2026-04-17 13:44:20 +00:00
parent fb72550eea
commit 97a7d89deb
4 changed files with 109 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
# claw-skills
ClawSkills 管理和协作套件,提供 scripts workflows 来规范 skill 的使用和改进流程。
ClawSkills management and collaboration suite — scripts and workflows for using and improving skills.
## Scripts
@@ -24,23 +24,23 @@ claw-skills/scripts/promote-improvements
### fix-skills
如果使用某个 skill 或其脚本没有达到预期效果,或脚本报错:
When a skill or its scripts fail to produce expected results, or throw errors:
> **不要轻易使用 workaround**
> 参考 `{baseDir}/workflows/fix-skills.md`,按该流程定位根因并修复。
> **Do not resort to workarounds lightly.**
> Follow `{baseDir}/workflows/fix-skills.md` — identify the root cause first, then fix properly.
### improve-skills
如果使用 skill 的过程中发现现有 skill 或 workflow 存在以下问题:
When using a skill and you find:
- 有误导或歧义
- 没有覆盖到你的使用情景
- 效果不理想
- Misleading or ambiguous descriptions
- Missing coverage for your use case
- Suboptimal or confusing behavior
> 参考 `{baseDir}/workflows/improve-skills.md` 进行改进。
> Follow `{baseDir}/workflows/improve-skills.md` to improve it.
### create-skills
如果工作过程中发现某些模式或流程可以显著提高效率,但目前没有 skill 覆盖:
When you notice patterns or workflows that could improve efficiency but have no skill covering them:
> 参考 `{baseDir}/workflows/create-skills.md` 创建新的 skill
> Follow `{baseDir}/workflows/create-skills.md` to create a new skill.