Commit 73f2b2c
docs(agent-development): improve visibility of tools vs allowed-tools disambiguation (#28)
## Summary
- Added prominent callout in Overview section for early visibility
- Added contextual note in tools field section with cross-reference to
skill-development skill
- Implements Option C from issue (both locations)
## Problem
Fixes #24
The important distinction between `tools` (agents) and `allowed-tools`
(skills) was buried at line ~385 in the Quick Reference section, making
it easy to miss when switching between component types.
## Solution
Added the disambiguation in two strategic locations:
1. **Overview section** (line 19) - Early visibility with warning emoji
callout
2. **tools field section** (line 204) - Contextual help when users are
configuring tool restrictions, includes cross-reference to
skill-development skill
This dual placement ensures users see the warning whether they're
scanning the document from the top or jumping directly to the tools
field documentation.
### Alternatives Considered
- **Option A (tools field only)**: Would miss users scanning from top
- **Option B (Overview only)**: Would miss users jumping to tools field
- **Option C (both)**: Selected - ensures visibility in both contexts
## Changes
- `plugins/plugin-dev/skills/agent-development/SKILL.md`: Added 2
callout boxes
## Testing
- [x] Markdownlint passes
- [x] Both callouts render correctly in markdown
- [x] Cross-reference to skill-development skill included
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 114b52c commit 73f2b2c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| 204 | + | |
| 205 | + | |
202 | 206 | | |
203 | 207 | | |
204 | 208 | | |
| |||
0 commit comments