Commit 145e9d0
committed
🔧 chore: 重构 Claude 命令为技能结构
将 Claude 命令从 .claude/commands/ 迁移到 .claude/skills/ 目录结构。
此更改包括:
- 将 commit.md 移动到 skills/commit/SKILL.md 并添加 frontmatter
- 将 release.md 转换为 skills/release/SKILL.md 并更新结构
- 将 translate.md 转换为 skills/translate/SKILL.md 并更新结构
- 更新 release.md 中的路径引用以使用新的技能目录
新的技能结构使用 YAML frontmatter 来存储命令元数据,包括
name、description、argument-hint 和 disable-model-invocation
设置。这为 Claude 命令提供了更好的组织性和可扩展性。1 parent e3c7563 commit 145e9d0
5 files changed
Lines changed: 29 additions & 9 deletions
This file was deleted.
This file was deleted.
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments