Semantically search the codebase for relevant code. Use when the user wants to find how something is implemented, locate a specific component or function, or understand a part of the codebase.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codebase-agent-plugin:searchWhen to use
When user says "find", "search", "where is", "show me", "locate", "how is X implemented", "which file handles"
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `search_code` MCP tool from codebase-agent with the user's query.
Call the search_code MCP tool from codebase-agent with the user's query.
After getting results, write the full answer directly in the chat — do not just show a recap line. Include:
npx claudepluginhub enviees/codebase-agent --plugin codebase-agentCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.