Plugin Claude Code
Plugin marketplace listing 1 plugin: ollama.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ollama.
Plugin Claude Code
Use Ollama from Claude Code to review code or delegate tasks.
Agent
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Ollama through the shared runtime.
Command
Run an Ollama review that challenges the implementation approach and design choices.
Command
Cancel an active background Ollama job in this repository.
Command
Autonomously execute an approved Ollama plan, with implement → verify → retry per step.
Command
Render an existing Ollama plan as markdown.
Command
Generate an evidence-grounded plan for a multi-step task using an Ollama planner model.
Command
List all Ollama plans in the workspace.
Command
Refine an existing Ollama plan based on feedback, preserving prior revisions.
Command
Delegate investigation, an explicit fix request, or follow-up rescue work to the Ollama rescue subagent.
Command
Show the stored final output for a finished Ollama job in this repository.
Command
Run an Ollama code review against local git state.
Command
Check Ollama installation and readiness, pull models, set defaults, and toggle the stop-time review gate.
Command
Show active and recent Ollama jobs for this repository, including review-gate status.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From darrylmorley/ollama-plugin-cc.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From darrylmorley/ollama-plugin-cc.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From darrylmorley/ollama-plugin-cc.
Skill Claude CodeCodex
Internal helper contract for calling the ollama-companion runtime from Claude Code.
Skill Claude CodeCodex
Guidance on selecting and prompting open-weight Ollama models for review and rescue tasks.
Skill Claude CodeCodex
Internal guidance for presenting Ollama helper output back to the user.