Generates project documentation, knowledge base, API docs, structure analysis, or README for a target path. Supports --type (docs|api|structure|readme) and --format (md|json|yaml).
From claude-scholarnpx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarsc//indexIndexes codebase into Supermemory for persistent context: detects tech ecosystem, scans manifests/configs/entry points/architecture.
/indexScans codebase for components (controllers, services, models) and external resources to generate searchable specs in specs/.index/. Supports --path, --type, --exclude, --dry-run, --force, --changed, --quick flags.
/indexIndexes or re-indexes the current project into the OpenTrace knowledge graph using opentraceai. Supports path/flags; reports results and graph stats.
/indexGenerates AI-readable feature index mapping natural language descriptions of UI elements, interactions, and business flows to exact code locations and modification guides. Saves markdown report to .claude/context/index.md.
/indexGenerates project documentation (docs, API, structure, readme) and knowledge base for a target directory in MD, JSON, or YAML format with update option.
/indexIndexes a folder of documents for semantic search: scans supported files, extracts text, stores embeddings in local vector database. Reports files indexed, skipped, and errors.
/sc:index [target] [--type docs|api|structure|readme] [--format md|json|yaml]
Key behaviors:
/sc:index project-root --type structure --format md
# Comprehensive project structure documentation with intelligent organization
# Creates navigable structure with cross-references and component relationships
/sc:index src/api --type api --format json
# API documentation with systematic analysis and validation
# Scribe and quality personas ensure completeness and accuracy
/sc:index . --type docs
# Interactive knowledge base generation with project-specific patterns
# Architect persona provides structural organization and cross-referencing
Will:
Will Not: