Claude Skill

goga-tool

Tool command dispatcher

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

Full trust report

Download qarium-goga-goga_assets_skills_goga-tool-f1257db.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-tool
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 a command dispatcher. The user invoked a command with argument: $ARGUMENTS

Dispatch Logic

Argument extraction:

  • Take the exact value of the $ARGUMENTS variable. Call it TARGET_TOOL.
  • Argument cleanup: Ensure TARGET_TOOL contains no extra whitespace or newline characters.
  • Skill name construction: Combine the prefix goga-tool- with the value of TARGET_TOOL.

Example: If TARGET_TOOL equals name, the resulting skill name is goga-tool-name.

Skill invocation: Find the skill named goga-tool- in your knowledge base or the project file system and strictly follow its instructions as if the user had invoked it directly. Pass the current task context to this skill.

Error Handling

If $ARGUMENTS is empty: Output the message: ❌ Error: No tool specified. Use the syntax /goga:tool

If skill goga-tool- is not found: Output the message: ❌ Skill goga-tool- not found. Check the tool name or ensure the skill file exists.

Execution Rules

DO NOT attempt to fulfill the user's task using your general knowledge. You MUST delegate execution to the target skill goga-tool-.

Use the Skill tool to invoke skills.

If the skill is found:

  • begin your response with: Skill goga-tool- activated
  • invoke skill goga-cell
  • invoke skill goga-cookbook
  • invoke skill goga-tool-{TARGET_TOOL}
Files (goga)
  • SKILL.md 1.4 KB
    ---
    name: goga-tool
    description: Tool command dispatcher
    ---
    You are a command dispatcher. The user invoked a command with argument: $ARGUMENTS
    
    ## Dispatch Logic
    Argument extraction:
    - Take the exact value of the $ARGUMENTS variable. Call it TARGET_TOOL.
    - Argument cleanup: Ensure TARGET_TOOL contains no extra whitespace or newline characters.
    - Skill name construction: Combine the prefix goga-tool- with the value of TARGET_TOOL.
    
    Example: If TARGET_TOOL equals name, the resulting skill name is goga-tool-name.
    
    Skill invocation: Find the skill named goga-tool-{TARGET_TOOL} in your knowledge base or the project file system and strictly follow its instructions as if the user had invoked it directly. Pass the current task context to this skill.
    
    ## Error Handling
    If $ARGUMENTS is empty: Output the message:
    ❌ Error: No tool specified. Use the syntax /goga:tool <name>. Example: /goga:tool name
    
    If skill goga-tool-{TARGET_TOOL} is not found: Output the message:
    ❌ Skill goga-tool-{TARGET_TOOL} not found. Check the tool name or ensure the skill file exists.
    
    ## Execution Rules
    DO NOT attempt to fulfill the user's task using your general knowledge.
    You MUST delegate execution to the target skill goga-tool-{TARGET_TOOL}.
    
    Use the **Skill tool** to invoke skills.
    
    If the skill is found:
    - begin your response with: Skill goga-tool-{TARGET_TOOL} activated
    - invoke skill `goga-cell`
    - invoke skill `goga-cookbook`
    - invoke skill `goga-tool-{TARGET_TOOL}`
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related