Conversation
… disambiguation Add prominent callouts to clarify the difference between `tools` (agents) and `allowed-tools` (skills) in two key locations: 1. Overview section - early visibility for users scanning the document 2. tools field section - contextual help when configuring tool restrictions This addresses user confusion when switching between agent and skill development. Fixes #24 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @sjnims's task —— View job PR Review: docs(agent-development): improve visibility of tools vs allowed-tools disambiguation
|

Summary
Problem
Fixes #24
The important distinction between
tools(agents) andallowed-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:
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
Changes
plugins/plugin-dev/skills/agent-development/SKILL.md: Added 2 callout boxesTesting
🤖 Generated with Claude Code