From reviewer
This skill should be used when the user asks to "create a reviewer agent", "add a custom agent", "create a review agent", or "add a specialized reviewer". Create a custom reviewer agent with a specific model and tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reviewer:create-reviewer-agentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a custom reviewer agent with a specific model, tools, and skills. Add specialized reviewer agents for different review contexts.
Create a custom reviewer agent with a specific model, tools, and skills. Add specialized reviewer agents for different review contexts.
Input: $ARGUMENTS - name for the new agent.
/reviewer:create-reviewer-agent security-reviewer - create a security-focused reviewer/reviewer:create-reviewer-agent fast-reviewer - create a fast haiku-based reviewerExtract the agent name from $ARGUMENTS. Validate:
Check if .claude/agents/<name>.md already exists on disk.
If it exists:
Ask the user for:
opus (deep reasoning), sonnet (balanced), or haiku (fast)Read, Glob, Grep, Skill, WebFetchreviewer-frameworkRead the template from assets/reviewer-agent.md. Replace placeholders:
| Placeholder | Value |
|---|---|
{NAME} | Agent name |
{DESCRIPTION} | Agent description |
{MODEL} | Selected model |
If additional tools, skills, or instructions were specified, modify the template output accordingly before writing.
Write the result to .claude/agents/<name>.md.
Print what was created and how to reference it in self-review extensions or Task calls.
npx claudepluginhub tvishwanadha/skills --plugin reviewerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.