Commit ec70f87
docs: clarify official documentation discrepancies in agent-development skill (#124)
## Summary
Adds clarification notes to the agent-development skill explaining
documentation discrepancies between this skill and official Claude Code
documentation.
## Problem
Fixes #123
Users following the agent-development skill may be confused when
comparing it to official Claude Code documentation because:
1. The `color` field is documented here but not in the [official
sub-agents docs](https://docs.claude.com/en/docs/claude-code/sub-agents)
2. The
[plugins-reference.md](https://docs.claude.com/en/docs/claude-code/plugins-reference)
shows an older agent format using `capabilities` instead of `tools`
## Solution
Added clarification notes in two locations:
1. **Overview section** - Comprehensive note explaining both
discrepancies and linking to
[anthropics/claude-code#8501](anthropics/claude-code#8501)
for upstream tracking
2. **`color` field section** - Brief note pointing back to the overview
for details
### Alternatives Considered
- Adding a dedicated "Documentation Notes" section: Rejected as it would
add too much visual weight for a temporary discrepancy
- Only documenting at the `color` field: Rejected as users need context
early in the document
## Changes
- `plugins/plugin-dev/skills/agent-development/SKILL.md`: Added
clarification notes about official documentation discrepancies
## Testing
- [x] Linting passes (`markdownlint`)
- [x] Links to upstream issue and docs are valid
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8ad84d4 commit ec70f87
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
206 | 208 | | |
207 | 209 | | |
208 | 210 | | |
| 211 | + | |
| 212 | + | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
| |||
0 commit comments