Add troubleshooting section for common installation error
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 <noreply@anthropic.com>
This commit is contained in:
parent
d7210bb49d
commit
23dd451045
1 changed files with 22 additions and 0 deletions
22
README.md
22
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue