mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Fix installation instructions to use HTTPS URL format
- Update primary installation method to use full HTTPS URL - Remove redundant manual installation section - Simplify instructions to two commands - Resolves SSH authentication issues reported in #85 Users were experiencing "Failed to clone marketplace repository" errors when using the short format (wshobson/agents) because Claude Code defaults to SSH cloning. Using the full HTTPS URL bypasses this issue.
This commit is contained in:
23
README.md
23
README.md
@@ -12,13 +12,17 @@ This unified repository provides everything needed for intelligent automation an
|
||||
|
||||
## Installation
|
||||
|
||||
To install plugins, run the `/plugin` command in Claude Code and follow the interactive prompts:
|
||||
Add this marketplace to Claude Code:
|
||||
|
||||
1. Browse & install plugins from available marketplaces
|
||||
2. Add custom marketplace sources
|
||||
3. Manage installed plugins
|
||||
```bash
|
||||
/plugin marketplace add https://github.com/wshobson/agents
|
||||
```
|
||||
|
||||
**Note:** When adding a marketplace, enter `wshobson/agents` to access all plugins from this repository.
|
||||
Then browse and install plugins using:
|
||||
|
||||
```bash
|
||||
/plugin
|
||||
```
|
||||
|
||||
### Available Plugins
|
||||
|
||||
@@ -196,15 +200,6 @@ Unity C# scripting → Minecraft Bukkit/Spigot plugins → Game mechanics
|
||||
```
|
||||
WCAG validation → Screen reader testing → Keyboard navigation → Inclusive design
|
||||
|
||||
### Manual Installation
|
||||
|
||||
```bash
|
||||
cd ~/.claude
|
||||
git clone https://github.com/wshobson/agents.git
|
||||
```
|
||||
|
||||
All agents, workflows, and tools will be automatically available to Claude Code.
|
||||
|
||||
## Repository Structure
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user