By GiladShoham
Retrieve current weather conditions, forecasts, severe alerts, and location-based data using slash commands and specialized AI agents in your Claude sessions.
npx claudepluginhub giladshoham/awesome-claude-pluginsA simple calculator plugin for performing basic arithmetic operations
A simple example plugin that demonstrates basic Claude Code plugin functionality
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A curated marketplace of awesome plugins for Claude, following the Claude Plugin Marketplace specification.
This repository serves as a plugin marketplace for Claude, providing a centralized location to discover and share Claude plugins. Plugins extend Claude's capabilities and enable integration with various tools and services.
Note: The plugin examples and structure in this repository are based on the official Claude Code plugin examples.
Add this marketplace to Claude Code:
/plugin marketplace add GiladShoham/awesome-claude-plugins
Before publishing, you can test the marketplace locally:
/plugin marketplace add /path/to/awesome-claude-plugins
Then browse and install individual plugins:
/plugin
Install a specific plugin:
/plugin install example-calculator@awesome-claude-plugins
List installed marketplaces:
/plugin marketplace list
This marketplace follows the Claude plugin marketplace format:
marketplace.json - Marketplace metadata and configurationplugins/ - Directory containing individual plugin directories.claude-plugin/ - Plugin configuration directory
plugin.json - Plugin metadata (JSON)hooks/ - Lifecycle hooksagents/ - Agent definitionscommands/ - Custom commandsBrowse the plugins/ directory to discover available plugins. Each plugin includes:
example-calculator) v1.0.0 - A simple calculator plugin for performing basic arithmetic operationsexample-weather) v1.2.0 - Get current weather information and forecasts for any locationexample-translator) v2.0.0 - Translate text between multiple languages with high accuracyTo add your plugin to this marketplace:
Fork this repository
Create a new directory in plugins/ with your plugin name: plugins/your-plugin-name/
Create the required structure:
plugins/your-plugin-name/
โโโ .claude-plugin/ # Plugin configuration directory
โ โโโ plugin.json # Plugin metadata
โโโ hooks/ # Lifecycle hooks
โโโ agents/ # Agent definitions
โโโ commands/ # Custom commands
Fill in your .claude-plugin/plugin.json file with plugin details:
{
"name": "your-plugin-name",
"version": "1.0.0",
"description": "A brief description of what your plugin does",
"author": {
"name": "Your Name",
"email": "your.email@example.com"
}
}
Validate your plugin definition locally:
./validate-plugins.sh
Submit a pull request with your plugin
For more examples, see the official Claude Code plugins.
To use this marketplace with Claude:
Refer to the official Claude plugin documentation for detailed setup instructions.
We provide tools to validate plugin definitions:
Run the validation script locally before submitting:
./validate-plugins.sh
This script checks:
All pull requests are automatically validated through GitHub Actions, which checks:
Contributions are welcome! Please read our CONTRIBUTING.md guidelines before submitting pull requests.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim