Commit 3449f5e
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
| 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