Компактная маршрутизация скиллов по функциональным областям
general
functional-area-resolver is a Claude Code skill that compresses an agent routing file (RESOLVER.md / AGENTS.md) by converting granular one-skill-per-row tables into functional-area dispatchers. Each area entry lists its constituent sub-skills in a `(dispatcher for: ...)` clause, so the LLM reads a single area record instead of a sprawling table and routes the request faster. The skill is especially useful in large skill catalogs where per-skill rows inflate the context window and slow down tool selection. Teams building extensive skill-packs can use it to speed up LLM dispatching without losing any routing coverage.
- #meta
- #performance
- #workflow