Experienced Go development patterns and tools
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install golang-development@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/golang-development.json
Step 2: Install the plugin
/plugin install golang-development@golang-development
[!WARNING] For now this is just a place to try out Claude plugins, not much to see here.
Add this marketplace to Claude Code:
/plugin marketplace add geoffjay/claude-plugins
This makes all plugins available for installation, but does not load any agents or tools into the Claude context.
Browse available plugins:
/plugin
Install the plugins you need:
/plugin install golang-development
Each installed plugin only loads its specific agents, commands, and skills into the Claude context.
Three-tier architecture for token efficiency:
claude-agents/
├── .claude-plugin/
│ └── marketplace.json # all plugins
├── plugins/
│ ├── golang-development/
│ │ ├── agents/ # Expert definitions
│ │ ├── commands/ # Scaffolding tool
│ │ └── skills/ # Specialized skills
│ └── ... (more plugins)
├── docs/ # Comprehensive documentation
└── README.md # This file
To add new agents, skills, or commands:
plugins/
.md
files in the appropriate subdirectory:
agents/
- For specialized agentscommands/
- For tools and workflowsskills/
- For modular knowledge packages.claude-plugin/marketplace.json
See Architecture Documentation for detailed guidelines.
This project borrows considerably from wshobson/agents.
MIT License - see LICENSE file for details.
1.0.0