ccplugins/awesome-claude-code-plugins — Summary
Awesome Claude Code Plugins is a community-curated catalog and installable Claude Code plugin marketplace hosting 116 plugins across 13 category verticals — workflow orchestration, DevOps automation, business sales, code quality, data analytics, design/UX, development engineering, documentation, git workflow, marketing, project management, security/compliance, and growth.
Problem it solves: The official Claude Code plugin ecosystem lacks a searchable community marketplace; individual developers publish standalone plugins but there is no central discovery layer. This repo provides both the catalog (README-as-index) and the actual plugin code, each plugin installable via /plugin install directly into Claude Code.
Distinctive trait: Ships both an Awesome-list catalog and 116 deployable plugins in a single repo — each plugin follows the standard Claude Code plugin structure (.claude-plugin/, agents/, commands/ sub-directories). The 5 "Official Claude Code Plugins" section highlights first-party reference implementations (agent-sdk-dev, pr-review-toolkit, commit-commands, feature-dev, security-guidance).
Target audience: Claude Code developers looking for community-built agents, subagents, and commands to install; also a reference for plugin authors wanting to see structural patterns.
Scope: 806 GitHub stars, Apache-2.0, 116 plugins, Python-codebase tooling, maintained since October 2025.
Differs from seeds: Unlike superpowers or spec-driver (Archetype 1 enforcement frameworks), ccplugins-awesome is an Archetype 4 marketplace — no methodology, no workflow phases, no hooks — just a curated collection of installable atomic capability plugins. Closest to agent-os in that the value is content/curation rather than machinery, but agent-os is a 5-command scaffold system while this is a 116-plugin catalog.