From 61898aea32eeb3d8fa06b533cb91e327c644770c Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Sat, 11 Oct 2025 09:55:36 -0400 Subject: [PATCH] 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. --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b0d8ffd..0458079 100644 --- a/README.md +++ b/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 ```