Commit f974577d by 赵月辉

Update README.md

parent 5d92ed68
...@@ -3,24 +3,21 @@ ...@@ -3,24 +3,21 @@
## 目录结构 ## 目录结构
``` ```
hermes-skills/ # 仓库根目录 hermes-skills/
├── README.md # (可选) 仓库说明 ├── README.md
└── skills/ # 必须:技能根目录 ├── apple/ # 分类(category)
├── apple/ # 分类名(category) │ ├── apple-notes/
│ ├── apple-notes/ # 技能名 │ │ └── SKILL.md
│ │ └── SKILL.md # 技能描述文件(必须) │ └── findmy/
│ ├── apple-reminders/ │ └── SKILL.md
│ │ └── SKILL.md ├── coding/
│ └── findmy/ │ ├── claude-code/
│ ── SKILL.md │ │ └── SKILL.md
├── coding/ │ └── code-review/
│ ├── claude-code/ │ └── SKILL.md
│ │ └── SKILL.md └── automation/
│ ── code-review/
│ └── SKILL.md
└── automation/
└── macos-computer-use/ └── macos-computer-use/
── SKILL.md ── SKILL.md
``` ```
## SKILL.md 文件格式 ## SKILL.md 文件格式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment