From 3fcf87f055b980550ceba4e250c5f6b190cdc0cf Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 22 Apr 2026 18:29:17 +0000 Subject: [PATCH] fix: resolve duplicate skill name brand-guidelines (B7, B8) brand-guidelines-anthropic and brand-guidelines-community both declared `name: brand-guidelines`, causing a silent install conflict where the second skill overwrites the first in Claude Code's skill registry. Renamed to match their directory names: brand-guidelines-anthropic and brand-guidelines-community respectively. Co-Authored-By: Claude Code --- .../business-marketing/brand-guidelines-anthropic/SKILL.md | 2 +- .../business-marketing/brand-guidelines-community/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-tool/components/skills/business-marketing/brand-guidelines-anthropic/SKILL.md b/cli-tool/components/skills/business-marketing/brand-guidelines-anthropic/SKILL.md index 47c72c607..a4a52b540 100644 --- a/cli-tool/components/skills/business-marketing/brand-guidelines-anthropic/SKILL.md +++ b/cli-tool/components/skills/business-marketing/brand-guidelines-anthropic/SKILL.md @@ -1,5 +1,5 @@ --- -name: brand-guidelines +name: brand-guidelines-anthropic description: Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. license: Complete terms in LICENSE.txt --- diff --git a/cli-tool/components/skills/business-marketing/brand-guidelines-community/SKILL.md b/cli-tool/components/skills/business-marketing/brand-guidelines-community/SKILL.md index 47c72c607..1d416182b 100644 --- a/cli-tool/components/skills/business-marketing/brand-guidelines-community/SKILL.md +++ b/cli-tool/components/skills/business-marketing/brand-guidelines-community/SKILL.md @@ -1,5 +1,5 @@ --- -name: brand-guidelines +name: brand-guidelines-community description: Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. license: Complete terms in LICENSE.txt ---