Auto-discovered marketplace from kennykeni/spark-explore
npx claudepluginhub kennykeni/spark-exploreDeep codebase exploration powered by Codex Spark (GPT-5.3) via MCP. Complements the built-in Explore agent with deep multi-file reasoning.
A Claude Code plugin that adds a deep codebase exploration agent powered by Codex Spark (gpt-5.3-codex-spark) via MCP.
Adds a spark-explore:spark agent that complements Claude Code's built-in Explore agent:
| Built-in Explore | spark-explore:spark | |
|---|---|---|
| Model | Haiku (local) | Codex Spark (via MCP) |
| Best for | Quick lookups — grep, find file, read snippet | Deep analysis — architecture, multi-file reasoning, "how does X work" |
| Speed | Fast for small queries | 1000+ tokens/sec for large analysis |
Claude routes between them automatically based on the task.
/plugin marketplace add KennyKeni/spark-explore
/plugin install spark-explore
/spark-explore:setup
Restart Claude Code after setup to load the MCP server.
/spark-explore:uninstall
/plugin uninstall spark-explore
npm install -g @openai/codexcodex loginclaude mcp addspark) that delegates to Codex Spark via MCPNo code — the entire plugin is config and prompts. Codex CLI's native mcp-server subcommand does the heavy lifting.
MIT