This folder shows a truthful CortexPilot starter for Claude Code style workflows without inventing a published marketplace package.
.claude/commands/cortexpilot-proof.md: a slash-command style playbook.claude/agents/cortexpilot-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/cortexpilot-coding-agent-bundle/: a local plugin-dir bundle with the same skill plus plugin-scoped MCP wiring
- 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__CORTEXPILOT_REPO_ROOT__. - Keep the read order aligned with CortexPilot 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/cortexpilot-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.