| 1 | # Plugin Router Skill DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own routing for Agent Zero plugin-related user requests. |
| 6 | - Keep handoffs to plugin creation, review, contribution, management, and debugging skills accurate. |
| 7 | |
| 8 | ## Ownership |
| 9 | |
| 10 | - `SKILL.md` owns intent classification, routing table, and concise plugin system overview. |
| 11 | |
| 12 | ## Local Contracts |
| 13 | |
| 14 | - Keep related skill names and responsibilities synchronized with the actual skill directories. |
| 15 | - Keep plugin root, discovery, manifest, and extension layout summaries aligned with `plugins/AGENTS.md`. |
| 16 | - Ask only when plugin intent is ambiguous. |
| 17 | |
| 18 | ## Work Guidance |
| 19 | |
| 20 | - Update this skill when plugin lifecycle skills are renamed, added, or reorganized. |
| 21 | - Keep the overview brief enough to serve routing, not replace specialist skills. |
| 22 | |
| 23 | ## Verification |
| 24 | |
| 25 | - Manually read `SKILL.md` for stale skill paths and routing gaps. |
| 26 | |
| 27 | ## Child DOX Index |
| 28 | |
| 29 | No child DOX files. |