[[Claude Code]]の[[allowed-tools (Agent Skills)|allowed-tools]]実装。カンマ区切りの複数指定。 ```yaml --- allowed-tools: Read, Grep, Bash(gh *) --- ``` > [!question] [[Sequence (YAML)|Sequence]]の表現は対応しているか? > [v2.1.0](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#210) 以上で対応しています。 > > > - Added support for YAML-style lists in frontmatter `allowed-tools` field for cleaner skill declarations > > > > *[claude-code/CHANGELOG.md at main · anthropics/claude-code](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#210)*