gemini-cli-runtime
Internal helper contract for calling the gemini-companion runtime from Claude Code
Internal guidance for composing Grok prompts for planning, research, diagnosis, and review tasks inside the Grok Claude Code plugin
$ npx -y skills add dysfunc/ai-plugins-cc --skill grok-prompting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/grok-promptingContext preview
The summary Claude sees to decide when to auto-load this skill.
Internal guidance for composing Grok prompts for planning, research, diagnosis, and review tasks inside the Grok Claude Code plugin
name: grok-prompting description: Internal guidance for composing Grok prompts for planning, research, diagnosis, and review tasks inside the Grok Claude Code plugin user-invocable: false
Use this skill when `grok:grok-rescue` needs to ask Grok for help via the `task` runtime.
Prompt Grok like an analyst, not a collaborator with tool access. The plugin runs Grok headless via `grok -p`, so it cannot read files, run commands, or browse the working tree on its own. Everything Grok sees has to be in the prompt text.
Core rules:
Default prompt recipe:
When to add blocks:
Working rules:
Prompt assembly checklist: 1. Define the exact task and scope in `<task>`. 2. Inline the evidence Grok needs to answer — file excerpts, log slices, error messages, schemas. 3. Choose the smallest output contract that still makes the answer easy to use. 4. Decide whether Grok should keep going by default or stop for missing high-risk details. 5. Add grounding and verification tags only where the task needs them. 6. Remove redundant instructions before sending the prompt.
Common antipatterns:
Claude Code plugins that delegate to external AI CLIs — Codex, Gemini, and Grok — sharing a hardened core and an optional umbrella plugin that dispatches across providers. Status: active development.
Repo: dysfunc/ai-plugins-cc
Internal helper contract for calling the gemini-companion runtime from Claude Code
Internal guidance for composing Gemini prompts for planning, research, diagnosis, and review tasks inside the Gemini Claude Code plugin
Internal guidance for presenting Gemini helper output back to the user
Internal helper contract for calling the grok-companion runtime from Claude Code
Internal guidance for presenting Grok helper output back to the user