Claude
Skill
goga-lang-disp
Language rule router
Virus-scanned
Reviewed automatically before listing.
Download
qarium-goga-goga_assets_skills_goga-lang-disp-f1257db.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/qarium/goga/tree/1.2.x/goga/assets/skills/goga-lang-disp
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install qarium-goga@llmmart
Git
git clone https://github.com/qarium/goga.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole qarium/goga collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Language Rule Router
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.
Files (goga)
-
SKILL.md 934 B
--- name: goga-lang-disp description: Language rule router --- # Language Rule Router 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 1. Run `goga config language` to retrieve the project language 2. Dispatch to the matching language skill per the dispatch table 3. 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**.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.