Language Rule Router
SkillDev toolsLanguage rule router
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Language Rule Router skill
What this skill tells your AI
The instructions your AI receives, as published by qarium/goga in goga/assets/skills/goga-lang-disp/SKILL.md and read by ahel’s review.
Detects the project language and dispatches execution to the matching language-specific skill. Apply this specification within the calling skill's context. Do not restate the contents — use them for decision-making.
How it works
- Run
goga config languageto retrieve the project language - Dispatch to the matching language skill per the dispatch table
- If the language is unsupported — halt and report to the user
Dispatch table
language | skill |
|---|---|
python | goga-cell-python |
javascript | goga-cell-javascript |
golang | goga-cell-go |
kotlin | goga-cell-kotlin |
swift | goga-cell-swift |
cpp | goga-cell-cpp |
Invoke the target <skill> using the Skill tool.
Signals
- GitHub stars
- 29
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
goga-lang-disp- Source
- github.com/qarium/goga