Skip to content

Commit 3449f5e

Browse files
sjnimsclaude
andauthored
fix(agent-development): correct SKILL.md description to third-person format (#34)
## Summary - Corrected the agent-development skill's SKILL.md description to follow prescribed third-person format - Removed preamble text and started with "This skill should be used when..." - Preserved and refined trigger phrases for better discoverability ## Problem Fixes #31 The description used imperative format ("Use when...") instead of third-person format ("This skill should be used when...") as documented in the skill-development skill guidelines. ## Solution Changed description from: ``` This skill provides comprehensive agent development guidance for Claude Code plugins. Use when the user asks to... ``` To: ``` This skill should be used when the user asks to... ``` ### Alternatives Considered None - this is a straightforward compliance fix to match documented best practices. ## Changes - `plugins/plugin-dev/skills/agent-development/SKILL.md`: Updated frontmatter description field ## Testing - [x] Description starts with "This skill should be used when..." - [x] No preamble text before triggering condition - [x] Trigger phrases preserved - [x] Description under 1,024 characters (currently ~350) - [x] Markdown linting passes --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent a1bfa81 commit 3449f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/plugin-dev/skills/agent-development

plugins/plugin-dev/skills/agent-development/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: agent-development
3-
description: This skill provides comprehensive agent development guidance for Claude Code plugins. Use when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "validate my agent", "test agent triggering", "agent tools", "agent colors", "autonomous agent", "agent vs skill", "agent vs command", "when to use agents", or needs guidance on agent structure, system prompts, or triggering conditions.
3+
description: This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
44
---
55

66
# Agent Development for Claude Code Plugins

0 commit comments

Comments
 (0)