claude-ctags
01Plugin Claude Code
Claude Code plugin marketplace for ctags-based code indexing.
Plugin Claude Code
Claude Code plugin marketplace for ctags-based code indexing.
Plugin Claude Code
Auto-generates and maintains ctags index for efficient code navigation, reducing token usage by providing precise symbol-to-location lookups.
Command
Manually regenerate the ctags index.
Hook
Runs when a session starts, executing regenerate-tags.sh via bash. From DevonMorris/claude-ctags.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing regenerate-tags.sh via bash. From DevonMorris/claude-ctags.
Skill Claude CodeCodex
This skill should be used when the user asks to "find where X is defined", "find references to X", "where is X used", "locate the definition of", "where is the class/function/method", "jump to definition", "find symbol", or when needing to navigate code efficiently. Provides guidance on using the ctags index for…