From c98aef0fd868cb16cc218de8999e08d3a251b6c9 Mon Sep 17 00:00:00 2001 From: Quinton James Date: Sat, 14 Mar 2026 16:14:46 +0000 Subject: [PATCH] fix: correct typo in GitHub topics setup script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit image-studioeration → image-generation in both the API call and the confirmation echo. --- scripts/setup-github-topics.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/setup-github-topics.sh b/scripts/setup-github-topics.sh index 3eb52e8..b632d62 100755 --- a/scripts/setup-github-topics.sh +++ b/scripts/setup-github-topics.sh @@ -23,7 +23,7 @@ gh api \ -f "names[]=claude-code-skills" \ -f "names[]=claude-code-marketplace" \ -f "names[]=agentskills" \ - -f "names[]=image-studioeration" \ + -f "names[]=image-generation" \ -f "names[]=audio-generation" \ -f "names[]=content-creation" \ -f "names[]=openclaw" @@ -34,7 +34,7 @@ echo "Topics added:" echo " claude-skills, agent-skills, skill-md, skillsmp," echo " claude-code, claude-code-plugin, claude-code-skill," echo " claude-code-skills, claude-code-marketplace, agentskills," -echo " image-studioeration, audio-generation, content-creation, openclaw" +echo " image-generation, audio-generation, content-creation, openclaw" echo "" echo "🔍 Your repo will now be discovered by:" echo " - SkillsMP (searches filename:SKILL.md + topics)"