
Code Intelligence
- Updated July 26, 2026
- grahambrooks/gb-agent-skills
Spin up on-demand semantic code intelligence over your repo through the symgraph MCP server when your agent needs structure-aware navigation beyond grep.
About
code-intelligence is a thin integration skill that tells your agent how to reach semantic code intelligence through the symgraph MCP server, started on demand by bx. Developers shipping with Claude Code, Cursor, or Codex install it when routine file search and ripgrep are not enough to reason about call graphs, module boundaries, or cross-cutting concerns in unfamiliar repos. The skill does not embed analysis logic itself; it documents the plugin entry point and the bx launch pattern so the agent can invoke graph-backed queries during backend refactors, integration work, or pre-review exploration. Because the surface area in SKILL.md is minimal, treat it as a capability hook you pair with strong repo context and normal git hygiene. It matters most for agent-first workflows where procedural knowledge about which server to start prevents wasted turns guessing paths or APIs.
- Launches symgraph MCP on demand via bx so you only pay connection cost when the agent needs deep code intelligence
- Semantic graph view of the codebase for relationship-aware queries instead of flat text search
- Plugin-packaged skill aimed at gb-agent-skills workflows alongside other bx-managed servers
- Bridges agent sessions to a dedicated code-intelligence backend without permanent local indexing setup
Code Intelligence by the numbers
- Data as of Jul 27, 2026 (Skillselion catalog sync)
/plugin marketplace add grahambrooks/gb-agent-skills/plugin install code-intelligence@gb-agent-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 26, 2026 |
|---|---|
| Repository | grahambrooks/gb-agent-skills ↗ |
What it does
Spin up on-demand semantic code intelligence over your repo through the symgraph MCP server when your agent needs structure-aware navigation beyond grep.
Files
Semantic code intelligence via the symgraph MCP server, launched on-demand by bx.
code-intelligence
Source: ./plugins/code-intelligence
{ "name": "code-intelligence", "source": "./plugins/code-intelligence", "description": "Semantic code intelligence via the symgraph MCP server, launched on-demand by bx." }