skills-map

Route tasks to appropriate lich-skills via a decision-tree router.

231|24|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/LichAmnesia/lich-skills --skill skills-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-map
Source: https://github.com/LichAmnesia/lich-skills/tree/main/skills/skills-map
Command: npx skills add https://github.com/LichAmnesia/lich-skills --skill skills-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route tasks to the right lich-skill to ensure correct routing and execution.

Core Features & Use Cases

  • Identify the phase of work the current task is in and map it to the appropriate lich-skill.
  • Route to the matching skill via a concise decision tree.
  • Sequence multi-skill work into the correct order, reducing cognitive load and errors.
  • Keeps an up-to-date view of its skill mapping to guide complex workflows.

Quick Start

Ask /skills-map at the start of a non-trivial task to identify the most suitable skill, then follow the routed steps to execute the work.

Frequently Asked Questions about skills-map

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

FAQPage Schema
How do I route tasks to the right skill for multi-phase workflows?

Task routing uses a top-down decision-tree router to identify the current work phase and map it to the most appropriate skill. This ensures correct execution and sequencing for multi-phase workflows, reducing cognitive load and errors.

What is skill phase mapping and when do I need it for complex projects?

Skill phase mapping identifies the stage of work your current task is in and matches it to a corresponding skill. You need it at the start of non-trivial tasks or whenever skill selection is in doubt to ensure correct execution.

How do I sequence multiple skills in the correct order for a multi-step task?

Sequencing logic chains multiple skills in the correct order by applying a decision-tree router at the start of your task. This maintains an up-to-date skill mapping view to guide complex workflows and reduce routing errors.

Can I use workflow routing when I'm unsure which skill to apply?

Yes, workflow routing is designed specifically for when skill selection is in doubt. Apply the decision tree at the start of any non-trivial task to identify the most suitable skill and follow the routed execution steps.

What are the limitations of decision-tree routing for task sequencing?

Decision-tree routing relies on an up-to-date skill mapping view to function correctly. It should be applied at the start of non-trivial tasks, as its effectiveness depends on accurately identifying the work phase to route to the matching skill.