This folder shows a truthful OpenVibeCoding starter for Claude Code style workflows without inventing a published marketplace package.
.claude/commands/openvibecoding-proof.md: a slash-command style playbook.claude/agents/openvibecoding-reviewer.md: a focused reviewer/subagent promptproject.mcp.json: a project-local MCP example for the real read-only server../mcp/readonly.mcp.json.example: the shared read-only MCP config example../plugin-bundles/openvibecoding-coding-agent-bundle/: a local plugin-dir bundle with the same skill plus plugin-scoped MCP wiring../plugin-bundles/openvibecoding-coding-agent-bundle/skills/openvibecoding-adoption-router/manifest.yaml: registry-shaped metadata for the shared skill artifact
- Copy
.claude/commands/and.claude/agents/into your project. - Copy
project.mcp.jsoninto your project root as.mcp.json, or use../mcp/readonly.mcp.json.exampleas the shared host-level template and replace__OPENVIBECODING_REPO_ROOT__. - Keep the read order aligned with OpenVibeCoding truth sources:
README.mddocs/README.mdAGENTS.md- the public compatibility / integration / MCP guides
- the project-local
.mcp.jsonstill points at the same repo-root read-only MCP server - the copied
.claude/commands/openvibecoding-proof.mdplaybook routes you back to the same proof-first surfaces instead of inventing a new hosted/plugin story - the result is still described as local/project adoption, not as a published Claude Code marketplace listing
- This is a project-local example plus a local plugin-dir seed, not a published marketplace listing.
- The MCP example is read-only.
- Hosted, write-capable MCP, and official plugin claims remain out of scope.