Skip to content

Commit ff614dc

Browse files
sjnimsclaude
andauthored
feat: strengthen agent-development skill trigger phrases (#14)
## Summary Update the `agent-development` skill description to use natural query-style trigger phrases instead of fragments for improved skill discovery and activation. ## Problem Fixes #10 The current trigger phrases include fragments that don't match how users naturally ask questions: - `"agent frontmatter"` - fragment, not a question - `"agent tools"` - fragment - `"agent colors"` - fragment ## Solution Replace fragments with natural user queries that improve skill triggering: - `"agent frontmatter"` → `"what are the agent frontmatter fields"` - `"agent tools"` → `"how to restrict agent tools"` - `"agent colors"` → `"what colors can agents use"` Added new trigger phrases covering common user intents: - `"design an agent for [task]"` - `"how do I write agent descriptions"` - `"validate my agent"` - `"test agent triggering"` ## Changes - `plugins/plugin-dev/skills/agent-development/SKILL.md`: Updated description field with natural query-style trigger phrases ## Testing - [x] Linting passes - [x] Description follows established patterns from other skills --- 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent e010328 commit ff614dc

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)