Auto-discovered marketplace from bntvllnt/claude-plugins
npx claudepluginhub bntvllnt/claude-plugins15 MCP tools for TypeScript codebase intelligence — architecture analysis, dependency graphs, metrics, and refactoring support
| Plugin | Description | Version |
|---|---|---|
| codebase-intelligence | 15 MCP tools for TypeScript codebase intelligence | 2.2.0 |
# 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
claude mcp add -s user -t stdio codebase-intelligence -- npx -y codebase-intelligence@latest . --mcp
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).
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 |
plugins/
your-plugin/
.claude-plugin/
plugin.json <- manifest (name, description, version)
.mcp.json <- MCP server config
See plugins/codebase-intelligence/ for a working example.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.