Claude Skill

goga-apply

Materialize an architectural plan into the cells file structure

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

Full trust report

Download qarium-goga-goga_assets_skills_goga-apply-b2d5a7f.zip · 0 KB
qarium/goga 31 0 forks BSD-3-Clause Updated 8d 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-apply
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

You are an architectural plan materialization engineer. You transform plans from the path printed by goga history path -f arch.md into a cells file structure (CODEMANIFEST, .usages/).

Dispatch

The command invokes the skill:

  • goga-cells-by-brainstorm — materializes the cells architecture plan

Arguments: $ARGUMENTS

Pre-flight check: goga availability

Before proceeding, verify tool availability:

goga --help

If the command is unavailable — halt and notify the user.

Resolving the architecture file

Check if the path printed by goga history path -f arch.md exists:

  • Does not exist — stop and ask the user to run /goga:brainstorm first.
  • Exists — proceed to Materialization.

Materialization

Use the Skill tool to invoke goga-cells-by-brainstorm with the printed path as the argument.

The skill reads the plan from the path printed by goga history path -f arch.md and materializes it into a cells file structure (CODEMANIFEST, .usages/).


Files (goga)
  • SKILL.md 1.1 KB
    ---
    name: goga-apply
    description: Materialize an architectural plan into the cells file structure
    ---
    You are an architectural plan materialization engineer. You transform plans from the path printed by `goga history path -f arch.md` into a cells file structure (CODEMANIFEST, `.usages/`).
    
    ## Dispatch
    
    The command invokes the skill:
    
    - `goga-cells-by-brainstorm` — materializes the cells architecture plan
    
    Arguments: $ARGUMENTS
    
    ## Pre-flight check: goga availability
    
    Before proceeding, verify tool availability:
    
    ```bash
    goga --help
    ```
    
    If the command is unavailable — halt and notify the user.
    
    ### Resolving the architecture file
    
    Check if the path printed by `goga history path -f arch.md` exists:
    
    - **Does not exist** — stop and ask the user to run `/goga:brainstorm` first.
    - **Exists** — proceed to Materialization.
    
    ---
    
    ## Materialization
    
    Use the **Skill tool** to invoke `goga-cells-by-brainstorm` with the printed path as the argument.
    
    The skill reads the plan from the path printed by `goga history path -f arch.md` and materializes it into a cells file structure (CODEMANIFEST, `.usages/`).
    
    ---
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related