Look up a symbol and ask Claude a specific question about it
Fetch symbol details from the codebase and answer specific questions about its implementation, usage, and relationships
/plugin marketplace add bartolli/codanna-cc-plugin/plugin install codanna-cc-plugin@codanna-cc-plugin<symbol-name> "<question>"Symbol to analyze: $1
User's question: $2
Use the Bash tool to fetch symbol information, then answer the user's question.
Workflow:
node .claude/scripts/context-provider.js symbol $1When answering:
Focus on what the code actually shows, not general programming principles.