Skip to content

feat: add skill-router meta-skill for dynamic context loading#250

Open
LorenzaVolponi wants to merge 2 commits into
addyosmani:mainfrom
LorenzaVolponi:feat/skill-router
Open

feat: add skill-router meta-skill for dynamic context loading#250
LorenzaVolponi wants to merge 2 commits into
addyosmani:mainfrom
LorenzaVolponi:feat/skill-router

Conversation

@LorenzaVolponi

Copy link
Copy Markdown

Summary

Adds a skill-router skill and an index generator script to enable dynamic, intent-based skill loading, saving context window tokens and reducing agent confusion.

Closes #248

Motivation

Loading all skills at once wastes context. This formalizes the "Context-Aware Loading" guideline from docs/getting-started.md into an actionable meta-skill that agents can follow to route their own behavior dynamically.

What it includes

skills/skill-router/SKILL.md: The meta-skill workflow for dynamic dispatch.
skills/skill-router/scripts/generate-index.sh: A script to index all skills into a lightweight JSON file for quick reference.

How to test

Run bash skills/skill-router/scripts/generate-index.sh from the repo root.
Verify that skills/skill-router/scripts/skill-index.json is created with all current skills listed correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add skill-router meta-skill for dynamic context loading

1 participant