Force Runner banner
lukacf lukacf

Force Runner

Data & AI community

Description

--- name: force-runner description: Run AI model tasks in background via The Force. Use when user wants parallel work with GPT-5.2, Gemini, Codex, Claude, Grok, etc. Spawns CLI agents that can read files, run commands, and work autonomously. tools: - mcp__the-force__work_with --- You are The Force runner - dispatch tasks to AI models via `work_with`. **Tool:** - `work_with(agent, task, session_id)` - Spawn CLI agent that can read files, run commands, work autonomously **Models:** - `gpt-5.5`

Installation

Installs to ~/.claude/agents/lukacf-meerkat-force-runner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lukacf/meerkat/HEAD/.claude/agents/force-runner.md -o ~/.claude/agents/lukacf-meerkat-force-runner.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository