gormes-skill-manager

Routes user requests to the smallest repo-local skill chain for processing.

9|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-skill-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gormes-skill-manager
Source: https://github.com/TrebuchetDynamics/gormes-agent/tree/main/development-skills/gormes-skill-manager
Command: npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-skill-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Route Gormes work to the smallest repo-local skill chain to minimize planning overhead and maximize reuse across skills.

Core Features & Use Cases

  • Classify user requests by intent and map them to the smallest applicable repo-local SKILL.md
  • Route work through development-skills entries and maintain loader symlinks under .agents/skills/, .claude/skills/, and .codex/skills/
  • Govern skill creation, routing decisions, and progress tracking with explicit guardrails and documentation

Quick Start

Route a task to the smallest repo-local skill chain or propose a new skill when no fit exists.

Frequently Asked Questions about gormes-skill-manager

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

FAQPage Schema
How do I route work to the smallest repo-local skill chain?

Routing work to the smallest repo-local skill chain involves classifying user requests by intent and mapping them to the smallest applicable repo-local SKILL.md. This minimizes planning overhead and maximizes reuse across skills.

What is skill management parity auditing and when do I need it?

Parity auditing validates scope and ensures consistent routing decisions across loader symlinks under `.agents/skills/`, `.claude/skills/`, and `.codex/skills/`. You need it when routing work through development-skills entries to maintain guardrails and traceability.

How do I propose a new skill when no fit exists in the planner?

You propose a new skill by evaluating the user request against existing repo-local skills and creating a new SKILL.md. The planner governs skill creation with explicit guardrails, validates scope, and records decisions for traceability.

Does the skill manager work with existing development-skills entries?

Yes, the skill manager routes work through development-skills entries and maintains loader symlinks under `.agents/skills/`, `.claude/skills/`, and `.codex/skills/`. It governs routing decisions and tracks progress with explicit documentation.

What are the limitations of routing work to repo-local skill chains?

Routing work to repo-local skill chains requires explicit guardrails to validate scope and enforce decisions. If no fit exists, you must propose a new skill, which adds planning overhead and requires documentation for traceability.