Commit 4ac66c4
docs: update tools field examples to comma-separated format (#134)
## Summary
Updates the agent-development skill documentation to use comma-separated
format for the `tools` field instead of array format, aligning with
official Claude Code documentation.
## Problem
Fixes #132
The documentation examples showed array format (`tools: ["Read",
"Write"]`) while official Claude Code docs use comma-separated format
(`tools: Read, Write`). This inconsistency could confuse users creating
agents.
## Solution
Updated all `tools` field examples to use comma-separated format to
match:
- Official
[sub-agents.md](https://docs.claude.com/en/docs/claude-code/sub-agents)
documentation
- Existing agents in this plugin (`plugin-validator.md`,
`skill-reviewer.md`, `agent-creator.md`)
### Alternatives Considered
- **Leave as array format**: Rejected because it contradicts official
documentation
- **Support both formats**: Not applicable - this is documentation only,
not code
## Changes
- `SKILL.md:116` - Complete Format example
- `SKILL.md:228-231` - tools field format description and code block
- `SKILL.md:238-242` - Common tool sets section
- `SKILL.md:441` - Frontmatter Fields Summary table
## Testing
- [x] Markdownlint passes
- [x] Changes are documentation-only (no functional impact)
- [x] Format matches official documentation
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5daa19e commit 4ac66c4
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
0 commit comments