main
md 30 lines 1.04 KB
Rendered Raw
1 # Agent Creation Skill DOX
2
3 ## Purpose
4
5 - Own the workflow for creating Agent Zero agent profiles.
6 - Keep guidance for user, plugin-distributed, and project-scoped profiles accurate.
7
8 ## Ownership
9
10 - `SKILL.md` owns trigger metadata, intake flow, profile blueprint schema, and file creation guidance.
11
12 ## Local Contracts
13
14 - Default new user profiles to `usr/agents/`, not bundled `agents/`.
15 - Keep `agent.yaml`, prompt inheritance, tools, and extension guidance synchronized with profile loader behavior.
16 - Do not encourage storing secrets or provider credentials in profiles.
17 - Optional profile `_model_config/config.json` files contain only an existing global `model_preset` selection; never generate copied model dictionaries or profile-local preset definitions.
18
19 ## Work Guidance
20
21 - Keep intake lightweight and progressive for user-facing profile creation.
22 - Update examples when the bundled `_example/` or profile schema changes.
23
24 ## Verification
25
26 - Manually read `SKILL.md` for stale paths and blueprint/schema drift.
27
28 ## Child DOX Index
29
30 No child DOX files.