routing-table-updater

Map skills and agents to routing table entries with a phase-gated pipeline.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill routing-table-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: routing-table-updater
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/routing-table-updater
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill routing-table-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the maintenance of routing tables for Claude's /do system when skills or agents are added or changed, ensuring routing accuracy and safety.

Core Features & Use Cases

  • Phase-Gated Pipeline: scan, extract, generate, update, verify with deterministic script execution.
  • Safe updates: preserve manual entries, backup originals, and validate markdown syntax.
  • Change visibility: output diffs and statuses to guide operators during updates.

Quick Start

Run the routing-table-updater workflow to scan your repository, generate routing entries, and safely update the routing tables.

Frequently Asked Questions about routing-table-updater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate routing table updates for Claude skills and agents?

Automating routing table updates involves scanning your repository to identify all skills and agents, extracting their metadata, generating routing entries, and safely updating the tables. This pipeline preserves manual entries and provides backups before applying changes.

What is the phase-gated pipeline for routing table validation?

The phase-gated pipeline is a five-stage process—SCAN, EXTRACT, GENERATE, UPDATE, VERIFY—used to deterministically map skills to routing entries. It ensures safe updates by executing scripts sequentially, reporting diffs, and validating markdown syntax.

Can I preserve manual routing entries when running automated updates?

Yes, automated routing updates preserve manual entries. The pipeline identifies existing routing table entries and safeguards your manual additions during the update phase, ensuring only generated entries are replaced while originals are backed up.

What does the routing update pipeline do if markdown validation fails?

If markdown validation fails during the VERIFY phase, the pipeline provides rollback options to restore the original routing tables from backups. This ensures your routing configuration remains accurate and safe even when validation encounters errors.

How do I track changes when updating routing tables in a YAML pipeline?

You can track changes using the pipeline's built-in diff reporting, which outputs statuses and differences between original and generated routing tables. This visibility guides operators through the update process by clearly showing what entries were added or modified.