main
md 31 lines 1017 Bytes
Rendered Raw
1 # Build Skill DOX
2
3 ## Purpose
4
5 - Own the workflow for creating, improving, auditing, and refactoring Agent Zero skills.
6 - Keep skill format guidance aligned with runtime discovery and loading.
7
8 ## Ownership
9
10 - `SKILL.md` owns standard skill shape, writing rules, placement rules, and validation guidance.
11
12 ## Local Contracts
13
14 - Every skill folder must contain `SKILL.md`.
15 - Keep frontmatter and directory-shape guidance synchronized with skill loader behavior.
16 - Prefer plugin-scoped skills when the workflow is owned by a plugin.
17
18 ## Work Guidance
19
20 - Update this skill when skill metadata, discovery, or validation behavior changes.
21 - Keep frontmatter examples aligned with runtime-supported discovery fields such as `triggers`.
22 - Keep examples concise and avoid duplicating long reference material in the skill body.
23
24 ## Verification
25
26 - Manually read `SKILL.md` for stale test commands and format assumptions.
27 - Run skill runtime tests when changing skill loader contracts.
28
29 ## Child DOX Index
30
31 No child DOX files.