From a3b7d752c6cafd3fea81fb1124ae6cde643ae55b Mon Sep 17 00:00:00 2001 From: sourabharsh Date: Sat, 4 Jul 2026 03:07:57 +0530 Subject: [PATCH] fix(plugin-dev): use "asks to" in skill-development and plugin-settings descriptions for consistency Completes the consistency fix from PR #13204 which changed "wants to" to "asks to" across plugin-dev skills. Two skills were missed: - skill-development/SKILL.md - plugin-settings/SKILL.md --- plugins/plugin-dev/skills/plugin-settings/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin-dev/skills/plugin-settings/SKILL.md b/plugins/plugin-dev/skills/plugin-settings/SKILL.md index 912a06e184..619fc89a6d 100644 --- a/plugins/plugin-dev/skills/plugin-settings/SKILL.md +++ b/plugins/plugin-dev/skills/plugin-settings/SKILL.md @@ -1,6 +1,6 @@ --- name: Plugin Settings -description: This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content. +description: This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or asks to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content. version: 0.1.0 ---