diff --git a/plugins/plugin-dev/agents/agent-creator.md b/plugins/plugin-dev/agents/agent-creator.md index a752573..f73534e 100644 --- a/plugins/plugin-dev/agents/agent-creator.md +++ b/plugins/plugin-dev/agents/agent-creator.md @@ -29,9 +29,10 @@ Plugin development with agent addition, trigger agent-creator. +# Explicit sonnet for complex agent generation reasoning model: sonnet color: magenta -tools: ["Write", "Read"] +tools: Write, Read --- You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability. @@ -116,7 +117,7 @@ When a user describes what they want an agent to do, you will: description: [Use this agent when... Examples: ...] model: inherit color: [chosen-color] - tools: ["Tool1", "Tool2"] # Optional + tools: Tool1, Tool2 # Optional --- [Complete system prompt] diff --git a/plugins/plugin-dev/agents/plugin-validator.md b/plugins/plugin-dev/agents/plugin-validator.md index 1e75846..8ec776d 100644 --- a/plugins/plugin-dev/agents/plugin-validator.md +++ b/plugins/plugin-dev/agents/plugin-validator.md @@ -43,7 +43,7 @@ assistant: "I'll use the plugin-validator agent to check the marketplace." model: inherit color: yellow -tools: ["Read", "Grep", "Glob", "Bash"] +tools: Read, Grep, Glob, Bash --- You are an expert plugin and marketplace validator specializing in comprehensive validation of Claude Code plugin structure, configuration, components, and plugin marketplaces. @@ -106,7 +106,7 @@ First, determine what type of validation is needed: 5. **Validate Agents** (if `agents/` exists): - Use Glob to find `agents/**/*.md` - For each agent file: - - Use the validate-agent.sh utility from agent-development skill + - Use `./skills/agent-development/scripts/validate-agent.sh` utility - Or manually check: - Frontmatter with `name`, `description`, `model`, `color` - Name format (lowercase, hyphens, 3-50 chars) @@ -125,7 +125,7 @@ First, determine what type of validation is needed: - Validate referenced files exist 7. **Validate Hooks** (if `hooks/hooks.json` exists): - - Use the validate-hook-schema.sh utility from hook-development skill + - Use `./skills/hook-development/scripts/validate-hook-schema.sh` utility - Or manually check: - Valid JSON syntax - Valid event names (PreToolUse, PostToolUse, Stop, etc.) diff --git a/plugins/plugin-dev/agents/skill-reviewer.md b/plugins/plugin-dev/agents/skill-reviewer.md index 198194e..41df71b 100644 --- a/plugins/plugin-dev/agents/skill-reviewer.md +++ b/plugins/plugin-dev/agents/skill-reviewer.md @@ -32,7 +32,7 @@ Skill description modified, review for triggering effectiveness. model: inherit color: cyan -tools: ["Read", "Grep", "Glob"] +tools: Read, Grep, Glob --- You are an expert skill architect specializing in reviewing and improving Claude Code skills for maximum effectiveness and reliability.