Commit f974577d by 赵月辉

Update README.md

parent 5d92ed68
......@@ -3,24 +3,21 @@
## 目录结构
```
hermes-skills/ # 仓库根目录
├── README.md # (可选) 仓库说明
└── skills/ # 必须:技能根目录
├── apple/ # 分类名(category)
│ ├── apple-notes/ # 技能名
│ │ └── SKILL.md # 技能描述文件(必须)
│ ├── apple-reminders/
│ │ └── SKILL.md
│ └── findmy/
│ ── SKILL.md
├── coding/
│ ├── claude-code/
│ │ └── SKILL.md
│ ── code-review/
│ └── SKILL.md
└── automation/
└── macos-computer-use/
── SKILL.md
hermes-skills/
├── README.md
├── apple/ # 分类(category)
│ ├── apple-notes/
│ │ └── SKILL.md
│ └── findmy/
│ └── SKILL.md
├── coding/
│ ├── claude-code/
│ │ └── SKILL.md
│ └── code-review/
│ └── SKILL.md
└── automation/
└── macos-computer-use/
└── 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