Retrieve this project's coding conventions before creating new files. Use when the user wants to create a new page, component, hook, feature, or any new file to ensure it follows the project's existing patterns.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codebase-agent-plugin:conventionsWhen to use
When user says "create", "add", "build", "make", "new page", "new component", "new hook", "new feature", "implement", "scaffold", "generate"
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ALWAYS call `get_conventions` from codebase-agent BEFORE generating any new code.
ALWAYS call get_conventions from codebase-agent BEFORE generating any new code.
Steps:
get_conventions with a description of what is being builtNever skip this step — generating code without checking conventions produces files that don't match the project style.
If no conventions are found, fall back to the patterns visible in nearby files.
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