main
md 29 lines 1007 Bytes
Rendered Raw
1 # Plugin Creation Skill DOX
2
3 ## Purpose
4
5 - Own the workflow for creating, extending, or modifying Agent Zero plugins.
6 - Keep full-stack plugin conventions accurate for API, tools, extensions, settings UI, and WebUI integration.
7
8 ## Ownership
9
10 - `SKILL.md` owns trigger metadata, plugin scaffold guidance, manifest rules, and frontend/backend patterns.
11
12 ## Local Contracts
13
14 - New custom plugins must default to `usr/plugins/`.
15 - Keep plugin manifest, settings, extension layout, Store Gating, and notification guidance synchronized with `plugins/AGENTS.md` and WebUI contracts.
16 - Do not recommend hardcoding secrets, bypassing auth, or persistent unmanaged side effects.
17
18 ## Work Guidance
19
20 - Update this skill when plugin loader, Plugin Hub, settings modal, extension, or WebUI patterns change.
21 - Keep code examples short and aligned with current helper APIs.
22
23 ## Verification
24
25 - Manually read `SKILL.md` for stale paths and broken handoffs to related plugin skills.
26
27 ## Child DOX Index
28
29 No child DOX files.