Commit ff614dc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments