Claude Code plugins by Clay Loveless
npx claudepluginhub claylo/claylo-marketplaceGitHub Actions assistant - helps create, review, and optimize workflows with up-to-date action versions and best practices
Personas, skills, and quality gates for producing professional, self-contained development artifacts — from internal handoffs to end-user documentation
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Claude Code plugins I build and maintain. If it's listed here, it works and I use it.
/plugin marketplace add claylo/claylo-marketplace
Then install individual plugins:
/plugin install <plugin-name>@claylo-marketplace
v0.2.0GitHub Actions assistant — helps create, review, and optimize workflows with up-to-date action versions, migration guidance, and best practices
/plugin install actionista@claylo-marketplace
v1.1.0Personas, skills, and quality gates for producing professional, self-contained development artifacts — from internal handoffs to end-user documentation
/plugin install building-in-the-open@claylo-marketplace
Each plugin entry in .claude-plugin/marketplace.json points to a standalone git repo. Plugins are self-contained — install one or all, they don't depend on each other unless noted.
{
"name": "plugin-name",
"source": {
"source": "url",
"url": "https://github.com/claylo/plugin-name.git"
},
"description": "What it does",
"version": "1.0.0",
"strict": true
}
MIT