functional-area-resolver

Installation
SKILL.md

Functional-Area Resolver — Pattern for Compressing Routing Tables

Problem

Routing files (RESOLVER.md, AGENTS.md) grow as skills are added. Each skill gets its own row (trigger -> skill path). At ~200+ skills this hits 25-30KB, eating context budget that should go to actual work.

Solution: Functional-Area Dispatchers

Replace N rows per area with one entry per functional area. Each entry lists all sub-skills it can dispatch to in a (dispatcher for: ...) clause.

Installs
47
Repository
garrytan/gbrain
GitHub Stars
21.6K
First Seen
May 13, 2026
functional-area-resolver — garrytan/gbrain