Fix allowed-tools to use spec-compliant space-delimited strings#139
Fix allowed-tools to use spec-compliant space-delimited strings#139jonathanhefner wants to merge 2 commits intotrailofbits:mainfrom
allowed-tools to use spec-compliant space-delimited strings#139Conversation
Per the agentskills.io specification, `allowed-tools` must be a single string of space-delimited patterns, not a YAML list. Converted all 23 SKILL.md files from the `- Item` list format to the correct `"Item1 Item2"` string format. Also updated the frontmatter examples in CLAUDE.md and the workflow-skill-design skill template to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Automated Review — PR #139Warning: Complex PR — flagged for human review (touches CLAUDE.md) Spec VerificationConfirmed against agentskills.io/specification: the Review FindingsAll 23 SKILL.md files and CLAUDE.md are correctly converted. Changes are mechanical and consistent — each YAML list is flattened to a single space-delimited string on the same line as Minor issues / observations:
Validation
RecommendationApprove with optional follow-up for items 1-3 above. The core change is correct and well-scoped. Changes MadeNone — review-only for complex PRs. Reviewed by Claude Code |
…ow-skill-design docs - Convert firebase-apk-scanner from comma-separated to space-delimited - Update anti-patterns.md and tool-assignment-guide.md examples from YAML lists to space-delimited strings - Remove unnecessary quotes from SKILL.md template placeholder Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Per the agentskills.io specification,
allowed-toolsmust be a single string of space-delimited patterns, not a YAML list. Converted all 23 SKILL.md files from the- Itemlist format to the correct"Item1 Item2"string format. Also updated the frontmatter examples in CLAUDE.md and the workflow-skill-design skill template to match.