Canonical bundle repo for the hunter-bown-marketplace plugin pack.
This repo vendors a curated set of plugin payloads from their upstream source repos and exposes them from one marketplace root for Claude Code and Codex, plus a matching OpenCode MCP configuration shape.
| Plugin | Version | Description |
|---|---|---|
| autodialectics | 0.1.0 | Anti-slop harness with contracts, evidence, dialectics, verification, and policy evolution |
| aleph | 0.9.4 | External memory workflow for large local data — search, peek, compute, and recurse |
| dust | 0.1.1 | Branchable local-first SQL with repo-native MCP access |
.agents/plugins/marketplace.json.claude-plugin/marketplace.jsonplugins/Canonical marketplace name: hunter-bown-marketplace
Each plugin directory contains its own client-specific manifest (.codex-plugin
and/or .claude-plugin) plus the shared skills/, agents/, .mcp.json,
and launcher scripts consumed by both hosts.
Current vendored upstreams:
plugins/autodialectics ← /Volumes/VIXinSSD/autodialectics/plugins/autodialecticsplugins/aleph ← /Volumes/VIXinSSD/aleph/plugins/alephplugins/dust ← /Volumes/VIXinSSD/dust/plugins/dust# Add the marketplace
/plugin marketplace add Hmbown/plugins
# Install a plugin
/plugin install autodialectics@hunter-bown-marketplace
/plugin install aleph@hunter-bown-marketplace
/plugin install dust@hunter-bown-marketplace
Or load directly for a single session:
claude --plugin-dir ./plugins/autodialectics
claude --plugin-dir ./plugins/aleph
claude --plugin-dir ./plugins/dust
Codex reads .agents/plugins/marketplace.json
for the same hunter-bown-marketplace bundle. Each vendored plugin also keeps a
.codex-plugin/plugin.json manifest inside its own directory.
Add the marketplace via Codex plugin settings or point Codex at this repo root as a local marketplace checkout.
OpenCode does not consume Codex or Claude marketplace manifests directly. Use the same vendored payloads as the source of truth and map MCP entries to the shared launchers in this repo:
aleph via /Users/hunterbown/.local/bin/alephautodialectics via plugins/autodialectics/scripts/run-autodialectics-mcp.shdust via plugins/dust/scripts/run-dust-mcp.shuv plus the checkout at /Volumes/VIXinSSD/autodialecticspip install "aleph-rlm[mcp]" (Python >= 3.11)/Volumes/VIXinSSD/dust with either a local
target/debug or target/release binary, or a working Rust/Cargo toolchain
so the launcher can fall back to cargo run -p dust-cli -- mcpOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hmbown/plugins --plugin dustMCP server for recursive LLM reasoning over large local data. Load files, repos, and logs into external memory, then search, peek, run code, and recurse without consuming the context window.
Anti-slop harness for keeping LLMs on-task with contracts, evidence, dialectics, verification, and policy evolution.
Recursive Language Model MCP server for large local data. Keep files, repos, logs, and documents in external memory; search, peek, compute, and recurse without dumping whole contexts into the prompt.
Automatic discovery of skills, plugins, and MCP servers across 17 sources
Connect Claude to a private MCP server through an Anthropic MCP tunnel. Drives the Docker Compose quickstart end to end: certificates, proxy config, cloudflared, and a verifiable sample server.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.