Help us improve
Share bugs, ideas, or general feedback.
From claude-scholar
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).
npx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:indexsc/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /sc:index - Project Documentation ## Triggers - Project documentation creation and maintenance requirements - Knowledge base generation and organization needs - API documentation and structure analysis requirements - Cross-referencing and navigation enhancement requests ## Usage ## Behavioral Flow 1. **Analyze**: Examine project structure and identify key documentation components 2. **Organize**: Apply intelligent organization patterns and cross-referencing strategies 3. **Generate**: Create comprehensive documentation with framework-specific patterns 4. **Validate**: Ensure documenta...
/sc-indexGenerates project documentation and knowledge base from a target directory with structure analysis, organization, cross-referencing, validation, and maintenance. Supports --type docs|api|structure|readme and --format md|json|yaml.
/indexGenerates project documentation (docs, API, structure, readme) and knowledge base for a target directory in MD, JSON, or YAML format with update option.
/documentationGenerates comprehensive project documentation (README, API, user guides, developer docs) via parallel sub-agents by type. Accepts <doc_type> [project_path].
/docsGenerate or update project documentation from codebase and specs. Scopes: api|readme|deploy|all. Scans files, drafts for approval, tracks in todo.md.
/project-docsGenerates project documentation from codebase analysis, producing ARCHITECTURE.md, API_ENDPOINTS.md, and/or DATABASE_SCHEMA.md. Supports all|architecture|api|database arguments; defaults to auto-detection.
/documentsAudits, creates, and updates project documentation according to monorepo standards, using phase-focused or full audit modes.
Share bugs, ideas, or general feedback.
/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: