Plugin Claude Code
Code graph navigation, semantic search, and impact analysis for Claude Code.
Plugin Claude Code
Code graph navigation, semantic search, and impact analysis for Claude Code.
Plugin Claude Code
Code graph navigation and semantic search for LLM coding agents.
Instructions file CodexOpenCode
Instructions for jrollin/cartog, covering agent guidelines, project, build & test, integrity checks and code conventions.
Instructions file
Instructions for jrollin/cartog, a project described as: Pre-indexed code knowledge graph via treesitter, enchanced query with RAG, MCP server, private and local storage. Agent ready.
Agent
Produce a structured onboarding report for a codebase. Use when a developer asks "help me understand this project", "onboard me", "what does this codebase do", "give me an overview", or needs to get up to speed on an unfamiliar codebase. Analyzes architecture, key modules, entry points, data flow, and conventions.
Agent
Comprehensive pre-flight analysis before a refactoring. Use when a developer wants a full blast radius report before changing a symbol, module, or file — not for quick one-off queries like "what calls X?" (the cartog skill handles those). Triggers: "is it safe to change X?", "what breaks if I rename X?", "blast radius…
Skill Claude CodeCodex
Install or upgrade the cartog binary to match the plugin's pinned version. Use when the user types /cartog-install, or asks to "install cartog", "update cartog", "fix cartog setup", "retry cartog install", or when the cartog MCP server failed to start because the binary is missing.
Skill Claude CodeCodex
Code graph navigation, semantic code search, and impact analysis. Use when the user asks "where is X defined?", "what calls X?", "who imports X?", "what depends on X?", "how is X used?", "where is X called from?", "what breaks if I change X?", "is it safe to change/delete X?", "help me refactor X", "show me the call…