Find and retrieve project patterns and conventions. Use when the user wants to know how the project structures a specific type of file, what patterns exist, or before creating anything new.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codebase-agent-plugin:patternsWhen to use
When user says "what patterns", "show me patterns", "how does this project structure", "what conventions", "before creating", "how do we build", "how are X structured in this project"
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call the `get_conventions` MCP tool from codebase-agent with a description of what the user is looking for.
Call the get_conventions MCP tool from codebase-agent with a description of what the user is looking for.
After getting the tool response, write the full answer directly in the chat. Include:
Tell the user they can say "create a [type]" and Claude will automatically follow this pattern.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub enviees/codebase-agent --plugin codebase-agent