
Docmap
Add the docmap marketplace and CLI so you and your coding agent can map huge doc trees, section counts, and code blocks without loading full files into context.
Overview
docmap is a plugin marketplace for the Build phase that exposes a CLI to map documentation structure, token estimates, and rich content markers for agent-safe navigation.
What is this marketplace?
- Single command docmap . prints a full documentation inventory with file sizes, section counts, and estimated tokens
- Surfaces callouts, code blocks, tables, math, wiki links, embeds, and task checklist progress in one tree view
- Go CLI installable via Homebrew or Scoop; complements LLM workflows that cannot safely ingest entire large doc files
- Enables targeted follow-up queries for sections, code blocks, or callout types instead of blind file opens
- Marketplace bundles 1 plugin entry aligned with the docmap documentation navigation tool
- Marketplace lists 1 plugin
- Example inventory cited in README: 22 files, 645 sections, ~109k tokens in a sample docs run
- MIT license; CLI distributed via Homebrew tap and Scoop bucket
Community signal: 2 GitHub stars.
What problem does it solve?
Large markdown and mixed doc repos force you or your LLM to open whole files, guessing where APIs, warnings, or examples live while burning context window.
Who is it for?
Indie builders and agent users maintaining sizable doc folders who need a quick structural overview before deep reading or targeted excerpts.
Skip if: Teams wanting hosted doc portals, full-text semantic search SaaS, or automatic rewriting of documentation content.
What do I get? / Deliverables
After installing docmap, one terminal scan gives you a token-aware inventory so you pull only the sections, code blocks, or callouts you need next.
- Terminal documentation tree with per-file section and token summaries
- Aggregated counts of code blocks, callouts, tables, tasks, and embeds
- Agent-ready workflow to target specific sections instead of whole files
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Documentation structure and token-aware navigation belong in Build because they accelerate implementation when specs, API refs, and changelogs are the source of truth. Docs is the canonical shelf for inventorying markdown, PDF-adjacent content, callouts, tables, and tasks across a repository doc set.
How it compares
Documentation inventory CLI plus marketplace entry, not an LLM integration skill or database connector.
Common Questions / FAQ
Who is Docmap for?
It is for developers and agent users who work in repos with many markdown docs and need fast structure maps without loading entire files.
When should I use Docmap?
Use it at the start of a doc-heavy task—onboarding, API work, or changelog review—when you need section and token counts before choosing what to open or paste.
How do I add Docmap to my agent?
Install the Docmap CLI via Homebrew or Scoop, add the JordanCoin/Docmap Claude marketplace, and install the bundled plugin so your agent can drive Docmap workflows from the catalog.