Documentation
README
Operational Protocol: Writing Hive Skills
Hive agents discover skills by scanning several roots, in precedence order:
<project>/.hive/skills/— project, Hive-specific<project>/.agents/skills/— project, cross-client~/.hive/skills/— user, Hive-specific~/.agents/skills/— user, cross-client- Framework defaults shipped in
core/framework/skills/_default_skills/
Each skill is a directory containing a SKILL.md. At startup, only the frontmatter name + description of every skill is loaded; the body is loaded only when the agent activates the skill. Design for that.
Choosing where to put a new skill
This is the opening of the README. Read the full README on GitHub.