From rag-cli
Analyzes the current project and indexes relevant documentation by running a Python script, displaying only the indexing summary output.
npx claudepluginhub itmediatech/rag-cli --plugin rag-clirag_cli_plugin/commands/# 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
- Stop/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.
/indexGenerates project documentation (docs, API, structure, readme) and knowledge base for a target directory in MD, JSON, or YAML format with update option.
Share bugs, ideas, or general feedback.
Analyze 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: