PreCompact
25Hook
Runs before the context is compacted, running swarm claude pre-compact. From joelhooks/swarm-tools.
Hook
Runs before the context is compacted, running swarm claude pre-compact. From joelhooks/swarm-tools.
Hook
Runs when a session ends, running swarm claude session-end. From joelhooks/swarm-tools.
Skill Claude CodeCodex
Always-on rule-oriented guidance for claude-plugin agents. Use to align behavior, tool usage, and model-specific defaults while avoiding deprecated bd/cass references. Related skills: swarm-coordination, testing-patterns.
Skill Claude CodeCodex
Send messages, system events, and agent notifications through the openclaw CLI. Use when an agent needs to notify a user (Telegram, Slack, Discord), trigger another agent, broadcast updates, send system events, or coordinate agent-to-agent communication via swarmmail. Covers all three messaging layers - external…
Skill Claude CodeCodex
Multi-agent coordination patterns for OpenCode swarm workflows. Use when work benefits from parallelization or coordination. Covers: decomposition, worker spawning, file reservations, progress tracking, and review loops.
Skill Claude CodeCodex
Use when timing out.
Plugin Claude Code
Multi-agent task decomposition and coordination for Claude Code.
MCP server Claude CodeCodexCursor +2
MCP server "swarm-tools" as configured in joelhooks/swarm-tools. Launched with bun run ${CLAUDE_PLUGIN_ROOT}/bin/swarm-mcp-server.ts.
Command
Run ralph supervisor loop with Codex as executor.
Skill Claude CodeCodex
Ralph loop pattern - Claude supervises while Codex (gpt-5.3-codex) executes implementation work. Use for autonomous coding loops with fresh context per iteration, validation gates, and git-backed persistence. Tools: ralphinit, ralphstory, ralphiterate, ralphloop, ralphstatus, ralphcancel, ralphreview.
Skill Claude CodeCodex
Swarm CLI commands for workers - hivemind memory, hive tasks, swarmmail coordination. Use when working in a swarm context. Covers: swarm memory (find/store/get/stats), swarm cells (query/create/update/close), and coordination commands.
Skill Claude CodeCodex
Issue tracking and task management using the hive system. Use when creating, updating, or managing work items. Use when you need to track bugs, features, tasks, or epics. Do NOT use for simple one-off questions or explorations.
Skill Claude CodeCodex
Guide for creating effective agent skills. Use when you want to create a new skill, improve an existing skill, or learn best practices for skill development. Helps codify learned patterns into reusable, discoverable skills.
Skill Claude CodeCodex
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
Skill Claude CodeCodex
Implicit feedback scoring, confidence decay, and anti-pattern detection. Use when understanding how the swarm plugin learns from outcomes, implementing learning loops, or debugging why patterns are being promoted or deprecated. Unique to opencode-swarm-plugin.
Skill Claude CodeCodex
Guide for job queue patterns in multi-agent coordination. Use when deciding between background jobs vs inline execution, submitting long-running tasks, monitoring job progress, and handling failures. Covers when to queue, job priority, retry strategies, and monitoring patterns.
Skill Claude CodeCodex
Meta-skill for generating new skills with proper format and structure. Use when creating new skills for the swarm system or when agents need to generate skill scaffolds. Ensures skills follow conventions (frontmatter format, directory structure, bundled resources).
Skill Claude CodeCodex
Principles for building reusable coding systems. Use when designing modules, APIs, CLIs, or any code meant to be used by others. Based on "A Philosophy of Software Design" by John Ousterhout. Covers deep modules, complexity management, and design red flags.
Skill Claude CodeCodex
Patterns for testing code effectively. Use when breaking dependencies for testability, adding tests to existing code, understanding unfamiliar code through characterization tests, or deciding how to structure tests. Covers seams, dependency injection, test doubles, and safe refactoring techniques from Michael Feathers.
Instructions file CodexOpenCode
Instructions for joelhooks/pdf-brain, covering pdf-brain agent notes, libsql quirks, ai sdk pattern, key files and docs.
Instructions file CodexOpenCode
AGENTS.md instructions for joelhooks/opencode-config, covering who you’re working with, must follow, cli-first scaffolding, tdd only and lint is law.
Instructions file
Claude Code instructions for joelhooks/opencode-config, covering claude code rules, must follow, opencode rules and style.
Cursor rule Cursor
../../CLAUDE.md.
Instructions file CodexOpenCode
AGENTS.md instructions for joelhooks/opencode-vibe, covering agents.md, ⚠️ critical: chrome devtools = subagent only, project overview, tech stack and development commands.