RadarTopicsBuildersWeeklyReads
Open Source Radar
composio-community/

awesome-claude-plugins

GitHub

A curated list of production-ready Claude Code plugins. It lists multiple plugin categories and provides basic getting started steps, plugin structure, and contribution guidance. No releases are listed.

1.9kstars
534forks
282issues
2025since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026

What it is

Awesome Claude Code Plugins is a curated list of production-ready plugins for Claude Code to extend functionality with custom commands, agents, hooks, and MCP servers through a plugin system.

How it works

Plugins follow a standard Claude Code plugin format and live in plugin directories within the repository. You can load one or multiple plugins by running Claude with --plugin-dir options.

Getting started

git clone https://github.com/composiohq/awesome-claude-plugins.git
cd awesome-claude-plugins
claude --plugin-dir ./commit

Load multiple plugins at once:

claude --plugin-dir ./commit --plugin-dir ./code-review --plugin-dir ./connect-apps

Plugin Structure

Each plugin follows the standard Claude Code plugin format:

plugin-name/
├── .claude-plugin/
│   └── plugin.json       # Plugin metadata
├── skills/               # Skill definitions (optional)
│   └── skill-name/
│       └── SKILL.md
├── commands/             # Slash commands (optional)
│   └── command.md
├── agents/               # Agent definitions (optional)
│   └── agent.md
└── hooks/                # Event hooks (optional)
    └── hooks.json

Getting started (repeatable steps already shown above)

Clone, run, and optionally load multiple plugins as shown in the Getting started section.

Contributing

Steps to contribute are listed:

  1. Fork this repository
  2. Add your plugin folder with the standard structure
  3. Update this README with your plugin details
  4. Submit a pull request

Resources

Links to Claude Code Documentation, Plugin Development Guide, and Discover Plugins are provided.

License

MIT - See individual plugins for their specific licenses.

Agent skills inside · 23
All skills →
canvas-designCreate beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.Design & Presentationchangelog-generatorAutomatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.Documentationdeveloper-growth-analysisAnalyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.AI & Agentsfrontend-designCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.Frontendperf-analyzerUse when synthesizing perf findings into evidence-backed recommendations and decisions.Otherartifacts-builderSuite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.Frontend
SharePost on XLinkedIn
All trending reposRevenue-verified startups →