- 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
17 lines
498 B
JSON
17 lines
498 B
JSON
{
|
||
"framework": "hermes-agent",
|
||
"skills": [
|
||
{
|
||
"name": "dev-pipeline-universal",
|
||
"version": "1.0.0",
|
||
"description": "通用研发流水线 — 从需求分析到功能上线的全流程 Agent 协作方案",
|
||
"author": "马总管",
|
||
"source": "archives/dev-pipeline-universal-v1.0.0.tar.gz",
|
||
"importedAt": "2026-07-02",
|
||
"platform": "local",
|
||
"note": "SkillHub 暂不支持 Hermes Agent,仅本地管理"
|
||
}
|
||
],
|
||
"lastUpdated": "2026-07-02"
|
||
}
|