skill-router

Manage in-repo skill routing and registry synchronization with Bash and Node.js.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill skill-router-aetherrigstudio-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-router
Source: https://github.com/aetherrigstudio-art/Primordial-viz/tree/main/.claude/skills/skill-router
Command: npx skills add https://github.com/aetherrigstudio-art/Primordial-viz --skill skill-router-aetherrigstudio-art

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This Skill ensures seamless navigation and synchronization of in-repo skills, streamlining the process of finding and using the appropriate skill for specific tasks.

Core Features & Use Cases

  • Skill Routing: Directs users to the correct skill based on task requirements.
  • Registry Synchronization: Keeps the local skill registry up-to-date with skill additions and modifications.
  • Use Case: When you need to route to a specific skill or update the skill registry after adding a new skill, this tool simplifies the process.

Quick Start

Update the local skill registry by running the command: node tools/gen-docs.mjs

Frequently Asked Questions about skill-router

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

FAQPage Schema
How do I manage in-repo skills and keep the local skill registry up to date?

To manage in-repo skills and keep the local skill registry up to date, run `node tools/gen-docs.mjs` to synchronize local skill discovery and generate documentation after adding or modifying skills.

What is skill routing and how does it help with local documentation?

Skill routing directs users to the correct in-repo skill based on task requirements, streamlining navigation and ensuring the local documentation registry accurately reflects available skills for specific development tasks.

Do I need Node.js to run skill registry synchronization scripts?

Yes, you need Node.js installed because the skill registry synchronization and documentation generation rely on Bash and Node.js tools to execute the `node tools/gen-docs.mjs` command for local skill updates.

What's the best way to add a new skill to an in-repo skill registry?

The best way to add a new skill to an in-repo skill registry is to add the skill files locally and then run `node tools/gen-docs.mjs` to synchronize the registry and automatically update local documentation.

Why does my local skill registry not show recently added in-repo skills?

Your local skill registry does not show recently added in-repo skills because the registry requires synchronization, which you can trigger by running the `node tools/gen-docs.mjs` command to update local skill discovery.