Conversation
…entation Add documentation for the optional `allowed-tools` frontmatter field that allows skills to restrict which tools Claude can use when the skill is active. This is useful for read-only skills, security-sensitive workflows, and skills with limited scope. Changes: - Add "Optional Frontmatter Fields" section with allowed-tools documentation - Include YAML example showing proper syntax - List use cases for tool restriction - Update validation checklist with optional allowed-tools check Fixes #39 🤖 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 Complete ✓Reviewing PR #42: docs(skill-development): add allowed-tools optional frontmatter documentation Summary✅ Looks good - This PR properly documents the What's Good
SuggestionsNone - this is a straightforward documentation addition that follows existing patterns and doesn't require any changes. Checklist Verification
Recommendation: Approve and merge. This PR successfully documents the |
Summary
Add documentation for the optional
allowed-toolsfrontmatter field that allows skills to restrict which tools Claude can use when the skill is active.Problem
Fixes #39
The official Claude Code documentation includes an
allowed-toolsfrontmatter field for skills, but the skill-development skill didn't document this optional feature. Users creating skills didn't know about this option for restricting tool access.Solution
Added documentation to SKILL.md explaining the
allowed-toolsfeature:Alternatives Considered
Changes
plugins/plugin-dev/skills/skill-development/SKILL.md: +23 linesallowed-toolsdocumentationTesting
🤖 Generated with Claude Code