Claude Skill

goga-cell

DSL specification for cell structure and CODEMANIFEST files

LLM Mart · 0 points · 13 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download qarium-goga-goga_assets_skills_goga-cell-f1257db.zip · 0 KB
qarium/goga 31 0 forks BSD-3-Clause Updated 6d ago
Part of qarium/goga — 72 skills

Install

skills CLI npx skills add https://github.com/qarium/goga/tree/1.2.x/goga/assets/skills/goga-cell
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

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.

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.

No comments yet.

Reviews (0)

No reviews yet.

Related