Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bntvllnt avatar

Codebase Intelligence

  • 4 repo stars
  • Updated March 11, 2026
  • bntvllnt/claude-plugins

15 MCP tools for TypeScript codebase intelligence — architecture, metrics, search, impact analysis

About

codebase-intelligence is a Claude Code skill in the AI & Agent Building category. 15 MCP tools for TypeScript codebase intelligence — architecture, metrics, search, impact analysis

  • codebase-intelligence
  • AI & Agent Building
  • AI-coding skill

Codebase Intelligence by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add bntvllnt/claude-plugins
/plugin install codebase-intelligence@bntvllnt-claude-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars4
Last updatedMarch 11, 2026
Repositorybntvllnt/claude-plugins

What it does

15 MCP tools for TypeScript codebase intelligence — architecture, metrics, search, impact analysis

README.md

claude-plugins

Claude Code plugins by bntvllnt — MCP servers for AI-assisted development.

License: MIT


Plugins

Plugin Description Version
codebase-intelligence 15 MCP tools for TypeScript codebase intelligence 2.2.0

Install

Marketplace (recommended)

# Add the marketplace (once)
/plugin marketplace add bntvllnt/claude-plugins

# Install a plugin
/plugin install codebase-intelligence@bntvllnt-claude-plugins

Update to latest:

/plugin marketplace update bntvllnt-claude-plugins

One-liner (no marketplace)

claude mcp add -s user -t stdio codebase-intelligence -- npx -y codebase-intelligence@latest . --mcp

Manual (.mcp.json)

Add to your project's .mcp.json:

{
  "mcpServers": {
    "codebase-intelligence": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "codebase-intelligence@latest", ".", "--mcp"],
      "env": {}
    }
  }
}

Replace . with your source directory (e.g., ./src, ./packages).

Available MCP Tools

codebase-intelligence provides 15 tools for code intelligence:

Tool Purpose
codebase_overview High-level architecture: modules, entry points, key metrics
file_context Full file details: exports, imports, dependents, metrics
get_dependents Blast radius: what breaks if you change this file
find_hotspots Ranked files by coupling, churn, complexity, etc.
get_module_structure Module map with cross-deps and cohesion
analyze_forces Tension files, bridges, extraction candidates
find_dead_exports Unused exports safe to remove
get_groups Top-level directory groups with aggregate metrics
symbol_context Callers, callees, importance for any function or class
search BM25 keyword search across files and symbols
detect_changes Git diff with risk metrics per changed file
impact_analysis Symbol-level blast radius with risk labels
rename_symbol Find all references for rename planning
get_processes Trace execution flows from entry points
get_clusters Community-detected clusters of related files

Adding a Plugin

plugins/
  your-plugin/
    .claude-plugin/
      plugin.json       <- manifest (name, description, version)
    .mcp.json           <- MCP server config

See plugins/codebase-intelligence/ for a working example.

License

MIT

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.