Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,19 @@
"homepage": "https://github.com/firecrawl/firecrawl-grok-plugin",
"keywords": ["firecrawl", "fire crawl"],
"domains": ["firecrawl.dev", "docs.firecrawl.dev"]
},
{
"name": "code-map",
"description": "Token-efficient, drift-resistant code reads for coding agents. grep finds; code-map's `read` pulls the exact symbol slice by coordinate and re-anchors it when files move (0 silently-wrong bytes at churn scale). Bundles a retrieval-routing skill that prevents the discovery double-call. TS/JS + Python, one dependency.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/annyeong844/map.git",
"sha": "a2d678e78b05525ba7950667c590abd60db82fd2"
},
"homepage": "https://github.com/annyeong844/map",
"author": { "name": "annyeong844" },
"keywords": ["code-map", "drift-resistant read", "symbol slice", "code-map read"]
}
]
}
11 changes: 11 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@
]
}
},
"code-map": {
"sha": "a2d678e78b05525ba7950667c590abd60db82fd2",
"components": {
"skills": [
{
"name": "code-map-retrieval",
"description": "How to read code efficiently in a repo indexed by code-map (a `.map-index.json` is present, or a `code-map` / `map-mcp`…"
}
]
}
},
"firecrawl": {
"sha": "af6c6c083ccfd74ae476761068ee4311a56e8282",
"components": {
Expand Down