Manifestdocs Rocket Index
manifestdocs-rocket-index is a Claude Code plugin for the Build phase that registers Rocket Index, an AI-focused language server for fast semantic code navigation.
Add Rocket Index as a Claude Code plugin so coding agents get an AI-focused language server for fast semantic navigation with lower RAM than traditional LSPs.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install manifestdocs-rocket-index@manifestdocs/rocket-indexBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:manifestdocs/rocket-index") and the paste-ready config with skillselion.get_install_config("plugin:manifestdocs/rocket-index").
What it does
manifestdocs-rocket-index is a Claude Code plugin that exposes Rocket Index, an AI-oriented language server built for speed and lean memory use compared with conventional LSP setups described in the catalog listing. Solo builders and agent-heavy workflows adopt it when Claude Code or similar tools feel sluggish on large repos or when semantic questions about callers, definitions, and dependencies need answers faster than generic search. The plugin sits in the MCP category and emphasizes navigation without brittle manual tooling, which makes it a fit alongside Manifest’s documentation-oriented plugins. Placement on Build agent-tooling reflects that you install it to improve how the agent indexes and traverses code, not to replace your app runtime or deploy pipeline. Intermediate complexity is appropriate because you must align the language server with your project layout and editor agent configuration. Use Rocket Index when semantic code intelligence is a bottleneck; skip it if you only need lightweight snippet generation with no structural navigation.
Highlights
- AI-focused rocket-fast language server positioned as 15–800× faster than traditional LSPs in catalog copy
- Low footprint positioning with as little as 50MB RAM usage in plugin description
- Semantic navigation for callers, definitions, and dependencies without manual grep chains
- Single-plugin entry from manifestdocs/rocket-index repository
- Complements Manifest documentation plugins for codebase-aware agent sessions
Why builders use it
Traditional language servers can be too slow and heavy for AI coding agents that need constant definition, caller, and dependency lookups.
After install, your agent can rely on Rocket Index for semantic navigation with the speed and RAM profile advertised in the plugin description.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is manifestdocs-rocket-index for?
It is for Claude Code users who need an AI-focused language server for semantic navigation with lower overhead than many traditional LSPs.
When should I use manifestdocs-rocket-index?
Use it when agent sessions spend too much time resolving symbols, callers, and dependencies and you want a dedicated rocketindex integration.
How do I add manifestdocs-rocket-index to my agent?
Install the manifestdocs/rocket-index Claude Code plugin, enable it in your agent settings, and configure Rocket Index for your workspace per repository instructions.
Comments
Share how you use manifestdocs-rocket-index, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.