npx claudepluginhub poll-the-people/customgpt-for-claude-codeGive Claude Code semantic search over your entire project using CustomGPT.ai's RAG engine. Upload your codebase once, then ask questions across all files instantly. Use /create-agent to connect a folder, /ask-agent to search it, and /update-agent to sync changes. No dependencies — just curl.
A Claude Code plugin that gives you semantic search over your entire project using CustomGPT.ai. Upload your codebase once, then ask questions across all files instantly.
No dependencies. Just curl.
CustomGPT.ai is a RAG (Retrieval-Augmented Generation) platform. It takes your files, chunks and embeds them, and lets you query across everything with AI-generated answers and source citations. This plugin connects it to Claude Code so you can search large projects without hitting context limits.
In Claude Code, run:
/plugin marketplace add Poll-The-People/customgpt-for-claude-code
/plugin install customgpt-ai-rag@poll-the-people-customgpt-for-claude-code
/reload-plugins
/create-agent — the plugin will ask for your key and save itThat's it. The plugin uploads your files and you're ready to search.
/create-agent → connect your project to a new agent
/ask-agent [question] → search across your codebase
/update-agent → sync changed + new files (fast, cheap)
/rebuild-agent → wipe and re-upload everything (uses quota)
/check-status → see if files are done processing
/add-files [path] → add specific files or folders
/list-files → see all documents in the knowledge base
/delete-agent → permanently delete the agent
The plugin checks these locations in order:
$CUSTOMGPT_API_KEY env var.env file (walks up from current dir)~/.claude/customgpt-config.jsonIf no key is found, the plugin prompts you and saves it automatically.
CustomGPT.ai supports 1,400+ file types — code, docs, images, PDFs, spreadsheets, and more. If a file type isn't supported, the API will tell you.
Auto-excluded: .git/ node_modules/ dist/ build/ .env and other common junk directories.
Files are uploaded to CustomGPT.ai for processing. Uses your existing subscription quota. API key stored locally at ~/.claude/customgpt-config.json.
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search