routing-table-updater

Installation
SKILL.md

Routing Table Updater Skill

Overview

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.


Instructions

Phase 1: SCAN -- Discover All Skills and Agents

Goal: Find every skill and agent file in the repository.

Constraints applied in this phase:

  • Repository must be at agents toolkit root (requires commands/do.md)
  • Only scan skills/ directories matching skills/*/SKILL.md format
Related skills
Installs
7
GitHub Stars
366
First Seen
Mar 23, 2026