{
  "markdown": "# Personal Claude Plugins Marketplace\n\n> [!WARNING]\n> For now this is just a place to try out Claude plugins, not much to see here.\n\n## Quick Start\n\n### Step 1: Add the Marketplace\n\nAdd this marketplace to Claude Code:\n\n```bash\n/plugin marketplace add geoffjay/claude-plugins\n```\n\nThis makes all plugins available for installation, but does not load any agents or tools into the Claude context.\n\n### Step 2: Install Plugins\n\nBrowse available plugins:\n\n```bash\n/plugin\n```\n\nInstall the plugins you need:\n\n```bash\n/plugin install golang-development\n```\n\nEach installed plugin only loads its specific agents, commands, and skills into the Claude context.\n\n## Architecture Highlights\n\n### Granular Design\n\n- **Single responsibility** - Each plugin does one thing well\n- **Minimal token usage** - Average 3.4 components per plugin\n- **Composable** - Mix and match for complex workflows\n- **100% coverage** - All 85 agents accessible across plugins\n\n### Progressive Disclosure (Skills)\n\nThree-tier architecture for token efficiency:\n\n1. **Metadata** - Name and activation criteria (always loaded)\n2. **Instructions** - Core guidance (loaded when activated)\n3. **Resources** - Examples and templates (loaded on demand)\n\n### Repository Structure\n\n```\nclaude-agents/\n├── .claude-plugin/\n│   └── marketplace.json          # all plugins\n├── plugins/\n│   ├── golang-development/\n│   │   ├── agents/               # Expert definitions\n│   │   ├── commands/             # Scaffolding tool\n│   │   └── skills/               # Specialized skills\n│   └── ... (more plugins)\n├── docs/                         # Comprehensive documentation\n└── README.md                     # This file\n```\n\n[→ View architecture details](docs/architecture.md)\n\n## Contributing\n\nTo add new agents, skills, or commands:\n\n1. Identify or create the appropriate plugin directory in `plugins/`\n2. Create `.md` files in the appropriate subdirectory:\n   - `agents/` - For specialized agents\n   - `commands/` - For tools and workflows\n   - `skills/` - For modular knowledge packages\n3. Follow naming conventions (lowercase, hyphen-separated)\n4. Write clear activation criteria and comprehensive content\n5. Update the plugin definition in `.claude-plugin/marketplace.json`\n\nSee [Architecture Documentation](docs/architecture.md) for detailed guidelines.\n\n## Resources\n\n### Documentation\n\n- [Claude Code Documentation](https://docs.claude.com/en/docs/claude-code/overview)\n- [Plugins Guide](https://docs.claude.com/en/docs/claude-code/plugins)\n- [Subagents Guide](https://docs.claude.com/en/docs/claude-code/sub-agents)\n- [Agent Skills Guide](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview)\n- [Slash Commands Reference](https://docs.claude.com/en/docs/claude-code/slash-commands)\n\n## Attribution\n\nThis project borrows considerably from [wshobson/agents](https://github.com/wshobson/agents).\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n",
  "bytes": 2936,
  "sha": "c65d0b2bd7ef4793612f6992299268bfac536eca853f23673ae123c2ca090c5d",
  "repo_slug": "geoffjay/claude-plugins",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_geoffjay_claude_plugins_documentation_up_d10edba4/readme"
}