main
md 28 lines 859 Bytes
Rendered Raw
1 # Plugin Debug Skill DOX
2
3 ## Purpose
4
5 - Own the troubleshooting workflow for Agent Zero plugin loading, activation, API, frontend, extension, settings, and hook problems.
6
7 ## Ownership
8
9 - `SKILL.md` owns diagnostic order, commands, and common failure cases.
10
11 ## Local Contracts
12
13 - Keep route formats, import guidance, extension layouts, toggle files, and settings resolution aligned with runtime behavior.
14 - Do not recommend destructive cleanup unless the user explicitly asks and the target is clear.
15 - Keep diagnostics safe around secrets and local user data.
16
17 ## Work Guidance
18
19 - Add checks when new plugin surfaces or loader failure modes are introduced.
20 - Prefer targeted commands that identify the first failing layer.
21
22 ## Verification
23
24 - Manually read `SKILL.md` for stale commands and plugin path assumptions.
25
26 ## Child DOX Index
27
28 No child DOX files.