write-a-skill
仓库创建 2026年7月4日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
结构化流程与示例可加速技能开发与复用。
这个 Skill 做什么
指导如何编写并打包新的代理技能与资源。
把如何编写并打包一个新代理技能的流程说清楚:从需求采集到产出 SKILL.md 和配套资源、分级展示说明。用在你想创建/编写/发布新技能时,能帮你把文件结构、示例和引用资料一次性准备好。强调渐进披露和可执行资源捆绑,方便复用与审阅。
▸ 展开 SKILL.md 英文原文
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
0
Stars
0
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/write-a-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ceilidhboy/skills/master/skills/write-a-skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Writing Skills
## Process
1. **Gather requirements** - ask user about:
- What task/domain does the skill cover?
- What specific use cases should it handle?
- Does it need executable scripts or just instructions?
- Any reference materials to include?
2. **Draft the skill** - create:
- SKILL.md with concise instructions
- Additional reference files if content exceeds 500 lines
- Utility scripts if deterministic operations needed
3. **Review with user** - present draft and ask:
- Does this cover your use cases?
- Anything missing or unclear?
- Should any section be more/less detailed?
## Skill Structure
```
skill-name/
├── SKILL.md # Maivia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有