Commit 41f7c8b
feat(agent-development): add comparative trigger phrases to skill description (#20)
## Summary
- Add 4 new trigger phrases to the agent-development skill description
- Improves discoverability for comparative and conceptual questions
## Problem
Fixes #17
Users asking questions like "what's the difference between an agent and
a skill?" wouldn't discover the agent-development skill, despite it
having an excellent comparison table.
## Solution
Added these specific trigger phrases to the description:
- `"difference between agent and skill"`
- `"agent vs command"`
- `"when should I use an agent"`
- `"agent schema"`
### Alternatives Considered
- Adding a separate FAQ skill - rejected as agent-development already
has comprehensive comparison content
- Modifying skill body - unnecessary since triggering is the issue, not
content
## Changes
- `plugins/plugin-dev/skills/agent-development/SKILL.md`: Added 4
trigger phrases to description
## Testing
- [x] Description under 1024 character limit (580 chars)
- [x] Markdownlint passes
- [x] Skill triggers on test queries (e.g., "what's the difference
between an agent and a skill?")
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8521d81 commit 41f7c8b
File tree
2 files changed
+4
-6
lines changed- .github/workflows
- plugins/plugin-dev/skills/agent-development
2 files changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 88 | + | |
| 89 | + | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
111 | | - | |
| 110 | + | |
112 | 111 | | |
113 | | - | |
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| |||
| 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