Skip to content

trikitrok/codebase-intelligence

v0.2.0

Evidence-backed skills for understanding, investigating, verifying, and planning changes to software repositories.

Codebase Intelligence

Codebase Intelligence is a local/private plugin of nine explicitly invoked Codex Agent Skills for repository understanding, investigation, verification, and change planning. Codex performs semantic inspection; the bundled helper only bounds historical hotspot and temporal-coupling candidates.

Installation

To use these skills in existing or legacy repositories, install the codebase-intelligence plugin once through your personal Codex marketplace. The repositories you inspect do not need to become plugins or marketplaces, and you do not need to add .agents/plugins/marketplace.json to them.

See Installing Codebase Intelligence in Codex for the complete setup, verification, refresh, and troubleshooting steps.

GoalInvocation
Orient$codebase-onboarding Orient me to this repository.
Learn$codebase-conversational-tutorial Teach me how this repository works.
Architecture$codebase-architecture Map this system.
Trace$codebase-trace Trace POST /api/orders.
Deep dive$codebase-deep-dive Explain the billing subsystem.
Plan$codebase-change Plan adding idempotency.
Hotspots$codebase-hotspots Investigate maintenance hotspots.
Coupling$codebase-coupling Analyze coupling around billing.
Verify$codebase-verify Audit docs/architecture.md.

Choose a skill

  • New to the repository → codebase-onboarding
  • Learn the whole system progressively → codebase-conversational-tutorial
  • Map the system’s structure → codebase-architecture
  • Follow one execution path → codebase-trace
  • Understand one subsystem deeply → codebase-deep-dive
  • Plan a code change → codebase-change
  • Investigate maintenance hotspots → codebase-hotspots
  • Investigate change coupling and hidden dependencies → codebase-coupling
  • Check claims or documentation against the code → codebase-verify

Human-facing guides

All skills are explicitly invoked. Analysis is source-grounded, local, and read-only by default. History-based skills can use optional Code Maat or the built-in Git fallback; see the relevant human-facing guides for details.

Run make test and make validate. See design, validation, and v3-architecture. SPEC-V3.md is normative; SPEC.md is historical V2.

Licensed under the MIT License.