aden-hive/hive✦ 精选0°

hive.writing-hive-skills

仓库创建 2026年1月12日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

快速 scaffold 新技能并符合框架发现规则,适合技能作者与维护者。

这个 Skill 做什么

为 Hive 代理创建并规范化 Agent Skill,生成符合规范的 SKILL.md 与目录结构。

帮你从零搭建符合 Agent Skills 规范的 Hive skill:生成带 YAML frontmatter 的 SKILL.md、推荐目录结构和可选脚本/assets。适合在创建、脚手架或打包 Hive agent 功能时使用,保证能被 agent 正确发现和加载。特别会遵循扫描路径与元数据要求,方便后续维护和发布。

▸ 展开 SKILL.md 英文原文

Author a new Agent Skill for a Hive agent that conforms to the Agent Skills specification (SKILL.md with YAML frontmatter, optional scripts/references/assets directories). Use when the user asks to create, scaffold, add, or package a new skill for a Hive agent.

开发编程技能开发脚手架SKILL.md通用
1.1w
Stars
5.7k
Forks
18
仓库内 Skill
+132
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/aden-hive/hive/main/core/framework/skills/_default_skills/writing-hive-skills/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/aden-hive/hive/main/core/framework/skills/_default_skills/writing-hive-skills/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Operational Protocol: Writing Hive Skills

Hive agents discover skills by scanning several roots, in precedence order:

1. `<project>/.hive/skills/` — project, Hive-specific
2. `<project>/.agents/skills/` — project, cross-client
3. `~/.hive/skills/` — user, Hive-specific
4. `~/.agents/skills/` — user, cross-client
5. 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

- **Colony-scoped (via `create_colony`)**: when the skil
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有