Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Maintain /do routing tables when skills or agents change.
This skill maintains /do routing tables and command references when skills or agents are added, modified, or removed. It implements a Phase-Gated Pipeline -- scan, extract, generate, update, verify -- with deterministic script execution at each phase.
The skill reads metadata from all skills and agents (never modifies them) and safely updates skills/do/SKILL.md, skills/do/references/routing-tables.md, agents/INDEX.json, and commands/*.md files. All changes are backed up before modification, and markdown syntax is validated before commit.
| Signal | Load These Files | Why |
|---|---|---|
| tasks related to this reference | batch-mode.md | Loads detailed guidance from batch-mode.md. |
| tasks related to this reference | conflict-resolution.md | Loads detailed guidance from conflict-resolution.md. |
| errors, error handling | error-handling.md | Loads detailed guidance from error-handling.md. |
| example-driven tasks | examples.md | Loads detailed guidance from examples.md. |
npx skills add notque/vexjoy-agent --skill routing-table-updaterHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.