By shoedog
Whole-repo code navigation (the prism-mcp server) plus defect-focused diff slicing, packaged for coding agents. Pre-wires the prism MCP server to the current project and ships two Agent Skills (prism-code-navigation, prism-code-slicing) that teach an agent when and how to use them.
Navigate a codebase STRUCTURALLY with the prism MCP nav tools (nav_repo_map, nav_nodes_at, nav_callers, nav_callees, nav_ego_graph, nav_module_deps) instead of grepping or reading files blindly. Use when reviewing a change, writing a spec, planning an edit or refactor, or analyzing impact and you need to know who calls a symbol, what it calls, what breaks if you change it, the call/dependency graph around it, or the repo's module layout — "find callers/callees", "impact / blast radius of changing X", "what would a change touch", "what depends on Y", "who uses Z", "module dependencies", "trace the call graph". Resolves calls/imports across files that grep can't. On a spec / plan / impact-analysis task, orient with these tools FIRST, before reading files. Structural counterpart to lsp-nav (type-resolved go-to-def/references) and the slicing CLI (diff-driven review). Tools are mcp__prism__nav_* for Claude/Codex, bare nav_* for Kiro.
Extract the code relevant to a diff/change with the prism `slicing` CLI for defect-focused review. Use when reviewing a diff or PR and asking "what does this change affect / what's the blast radius", "is there a taint path from user input to a dangerous sink", "what's missing (unclosed resource, broken symmetry)", "which peers should match this changed function", or "what data-flow changed vs the previous version". Diff-driven: it slices relative to changed lines, not a whole repo (for whole-repo navigation use the prism-code-navigation skill / MCP server instead). The binary is named `slicing`.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shoedog/prism --plugin prismComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer