Connects to a managed codebase-context MCP service to retrieve architectural context, symbol inventories, and cross-file navigation. Validates freshness and triggers refresh when stale.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codebase-intelligence:managed-codebase-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when a persistent codebase-context MCP server is available and the task requires broad architectural context, symbol inventory, or cross-file navigation that would be expensive to reconstruct from scratch on each turn.
Use when a persistent codebase-context MCP server is available and the task requires broad architectural context, symbol inventory, or cross-file navigation that would be expensive to reconstruct from scratch on each turn.
npx -y or start server processes without user approval.cwd, env variables, timeout, and workspace path scope.Select transport:
Connect with timeout — set a connection timeout; do not let the agent hang indefinitely if the server never initializes.
Retrieve context — fetch the current codebase map, symbol index, or architectural summary as available.
Validate freshness — a map is stale if any of the following are true:
git commit that touched relevant files.Refresh when stale — trigger a context refresh only when the map is demonstrably stale. Do not refresh on every request — refreshes are expensive.
Use context, then close — read what you need, then close the session. Ensure the client and transport close cleanly. If the server was spawned as a stdio process, kill the process tree if it does not exit within a few seconds.
| Signal | Check |
|---|---|
| Map timestamp | Compare to git log --format="%ci" -1 for recently changed files |
| Missing files | Cross-reference map file list with git ls-files |
| Stale symbols | Check if key function/class names in the map exist in current source |
| User-reported | Accept the user's word; trigger refresh without verification |
references/managed-session-checklist.mdnpx claudepluginhub yeaight7/agent-powerups --plugin codebase-intelligenceGuides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Runs a structured interview session to sharpen plans or designs, producing ADRs and a glossary as output.
Applies curated color/font themes to slides, docs, and HTML artifacts. Includes 10 preset themes and can generate custom themes on demand.
2plugins reuse this skill
First indexed Jul 28, 2026