cpb
01liyouran1109/Code-Project-Brain
Plugin Claude Code
Code Project Brain — a project-level second brain (codegraph + AI docs + project KB) for Claude Code.
liyouran1109/Code-Project-Brain
Plugin Claude Code
Code Project Brain — a project-level second brain (codegraph + AI docs + project KB) for Claude Code.
liyouran1109/Code-Project-Brain
MCP server Claude CodeCodexCursor
MCP server "cpb" as configured in liyouran1109/Code-Project-Brain. Runs dist/bin/cpb-mcp.js with node.
liyouran1109/Code-Project-Brain
Plugin Claude Code
Code Project Brain — a project-level second brain. Surfaces the Development Guide (first-class), Project KB, CodeGraph, and Concept hub to Claude via the CPB Engine MCP server (code./docs./kb./guide./concept./project. tools). Skills auto-activate; /cpb: commands give explicit entry points.
liyouran1109/Code-Project-Brain
Command
Compile a v3.0 ContextPlan (Development Guide → KB → CodeGraph) for a coding task. Loads the Guide first to build the project mental model.
liyouran1109/Code-Project-Brain
Command
Browse the Development Guide (the first-class Project Constitution): list sections, read one, or verify stale Code Anchors against CodeGraph.
liyouran1109/Code-Project-Brain
Command
Show the blast radius of a symbol change — affected code, docs, constraints, and knowledge.
liyouran1109/Code-Project-Brain
Command
Initialize or rebuild the CPB brain for the current project (CodeGraph + Development Guide + Project KB).
liyouran1109/Code-Project-Brain
Command
Review a change against the brain — constraints still hold, docs not stale, decisions honored.
liyouran1109/Code-Project-Brain
Command
Show the CPB brain status — index summary, knowledge inventory, and engine/protocol version.
liyouran1109/Code-Project-Brain
Command
Detect changed source files and run the change→proposal loop (Semantic Diff → Impact → draft UpdateProposals).
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Compile a v3.0 ContextPlan (Development Guide → Project KB → CodeGraph) for the current work. The Guide is loaded FIRST to build the project mental model. Use this BEFORE writing code or editing anything.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Plan and implement a new feature guided by the brain. Loads context, checks the governing constraints and requirements, scopes the blast radius, and drafts the knowledge updates the feature will need. Use when adding new capability.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Analyze the blast radius of a code change — reachable symbols/files, docs that go stale, and the constraints/decisions/requirements/bugs affected. Use BEFORE modifying shared or central code, or after a change to see what knowledge it invalidated.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Initialize or re-index the Code Project Brain for a project. Use when starting work on a project that has no .project-brain/ yet, or after large changes to rebuild the index (CodeGraph / Development Guide / Project KB).
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Ingest external material and evolve it into project knowledge — ExternalSource → KnowledgeClaim → Decision → Constraint, each step traceable via provenance. Use when bringing in outside references (docs, tutorials, issues) and promoting them into the brain.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Review a code change for constraint violations and knowledge drift. Loads the change's impact, checks it against governing constraints, and shepherds the resulting UpdateProposal through validate → approve → apply. Use for change review and proposal disposition.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Detect changed source files and run the change→proposal loop — Semantic Diff → Impact → draft UpdateProposals. Use after git pull/commit or manual edits to generate pending knowledge-update proposals for review.
liyouran1109/Code-Project-Brain
Skill Claude CodeCodex
Reconcile a STALE Project KB doc with current code as a reviewable, localized patch. Validates drift, produces a diff, and applies only after review. Use when a doc is flagged stale or related-code-changed.