# Functional Area Resolver

> Compress large routing files into functional-area dispatch rules while preserving discoverability.

- Skill: `mphaxise/functional-area-resolver` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mphaxise/functional-area-resolver`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mphaxise/functional-area-resolver/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mphaxise (https://skillmd.com/u/mphaxise)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mphaxise/functional-area-resolver

---


# Functional Area Resolver

Use this skill when a routing file, resolver, or agent instruction set has become too granular to scan.

## Workflow

1. Read the current routing file.
2. Group skills or actions by functional area.
3. Replace repetitive rows with dispatcher entries that list included sub-skills.
4. Preserve special-case triggers that change behavior materially.
5. Validate that important skills remain discoverable.

## Guardrails

- Do not remove safety or permission rules.
- Do not hide rare but dangerous workflows in vague categories.
- Keep the resulting resolver easier to use than the original.

