SkillSpace/meta-skills/create-hermes-agent-skill/CHANGELOG.md
sinohqb 8dafa5bc52 Add archives, import dev-pipeline skill, and complete Hermes Agent spec
- 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
2026-07-02 00:46:13 +08:00

19 lines
601 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
## 0.2.0 - 2026-07-02
- 基于官方文档和 GitHub 仓库完整重构规范
- 新增完整的 SKILL.md frontmatter 字段定义和验证器约束
- 新增推荐正文结构Overview → When to Use → Pitfalls → Verification
- 新增渐进式披露三层加载机制
- 新增写作质量 8 项原则
- 新增官方参考技能列表和 GitHub 链接
- 新增工具链说明skill_manage、/learn、skill_view
- 新增 Skill Bundles 和 Skills Hub 说明
- 新增常见陷阱9 项)
## 0.1.0 - 2026-07-01
- 初始版本
- 创建 Hermes Agent 技能创建指南框架