- Add archives/ directory for immutable external skill snapshots - Strict immutability rule: only README/CHANGELOG can be modified - First import: dev-pipeline-universal v1.0.0 (Hermes Agent) - Import dev-pipeline-universal into hermes-agent/skills/ with CHANGELOG - Update hermes-agent/publish/registry.json with imported skill - Rewrite meta-skills/create-hermes-agent-skill/ with full spec: - SKILL.md frontmatter fields and validator constraints - Recommended body structure (Overview → When to Use → Pitfalls → Verification) - Progressive disclosure (3-level loading) - 8 writing quality principles - Official reference skills from GitHub repo - Tool chain docs (skill_manage, /learn, skill_view) - Update README.md with archives/ in directory structure
14 lines
651 B
JSON
14 lines
651 B
JSON
{
|
||
"name": "create-hermes-agent-skill",
|
||
"version": "0.2.0",
|
||
"description": "指导如何为 Hermes Agent 创建技能(Skill),包含完整规范、官方参考和最佳实践",
|
||
"targetFramework": "hermes-agent",
|
||
"type": "meta-skill",
|
||
"tags": ["hermes-agent", "skill-creation", "guide"],
|
||
"sources": [
|
||
"https://hermes-agent.nousresearch.com/docs/user-guide/features/skills",
|
||
"https://github.com/nousresearch/hermes-agent/blob/main/skills/software-development/hermes-agent-skill-authoring/SKILL.md",
|
||
"https://github.com/nousresearch/hermes-agent/blob/main/skills/software-development/test-driven-development/SKILL.md"
|
||
]
|
||
}
|