From 23dd4510458ccebb468a8273cc3fbe0142aacd31 Mon Sep 17 00:00:00 2001 From: Francy Lisboa Date: Sat, 18 Oct 2025 18:30:33 -0300 Subject: [PATCH] Add troubleshooting section for common installation error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a new troubleshooting section that explains the "Repository not found" error and provides the correct installation command. This will help users self-service common installation issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index ae518d0..1873cc5 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,28 @@ The meta-skill is installed and ready to use. --- +## 🔧 Troubleshooting + +### Installation Error: "Repository not found" + +If you see this error: +``` +Error: Failed to clone marketplace repository: Cloning into +'/Users/xxx/.claude/plugins/marketplaces/FrancyJGLisboa-agent-creator-skill'... +remote: Repository not found. +fatal: repository 'https://github.com/FrancyJGLisboa/agent-creator-skill.git/' not found +``` + +**Solution:** Make sure you're using the correct repository name: + +```bash +/plugin marketplace add FrancyJGLisboa/agent-skill-creator +``` + +Note: The repository name is `agent-skill-creator` (not `agent-creator-skill`). + +--- + ## 💡 How to Use (Tutorial Guide) ### Basic Usage - Describe Your Workflow