From claude-ctags
Regenerates the ctags index for the current project via bash script, reports success or failure, and indicates the .claude/tags file location.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-ctags:refreshThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Refresh Ctags Index Regenerate the ctags index for the current project. ## Instructions Execute the regeneration script: Report the result to the user, indicating: - Whether the index was successfully updated - The location of the tags file (`.claude/tags`) ## When This Command Is Useful The index automatically regenerates after file edits and before commits. Manual refresh is useful when: - Files were modified outside of Claude Code - The user suspects the index is stale - After checking out a different git branch - After pulling changes from remote ## Notes - Requires Universa...
Regenerate the ctags index for the current project.
Execute the regeneration script:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/regenerate-tags.sh
Report the result to the user, indicating:
.claude/tags)The index automatically regenerates after file edits and before commits. Manual refresh is useful when:
.claude/tags file.gitignorenpx claudepluginhub devonmorris/claude-ctags/coderlmExplores codebase structure using tree-sitter index: search symbols, trace callers/implementations, find tests, view file trees and scoped code via CLI tools.
/update-indexTriggers incremental or full updates to project indexes: detects file changes since last update, refreshes affected file headers with Input/Output comments, syncs FOLDER_INDEX.md files, and regenerates PROJECT_INDEX.md with dependency graphs. Supports --full, --file, --folder flags.
/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.
/gen-claudeGenerate or enhance CLAUDE.md with project-specific guidance by analyzing codebase structure, languages, frameworks, linters, and build tools.
/cc-syncRe-analyzes project fingerprint, updates Claude Code configuration idempotently, propagates .claude/ to sub-repos, scaffolds docs/context/, syncs README.md and CLAUDE.md. Supports flags like --dry-run, --docs-only.