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 language to 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.
1---2name: goga-lang-disp3description: Language rule router4---5# Language Rule Router67Detects the project language and dispatches execution to the matching language-specific skill.8Apply this specification within the calling skill's context. Do not restate the contents — use them9for decision-making.1011---1213## How it works14151. Run `goga config language` to retrieve the project language162. Dispatch to the matching language skill per the dispatch table173. If the language is unsupported — halt and report to the user1819## Dispatch table2021| `language` | `skill` |22|--------------|------------------------|23| `python` | `goga-cell-python` |24| `javascript` | `goga-cell-javascript` |25| `golang` | `goga-cell-go` |26| `kotlin` | `goga-cell-kotlin` |27| `swift` | `goga-cell-swift` |28| `cpp` | `goga-cell-cpp` |2930Invoke the target <`skill`> using the **Skill tool**.
Run npx skillmds@latest add qarium/goga-lang-disp in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Language rule router It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
qarium (@qarium) published this skill. Their other Agent Skills are listed on their SkillMD profile.