liyouran1109

18 mods across 1 repository, 1 stars between them.

cpb

01

liyouran1109/Code-Project-Brain

Plugin Claude Code

Code Project Brain — a project-level second brain (codegraph + AI docs + project KB) for Claude Code.

1 11d ago A tokens not measured

cpb

02

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.

1 11d ago A tokens not measured

cpb

03

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.

1 11d ago A tokens not measured

context

04

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.

1 11d ago A 33 tokens

guide

05

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.

1 11d ago A 0 tokens

init

07

liyouran1109/Code-Project-Brain

Command

Initialize or rebuild the CPB brain for the current project (CodeGraph + Development Guide + Project KB).

1 11d ago A 21 tokens

sync

10

liyouran1109/Code-Project-Brain

Command

Detect changed source files and run the change→proposal loop (Semantic Diff → Impact → draft UpdateProposals).

1 11d ago A 22 tokens

project-context

11

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.

1 11d ago A 47 tokens

project-feature

12

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.

1 11d ago A 45 tokens

project-impact

13

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.

1 11d ago A 53 tokens

project-init

14

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).

1 11d ago A 50 tokens

project-knowledge

15

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.

1 11d ago A 52 tokens

project-review

16

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.

1 11d ago A 48 tokens

project-sync

17

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.

1 11d ago A 43 tokens

project-update-docs

18

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.

1 11d ago A 51 tokens