Skip to content

Commit 29507ad

Browse files
sjnimsclaude
andcommitted
feat: strengthen agent-development skill trigger phrases
Replace fragment-style trigger phrases with natural query-style phrases for better skill discovery and activation: - "agent frontmatter" → "what are the agent frontmatter fields" - "agent tools" → "how to restrict agent tools" - "agent colors" → "what colors can agents use" - Added: "design an agent for [task]" - Added: "how do I write agent descriptions" - Added: "validate my agent" - Added: "test agent triggering" Fixes #10 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e010328 commit 29507ad

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 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.
3+
description: This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "design an agent for [task]", "how do I write agent descriptions", "what are the agent frontmatter fields", "validate my agent", "test agent triggering", "how to restrict agent tools", "what colors can agents use", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
44
version: 0.1.0
55
---
66

0 commit comments

Comments
 (0)