goga-cell
DSL specification for cell structure and CODEMANIFEST files
Install
npx skills add https://github.com/qarium/goga/tree/1.2.x/goga/assets/skills/goga-cell
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install qarium-goga@llmmart
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
Goga Cell DSL
Purpose
This skill provides the DSL specification that defines cell structure, CODEMANIFEST file syntax, and CODEMANIFEST file semantics. It specifies the required and optional elements within a cell and a CODEMANIFEST file.
Other skills invoke this skill to obtain context on DSL rules.
Behavior
Read the file
dsl.mdlocated in the skill directory — it is the single authoritative source of the DSL specification.Apply the specification to validate CODEMANIFEST correctness, covering: syntax, document structure, Imports rules, Usages, Annotations, types, mutations, and embeddings.
Do not restate the specification content — apply DSL rules within the context of the calling skill.
Files (goga)
-
SKILL.md 831 B
--- name: goga-cell description: DSL specification for cell structure and CODEMANIFEST files --- # Goga Cell DSL ## Purpose This skill provides the DSL specification that defines cell structure, CODEMANIFEST file syntax, and CODEMANIFEST file semantics. It specifies the required and optional elements within a cell and a CODEMANIFEST file. Other skills invoke this skill to obtain context on DSL rules. --- ## Behavior 1. Read the file `dsl.md` located in the skill directory — it is the single authoritative source of the DSL specification. 2. Apply the specification to validate CODEMANIFEST correctness, covering: syntax, document structure, Imports rules, Usages, Annotations, types, mutations, and embeddings. 3. Do not restate the specification content — apply DSL rules within the context of the calling skill.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.