skills-router

Route core skill requests to fullstack-typescript standards and lifecycle skills.

39|3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/LiorCohen/sdd --skill skills-router-liorcohen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-router
Source: https://github.com/LiorCohen/sdd/tree/main/plugin/fullstack-typescript/skills/skills-router
Command: npx skills add https://github.com/LiorCohen/sdd --skill skills-router-liorcohen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes core skill requests to the correct fullstack-typescript component standards and lifecycle skills, ensuring efficient and correct loading of required capabilities.

Core Features & Use Cases

  • Routes core skill requests to the appropriate standards SKILLs based on phase and component_type
  • Maps skill names to their SKILL.md paths for dynamic loading
  • Supports input validation against the skills router context schema to prevent misrouting

Quick Start

Run the skills router to resolve the appropriate skill paths for a given phase and component type.

Frequently Asked Questions about skills-router

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

FAQPage Schema
How do I route core skill requests to the correct fullstack-typescript standards?

You route core skill requests by resolving the appropriate standard skills based on phase and component_type context, then retrieving their SKILL.md paths for dynamic loading.

What is the best way to map skill names to their SKILL.md paths during implementation planning?

Mapping skill names to SKILL.md paths is handled by enforcing loading rules and resolving routes via techpack routing definitions, ensuring capabilities are loaded correctly.

Can I validate inputs against a schema to prevent misrouting when resolving phase-based component standards?

Yes, you can validate inputs against the skills router context schema to prevent misrouting before resolving the appropriate fullstack-typescript lifecycle skills.

Does the skill router support agent routing for fullstack-typescript lifecycle skills?

Yes, the skill router supports agent routing by utilizing techpack routing definitions to map and resolve the correct standard skills during implementation verification.

When do I need to use a skill router for phase-based fullstack-typescript automation?

You need a skill router during implementation planning and verification to efficiently resolve and load the correct phase-based component_type standards and lifecycle skills.

Why are my skill requests misrouting to the wrong fullstack-typescript component standards?

Misrouting occurs when inputs fail validation against the skills router context schema, preventing the correct mapping of skill names to their SKILL.md paths.