From rag-cli
Analyzes the current project and indexes relevant documentation by running a Python script, displaying only the indexing summary output.
How this command is triggered — by the user, by Claude, or both
Slash command
/rag-cli:rag-projectrag_cli_plugin/commands/The summary Claude sees in its command listing — used to decide when to auto-load this command
# RAG Project Indexer
Analyze current project and index relevant documentation.
**IMPORTANT**: Execute indexer and show summary only. No additional commentary.
## Task
Run: `python ${CLAUDE_PLUGIN_ROOT}/src/plugin/commands/rag_project_indexer.py [ARGS]`
Show the indexing summary output only.
**DO NOT**:
- Explain the project analysis process
- Describe what will be indexed
- Provide examples or troubleshooting
- Add commentary before or after output
**ONLY**:
- Execute the command with any user-provided args
- Display the output
- StopAnalyze current project and index relevant documentation.
IMPORTANT: Execute indexer and show summary only. No additional commentary.
Run: python ${CLAUDE_PLUGIN_ROOT}/src/plugin/commands/rag_project_indexer.py [ARGS]
Show the indexing summary output only.
DO NOT:
ONLY:
npx claudepluginhub itmediatech/rag-cli --plugin rag-cli/index-repoAnalyzes repo structure, extracts metadata, and generates compact PROJECT_INDEX.md/JSON files for 94% token reduction. Supports update and quick modes via mode=<value>.
/sc-index-repoAnalyzes repository structure in parallel, extracts metadata, and generates PROJECT_INDEX.md and PROJECT_INDEX.json for 94% token reduction. Supports update and quick modes.
/indexIndexes the current codebase: detects ecosystem via key files (package.json, requirements.txt, go.mod, etc.), analyzes structure and patterns, generates structured summary, saves to Cognis memory.
/codexGenerates a compact markdown index of your codebase covering routes, schema, components, and lib exports to reduce token usage for AI assistants.
/indexGenerates project documentation (docs, API, structure, readme) and knowledge base for a target directory in MD, JSON, or YAML format with update option.