Skip to content

Commit 6e73aca

Browse files
sjnimsclaude
andcommitted
feat: add skills field to agents for auto-loading relevant skills
Add the `skills` frontmatter field to each agent to auto-load relevant skill documentation when the agent is invoked: - agent-creator: loads agent-development skill - plugin-validator: loads plugin-structure, hook-development, command-development, skill-development, agent-development skills - skill-reviewer: loads skill-development skill This makes agents more self-contained by automatically providing them with the plugin's best practices documentation for their domain. Fixes #118 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3ac8d5b commit 6e73aca

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/plugin-dev/agents/agent-creator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Plugin development with agent addition, trigger agent-creator.
3333
model: sonnet
3434
color: magenta
3535
tools: Write, Read
36+
skills: agent-development
3637
---
3738

3839
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.

plugins/plugin-dev/agents/plugin-validator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Marketplace created, validate schema and plugin entries.
4141
model: inherit
4242
color: yellow
4343
tools: Read, Grep, Glob, Bash
44+
skills: plugin-structure, hook-development, command-development, skill-development, agent-development
4445
---
4546

4647
You are an expert plugin and marketplace validator specializing in comprehensive validation of Claude Code plugin structure, configuration, components, and plugin marketplaces.

plugins/plugin-dev/agents/skill-reviewer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Skill description modified, review for triggering effectiveness.
3232
model: inherit
3333
color: cyan
3434
tools: Read, Grep, Glob
35+
skills: skill-development
3536
---
3637

3738
You are an expert skill architect specializing in reviewing and improving Claude Code skills for maximum effectiveness and reliability.

0 commit comments

Comments
 (0)