From 79dc635009b0f525567bf458531a636556493bd9 Mon Sep 17 00:00:00 2001 From: Francy Lisboa Date: Sat, 25 Oct 2025 10:04:38 -0300 Subject: [PATCH] fix: Align skill naming convention to fix plugin loading errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed naming mismatch between SKILL.md and marketplace.json that caused plugin loading errors when users tried to install the skill. Changes: - SKILL.md: agent-creator-en-v2 → agent-skill-creator - marketplace.json: agent-sill-creator → agent-skill-creator (fixed typo) Now follows the standard naming pattern: - Skill name: agent-skill-creator - Marketplace: agent-skill-creator - Plugin: agent-skill-creator-plugin This resolves the "Plugin 'agent-creator-en-plugin' not found in marketplace 'agent-creator-en'" error reported by users. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 2 +- SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c0ce256..f32d011 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "agent-sill-creator", + "name": "agent-skill-creator", "owner": { "name": "Agent Skill Creator", "email": "agrolisboa@gmail.com" diff --git a/SKILL.md b/SKILL.md index dcdaf81..3a0b6db 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,5 +1,5 @@ --- -name: agent-creator-en-v2 +name: agent-skill-creator description: This enhanced skill should be used when the user asks to create an agent, automate a repetitive workflow, create a custom skill, or needs advanced agent creation capabilities. Activates with phrases like every day, daily I have to, I need to repeat, create agent for, automate workflow, create skill for, need to automate, turn process into agent. Supports single agents, multi-agent suites, transcript processing, template-based creation, and interactive configuration. Claude will use the enhanced protocol to research APIs, define analyses, structure everything, implement functional code, and create complete skills autonomously with optional user guidance. --- # Agent Creator - Meta-Skill