npx claudepluginhub DuncanJurman/entropy-plugins --plugin ralph-claudexA Claude Code plugin marketplace by Duncan Jurman.
/plugin marketplace add duncanjurman/entropy-plugins
/plugin install meta-unify@entropy-marketplace
/meta-unify:status
To get the latest version of plugins:
/plugin marketplace update entropy-marketplace
/plugin update meta-unify@entropy-marketplace
Unified configuration management for Claude Code and Codex.
Manage MCP servers, skills, hooks, rules, and instructions across both Claude Code and Codex from a single interface. Automatically translates between formats (JSON, TOML, Starlark) and keeps configurations synchronized.
| Command | Description |
|---|---|
/meta-unify:add-mcp | Add MCP servers to both Claude Code and Codex |
/meta-unify:add-skill | Create skills in both systems |
/meta-unify:add-hook | Add event-based hooks (Claude Code only) |
/meta-unify:add-rule | Add permission rules to both systems |
/meta-unify:update-mcp | Modify existing MCP server configurations |
/meta-unify:update-skill | Modify existing skills |
/meta-unify:sync | Synchronize configurations between systems |
/meta-unify:status | Display configuration state across both systems |
/meta-unify:doctor | Diagnose and fix configuration issues |
/meta-unify:instructions | Manage CLAUDE.md and AGENTS.md files |
| Type | Claude Code | Codex |
|---|---|---|
| MCP Servers | ~/.claude.json, .mcp.json | ~/.codex/config.toml |
| Skills | ~/.claude/skills/ | ~/.codex/skills/ |
| Hooks | ~/.claude/settings.json | N/A (Claude only) |
| Rules | permissions in settings.json | ~/.codex/rules/*.rules |
| Instructions | CLAUDE.md | AGENTS.md |
Autonomous development orchestrator combining ephemeral Ralph workers with Beads task tracking.
Automates software development by breaking work into granular beads, spawning ephemeral "Ralph" workers to complete each task, running parallel execution on independent work, and automatically verifying merged results.
bd ready| Command | Description |
|---|---|
/god-ralph start | Start orchestrator (dry-run first) |
/god-ralph plan | Interactive bead creation wizard |
/god-ralph status | Show current progress |
/god-ralph stop | Gracefully stop execution |
/god-ralph <id> | Run Ralph on a specific bead |
bd) installedMIT License - see individual plugin directories for details.
Duncan Jurman
Skills for creating, improving, and operating Ralph hats and loops
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Autonomous coding using the Ralph Wiggum technique - simple loops, persistent memory, one task at a time
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
v9.30.0 — Model defaults refreshed: Opus 4.7 for planning/strategy/security-review, GPT-5.4 for code-review/implementation. New GPT-5.4 prompting guide. Set OCTOPUS_LEGACY_ROLES=1 to opt out. Run /octo:setup.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.