Claude Code plugin for efficient codebase context loading.
A Claude Code plugin that teaches Claude to use repomap for two-phase context gathering:
brew tap JordanCoin/tap
brew install codemap docmap repomap
# Clone the plugin
git clone https://github.com/JordanCoin/repomap-plugin.git ~/.claude-plugins/repomap
# Run Claude Code with the plugin
claude --plugin-dir ~/.claude-plugins/repomap
Or add to your Claude Code settings for permanent use.
/repomap:map/repomap:map .
Runs repomap to get combined code + doc structure as JSON.
Claude automatically uses the context-planner skill when:
┌─────────────────────────────────────────────────┐
│ Task: "Add auth to the API" │
└─────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────┐
│ Phase 1: repomap . (~1-2k tokens) │
│ → See all files, functions, docs │
└─────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────┐
│ Phase 2: Read src/api/auth.go, docs/AUTH.md │
│ → Only what's relevant │
└─────────────────────────────────────────────────┘
│
▼
┌─────────────────────────────────────────────────┐
│ Implement with full context, minimal tokens │
└─────────────────────────────────────────────────┘
MIT
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 jordancoin/repomap-plugin200+ iOS/Swift/Xcode skills with phase-aware routing. Full lifecycle: ideation, design, develop, test, deploy, iterate.
Navigate markdown, PDF, and YAML documentation structure without reading full files. Bundles a /docmap skill that teaches Claude when and how to use the docmap CLI.
Extract clean text from any PDF — even the ones Chrome mangles. 7-level cascade resolves broken Unicode mappings locally via WASM. Returns plain text, basic markdown, or structured markdown with TOC and headings.
Maps and documents codebases of any size using parallel AI subagents
Structural codebase indexing for efficient navigation. Reduces token consumption by 60-80% through targeted line-range reads instead of full file scans.
Camada compilada de contexto multi-layer para Claude Code. Compila projetos desconhecidos em uma estrutura .first-plan/ com discovery por stack, reuse index invertido, reconciliação spec-código, git intelligence e estado vivo. Resolve re-implementação cega, phantom features, drift e cross-session amnesia em projetos complexos.
5 methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search+fetch
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.
Comprehensive 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.