By duncanjurman
Claude Code configuration reference: hooks, skills, plugins, subagents, MCP, settings, and memory management. Model-invoked skills provide on-demand documentation.
npx claudepluginhub DuncanJurman/entropy-plugins --plugin claude-code-docsClaude Code hooks configuration reference. Use when creating hooks, understanding hook events (PreToolUse, PostToolUse, Stop, SessionStart, etc.), debugging hook behavior, or implementing automation.
Claude Code MCP (Model Context Protocol) server configuration reference. Use when adding MCP servers, configuring external tools, or integrating third-party services.
Claude Code memory (CLAUDE.md) configuration reference. Use when setting up project memory, understanding memory hierarchy, or configuring persistent instructions.
Claude Code plugins configuration reference. Use when creating plugins, bundling commands/agents/hooks/skills/MCP servers, setting up marketplaces, or distributing extensions.
Claude Code settings configuration reference. Use when configuring Claude Code behavior, understanding settings hierarchy, or customizing project/user settings.
Claude Code skills (Agent Skills) configuration reference. Use when creating skills, understanding skill activation, SKILL.md format, user-invoked vs model-invoked skills, or skill best practices.
Claude Code subagents configuration reference. Use when creating custom subagents, understanding agent types, configuring agent prompts, or extending the Task tool with specialized agents.
A 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
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Share bugs, ideas, or general feedback.
draw.io diagram creation, editing, and review. Use for .drawio XML editing, PNG conversion, layout adjustment, and AWS icon usage.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Search and retrieve relevant code documentation from multiple sources. Helps developers quickly access context for coding tasks.