Agent starter kits for real coding-agent adoption.
This page exists for the moment after a team says: “We understand the boundary. Now give us the exact starter files.”
The kits below keep OpenVibeCoding truthful: read-only MCP, repo-owned skills/bootstrap files, and
builder-safe entrypoints for Codex, Claude Code, and OpenClaw.
These are starter kits, not official plugin/store packages. They are the narrowest repo-owned way to make adoption easy without inventing a hosted product, a marketplace listing, or public write-capable MCP.
The fastest truthful setup is still a real OpenVibeCoding clone. OpenVibeCoding is the command tower for AI engineering, but these kits still assume you are wiring the client from the repo root or from a vendored workspace copy.
Read-only only
MCP stays inspect-only
The shipped public MCP server is still read-only. Queue preview/cancel and the queue-only pilot server remain guarded repo-operator groundwork, not the public promise.
No fake plugin claim
Stay below store language
Codex and Claude Code use real MCP configuration paths, and OpenClaw exposes a real MCP registry path, but none of that turns OpenVibeCoding into an official marketplace item today.
Default install and verify order
The truthful short path is still:
prove the repo-local path first, then paste one host-tool starter, then verify the proof loop again.
That keeps adoption honest and stops one copied config file from pretending it already proved a real integration.
Start from a real OpenVibeCoding clone and run the repo-local proof-first path.
Copy exactly one tracked starter file or one local bundle seed.
Keep the first host-tool integration read-only and repo-root scoped.
Confirm success by checking the same proof-first surfaces, not by assuming the pasted file was enough.
npm run bootstrap:host
OPENVIBECODING_HOST_COMPAT=1 bash scripts/test_quick.sh --no-related
npm run dev
This repo-local full-stack path starts the orchestrator API and the dashboard together on localhost, so the browser can use the operator loop without exposing a bearer token on the client.
Expected success today:
the quick path finishes cleanly, the orchestrator API plus dashboard start together, and the
proof-first use-case loop still routes you
to Workflow Cases, Proof & Replay, and the tracked
news_digest proof assets.
If you are iterating on the dashboard shell only, keep npm run dashboard:dev
for the frontend after the API is already running in another terminal.
Public starter docs, one local marketplace example, and one
portable local bundle exist. No official listing or submission
receipt is tracked here today.
Codex-compatible starter / manual-marketplace-compatible / not officially listed
Public starter docs and a local --plugin-dir
bundle seed exist. No official marketplace submission receipt
is tracked here today.
Claude Code-compatible starter / not listed
OpenClaw
Official ClawHub public registry exists.
See ClawHub.
Public starter docs plus a compatible local bundle path exist.
The matching adoption-router skill is already live on
ClawHub, and the official model remains publish-first rather
than review-queue-first.
OpenClaw-compatible starter / ClawHub skill live
Copy-paste starter kits
Client
Fastest setup
Tracked starter file
Official config reference
Codex
Use codex mcp add for a repo-root stdio server or drop the TOML snippet into ~/.codex/config.toml / .codex/config.toml.
Need a durable config file instead of a one-line add command? Start from
the tracked Codex example.
That tracked file is the canonical wrapper-based template.
Claude Code
Fastest raw direct CLI wiring if you are not copying the tracked project file yet:
If you want the team-visible file checked into the repo root, start from
the tracked project .mcp.json example.
That tracked file is the canonical wrapper-based template.
OpenClaw
Fastest OpenClaw-managed saved definition:
openclaw mcp set openvibecoding \
'{"command":"bash","args":["/absolute/path/to/OpenVibeCoding/scripts/run_openvibecoding_readonly_mcp.sh"],"cwd":"/absolute/path/to/OpenVibeCoding"}'
Added the repo-root read-only MCP server or copied the local marketplace seed.
Route back through the public use-case guide and confirm the same proof-first loop still makes sense for your repo clone.
The repo-local quick path is still healthy, the starter points at the same repo root, and you are not relabeling a local bundle as an official listing.
Claude Code
Added the project .mcp.json or copied the local --plugin-dir seed.
Copy the tracked openvibecoding-proof command from the Claude example, then use it to route back to Workflow Cases, Proof & Replay, and the tracked news_digest assets.
You can keep the repo-local proof-first loop, the project config stays read-only, and the Claude starter is still described as local/project adoption rather than a marketplace listing.
OpenClaw
Saved the JSON server object or merged the tracked TOML bundle path into your OpenClaw config.
The bundle path resolves to your local clone, the MCP server stays read-only, and you still describe the result as bundle-compatible rather than live on ClawHub.
Optional local plugin bundle paths
MCP config is the narrowest setup, but the repo also ships one
compatible local bundle for teams that want the same starter pack to
stay portable across Codex, Claude Code plugin-dir development, and
OpenClaw bundle loads.
Copy the tracked local marketplace seed, replace its __OPENVIBECODING_REPO_ROOT__ placeholder with the absolute path to your repo checkout, then keep the same read-only MCP server definition beside it.
Use the same bundle for local --plugin-dir development, or keep the lighter project-local .claude + .mcp.json path when plugin packaging is unnecessary.
Load the same compatible bundle through plugins.load.paths and keep OpenVibeCoding positioned as the proof / replay / read-only layer rather than a published registry item.
Pair MCP with repo-owned skills/bootstrap files
Working contract
Root AI contract
Start from AGENTS.md when you want the repo's real safety rails, docs-first order, and finish-the-job contract.
Docs map
Minimal read order
Use the root README.md plus the public route pages to stay on the truthful public surface without pulling in maintainer-only material.
Need more than a single MCP config snippet? The repo now also keeps
a tracked examples/coding-agents/ tree for local bundle
and project-level starter material.
Codex
Local plugin-bundle example
Use the tracked local bundle example when you want a repo-owned Codex-compatible bundle without claiming a published directory listing.
Use the tracked slash-command, reviewer, project .mcp.json, and shared bundle examples when you want a truthful Claude Code starter without claiming a published marketplace item.
Use the tracked OpenClaw README plus the same compatible local bundle when you want a truthful OpenClaw-side adoption story that stays below published registry claims.