diff --git a/plugins/plugin-dev/skills/plugin-settings/SKILL.md b/plugins/plugin-dev/skills/plugin-settings/SKILL.md index a786f9e..f900d95 100644 --- a/plugins/plugin-dev/skills/plugin-settings/SKILL.md +++ b/plugins/plugin-dev/skills/plugin-settings/SKILL.md @@ -102,7 +102,7 @@ Commands can read settings files to customize behavior: ```markdown --- description: Process data with plugin -allowed-tools: ["Read", "Bash"] +allowed-tools: Read, Bash --- # Process Command diff --git a/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md b/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md index 987e9a1..83a3552 100644 --- a/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md +++ b/plugins/plugin-dev/skills/plugin-settings/examples/create-settings-command.md @@ -1,6 +1,6 @@ --- description: "Create plugin settings file with user preferences" -allowed-tools: ["Write", "AskUserQuestion"] +allowed-tools: Write, AskUserQuestion --- # Create Plugin Settings