Skip to content

Latest commit

 

History

History
861 lines (641 loc) · 44.3 KB

File metadata and controls

861 lines (641 loc) · 44.3 KB

🚀 Claude Plugin Ecosystem Hub

The Definitive Index of Claude AI Extensions

Typing SVG

Awesome Stars License PRs Welcome Last Commit Claude Code

A comprehensive, curated directory of Claude AI plugins, skills, MCP servers, commands, agents, and marketplaces.

Empowering developers and enterprises with the most extensive Claude ecosystem resources.

🔍 Explore🤝 Contribute⭐ Star📢 Share


📋 Table of Contents


🎯 Overview

Claude Code has revolutionized AI-assisted development through its extensible architecture. This repository serves as the definitive index of all Claude-related plugins, skills, Model Context Protocol (MCP) servers, commands, agents, and marketplaces available across the ecosystem.

Why This List?

  • Comprehensive: 10,000+ MCP servers, 500+ plugins across all categories
  • 🎯 Curated: Only quality, actively maintained projects
  • 📊 Categorized: Easy navigation by use case
  • 🔄 Updated: Regular maintenance and community contributions
  • 🌍 Global: Resources from individual developers to enterprise solutions

⚠️ Security Notice

Important: This directory contains links to third-party resources and external marketplaces.

  • Always review code before installing any plugin or MCP server
  • Check repository activity and maintainer reputation
  • Read user reviews and community feedback when available
  • Verify permissions required by extensions
  • Use official sources when possible

For security best practices, see the MCP Security Research paper.

📅 Metadata

  • Last Updated: December 2025
  • Total Resources: 10,000+ MCP servers, 500+ plugins verified
  • Verification Method: Manual review + community reports
  • Update Frequency: Monthly with community contributions

🆕 What's New (December 2025)

🎉 Major Milestone: MCP donated to Linux Foundation's Agentic AI Foundation (Dec 9, 2025)

  • 🏛️ Agentic AI Foundation (AAIF) - Linux Foundation launches new foundation with Anthropic, OpenAI, Block, Google, Microsoft, AWS
  • 📋 MCP Spec v2025-11-25 - First anniversary release with security enhancements
  • 🌐 Claude in Chrome (Beta) - Control your browser directly from Claude Code
  • 🔧 LSP Tool - Language Server Protocol for go-to-definition, find references, hover docs
  • 📦 MCPB Format - Official MCP Bundle format (.mcpb) replaces legacy .dxt
  • Wildcard MCP Permissions - New mcp__server__* syntax for tool permissions
  • 🧠 3x Memory Improvement - Large conversations now use 3x less memory
  • 🎯 Opus 4.5 for Pro - Pro users now have access to Opus 4.5

🛍️ Plugin Marketplaces

Discover and install plugins - Collections of slash commands, agents, MCP servers, and hooks packaged for easy installation.

🌟 Featured Marketplaces

Marketplace Description Count Status Last Verified
Claude Code Plugins Hub 🏆 Largest community marketplace 229+ plugins ✅ Active Nov 2024
ClaudePluginHub 🔍 Auto-discovers via GitHub scanning Auto-updated ✅ Active Nov 2024
Claude Marketplaces 💼 Premium AI development tools 150+ plugins ✅ Active Nov 2024
Claude Code Plugin Directory 📚 Directory with guides & comparisons 180+ plugins ✅ Active Nov 2024
Claude Code Marketplace 🌐 Browser-based discovery platform 200+ plugins ✅ Active Nov 2024
Claude Code Marketplace (Net) 🗳️ Community-driven with upvoting Community ✅ Active Nov 2024

🔥 GitHub-Based Marketplaces

Production-Ready Collections

Repository Maintainer Description Count Last Verified
claude-code-plugins-plus-skills @jeremylongshore 🎯 2025 Skills schema compliant 175+ skills & commands Dec 2025
agents @wshobson 🏭 Enterprise multi-agent orchestration 85 agents, 47 skills Nov 2024
commands @wshobson ⚡ Production-ready slash commands 44+ commands Nov 2024
ClaudeKit @zpaper-com 🎨 Official extensions marketplace 12 specialists Nov 2024
ccplugins/marketplace @ccplugins ⭐ Only curated awesome plugins Curated Nov 2024
Dev-GOM Marketplace @Dev-GOM 🔧 Productivity & workflow automation Multiple Nov 2024
ananddtyagi/marketplace @ananddtyagi 👥 Community-driven plugins Community Nov 2024
every-marketplace @EveryInc 🏢 Official Every-Env extensions Enterprise Nov 2024
netresearch/marketplace @netresearch 🎯 TYPO3-focused development Specialized Nov 2024
getty104/marketplace @getty104 🧪 TDD automation workflows TDD-focused Nov 2024
skillsforge-marketplace @rawveg 🔨 Skills-focused collection Skills Nov 2024
mhattingpete/marketplace @mhattingpete 🔄 Git automation & workflows Git-focused Nov 2024
cc-marketplace-boilerplate @halans 📋 Marketplace starter template Template Nov 2024
awesome-claude-code @hesreallyhim 📚 Curated commands & workflows Curated Nov 2024
hugoduncan/marketplace @hugoduncan 🛠️ Custom plugins collection Custom Nov 2024

📊 Marketplace Comparison

Which Marketplace Should I Use?

Feature ClaudeCodePlugins.io ClaudePluginHub GitHub-based MCP Market
Plugin Count 229+ Auto-updated Varies 1000+
Auto-Discovery ❌ Manual ✅ Hourly scan ❌ Manual ✅ Yes
Pricing Free Free Free Free/Paid
Rating System ✅ Yes ❌ No ⭐ GitHub stars ✅ Yes
Installation Web + CLI Web CLI only Web + CLI
Update Method Manual Automatic Git pull Automatic
Community Features ✅ Reviews ❌ Limited ✅ Issues/PRs ✅ Full
Official Support ❌ Community ❌ Community Varies ✅ Some
Best For Beginners Discovery Developers Enterprise

Quick Decision Guide

  • 🎯 For Beginners: Start with ClaudeCodePlugins.io - user-friendly interface
  • 🔍 For Discovery: Use ClaudePluginHub - auto-discovers new plugins
  • 💻 For Developers: Choose GitHub-based marketplaces - full control and customization
  • 🏢 For Enterprise: Consider MCP Market - professional support available
  • 🎨 For Skills: Visit SkillsMP.com - specialized for agent skills

📥 Installation Guide

Plugin Commands (CLI)

# Marketplace Management
claude plugin marketplace add <source>      # Add marketplace (URL, path, or GitHub repo)
claude plugin marketplace list              # List all configured marketplaces
claude plugin marketplace remove <name>     # Remove a marketplace
claude plugin marketplace update [name]     # Update marketplace(s)

# Plugin Management
claude plugin install <plugin>              # Install plugin (use plugin@marketplace for specific)
claude plugin uninstall <plugin>            # Uninstall a plugin (alias: remove)
claude plugin enable <plugin>               # Enable a disabled plugin
claude plugin disable <plugin>              # Disable a plugin
claude plugin update <plugin>               # Update to latest version
claude plugin validate <path>               # Validate a plugin or marketplace manifest

Examples:

# Add Angular plugin marketplace from GitHub
claude plugin marketplace add pluginagentmarketplace/custom-plugin-angular

# Install Angular development assistant
claude plugin install angular-development-assistant@pluginagentmarketplace-angular

# Update all marketplaces
claude plugin marketplace update

MCP Commands (CLI)

# MCP Server Management
claude mcp add <name> <commandOrUrl> [args]   # Add MCP server
claude mcp remove <name>                       # Remove MCP server
claude mcp list                                # List configured servers
claude mcp get <name>                          # Get server details
claude mcp add-json <name> <json>              # Add server with JSON config
claude mcp add-from-claude-desktop             # Import from Claude Desktop (Mac/WSL)
claude mcp serve                               # Start Claude Code MCP server
claude mcp reset-project-choices               # Reset project-scoped servers

Examples:

# Add HTTP MCP server
claude mcp add --transport http sentry https://mcp.sentry.dev/mcp

# Add SSE MCP server
claude mcp add --transport sse asana https://mcp.asana.com/sse

# Add stdio MCP server with environment variable
claude mcp add --transport stdio airtable --env AIRTABLE_API_KEY=YOUR_KEY -- npx -y airtable-mcp-server

Claude Code CLI Options

# Session Management
claude -c, --continue                    # Continue most recent conversation
claude -r, --resume [session-id]         # Resume by session ID or pick interactively
claude --fork-session                    # Create new session when resuming

# Model & Agent Selection
claude --model <model>                   # Specify model (sonnet, opus, haiku, or full name)
claude --agent <agent>                   # Use specific agent for session

# Plugin & MCP Configuration
claude --plugin-dir <paths>              # Load plugins from directories
claude --mcp-config <configs>            # Load MCP servers from JSON files
claude --strict-mcp-config               # Only use MCP servers from --mcp-config

# Output Modes
claude -p, --print                       # Print response and exit (non-interactive)
claude --output-format <format>          # Output format: text, json, stream-json
claude --json-schema <schema>            # JSON Schema for structured output

# Browser Integration (NEW!)
claude --chrome                          # Enable Claude in Chrome integration
claude --no-chrome                       # Disable Claude in Chrome integration

# Utility Commands
claude doctor                            # Check auto-updater health
claude update                            # Check and install updates
claude install [target]                  # Install native build (stable, latest, version)
claude setup-token                       # Set up authentication token

Slash Commands (Inside Claude Code)

# Plugin Management
/plugin                                  # Browse available plugins (interactive)
/plugin search <keyword>                 # Search for plugins
/plugin install <plugin-name>            # Quick install

# MCP Management
/mcp                                     # Manage MCP servers interactively
/mcp enable <server>                     # Enable MCP server
/mcp disable <server>                    # Disable MCP server

MCP Server Setup (JSON Config)

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "your-token"
      }
    }
  }
}

Skills Configuration

# Skills are automatically discovered from:
# 1. Project: .claude/skills/
# 2. Plugin: plugin-name/skills/

# Create project skills directory
mkdir -p .claude/skills

# Skills activate automatically based on context
# Use SKILL.md files with YAML frontmatter

Troubleshooting Common Issues

Issue Cause Solution
"Failed to connect" Shell expansion in paths Use absolute paths, not $HOME or ~
"Plugin not found" Marketplace not added Run claude plugin marketplace add first
"Permission denied" Missing API tokens Verify tokens in env variables
"Skill not activating" Wrong trigger conditions Check description matches context
"MCP server stuck" Config syntax error Validate JSON, restart Claude Code

🔌 MCP Servers & Directories

Model Context Protocol (MCP) - Connect Claude to external tools, databases, APIs, and services through standardized server implementations.

🎉 December 2025: MCP donated to Linux Foundation's Agentic AI Foundation with Anthropic, OpenAI, Block, Google, Microsoft, AWS as founding members.

2025 Milestones: OpenAI adopted MCP (March), Google DeepMind Gemini support (April), 10,000+ active MCP servers (November), AAIF Foundation (December).

🎯 Major MCP Directories

Directory Description Count Features Last Verified
MCP Market 🏆 #1 MCP Server marketplace 1000+ Claude/Cursor compatible Nov 2024
MCP.so 🌐 Community-driven directory 100+ Central hub, discovery Nov 2024
LobeHub MCP ⭐ Multidimensional ratings 500+ Quality ratings, stability Nov 2024
MCPServers.com 🎯 Comprehensive list 800+ Categorized, searchable Nov 2024
Awesome MCP Servers 🔍 Search & discovery Curated Community-driven Nov 2024
MCP Server Finder 🗺️ Ultimate directory Growing Compare & implement Nov 2024
Glama.ai 🚀 MCP hosting platform 1000+ API access, hosting Nov 2024
Desktop Extensions 📦 One-click MCP install Curated .dxt/.mcpb bundles Nov 2024
Cursor Directory MCP 🖱️ Cursor & Claude integration Multiple Cursor-focused Nov 2024
Claube.ai 🤖 Claude MCP servers Curated Claude-optimized Nov 2024

📚 GitHub Awesome Lists

Repository Stars Focus Description
modelcontextprotocol/servers ⭐ 2.5k+ 🏢 Official Official MCP servers repository
modelcontextprotocol/mcpb New 📦 Official Desktop Extensions MCPB toolchain
appcypher/awesome-mcp-servers ⭐ 800+ 🎯 Production Production-ready servers
wong2/awesome-mcp-servers ⭐ 650+ 📋 Curated Comprehensive list
punkpeye/awesome-mcp-servers ⭐ 350+ 📚 Collection Server collection
habitoai/awesome-mcp-servers ⭐ 280+ 🔗 Integration External connections
TensorBlock/awesome-mcp-servers ⭐ 250+ 🌍 Comprehensive Extensive collection (7,260+ servers)
syntax-syndicate/awesome-mcp-servers-list ⭐ 150+ 🔍 Discovery Explore implementations
rohitg00/awesome-devops-mcp-servers ⭐ 120+ 🚀 DevOps DevOps-focused
MobinX/awesome-mcp-list ⭐ 50+ 📝 Concise Quick reference
PipedreamHQ/awesome-mcp-servers ⭐ 40+ 🔄 Automation Workflow automation
collabnix/awesome-mcp-lists New 📦 Complete Servers, Clients & Toolkits
jaw9c/awesome-remote-mcp-servers New 🌐 Remote Remote MCP servers
agenticdevops/awesome-devops-mcp New ⚙️ Agentic Agentic DevOps tools
punkpeye/awesome-mcp-clients New 🖥️ Clients MCP client applications

🔧 Specialized MCP Servers

Popular Integrations

Category Servers
Development GitHub, Git, GitLab, Bitbucket
Databases PostgreSQL, MySQL, SQLite, MongoDB, Redis
Cloud Services AWS, Google Cloud, Azure, Docker
Productivity Google Drive, Slack, Microsoft 365, Notion
Design Figma, Storybook
AI & ML AlphaFold, OpenAI, Anthropic
Research Zotero, SciSummary, ArXiv
Communication Gmail, Outlook, Teams, Discord
Project Management Linear, Jira, Trello, Asana
Media YouTube, Spotify, Plex
Finance Stripe, PayPal
DevOps Kubernetes, Terraform, Jenkins

📖 MCP Resources

🎓 MCP Integration Tools

Tool Description Link
Claude One-click MCP installation clinde.ai
Desktop Extensions Claude Desktop MCP manager Official Blog
Mesa MCP Connect MCP connection guide getmesa.com
Natoma MCP Guide Step-by-step setup natoma.ai
Liblab MCP SDK MCP server SDK generator liblab.com
Weavely MCP Guide Free & paid setup weavely.ai

Note: As of December 2025, Desktop Extensions use the .mcpb (MCP Bundle) format. Legacy .dxt files continue to work but .mcpb is the official standard. See modelcontextprotocol/mcpb for the official toolchain.

🖥️ MCP Client Applications

Client Platform Description Link
Claude Desktop Desktop Official Claude desktop app support.claude.com
Cursor Desktop AI-first code editor with MCP cursor.sh
Continue VS Code/JetBrains Open-source AI code assistant continue.dev
Cherry Studio Desktop Cross-platform LLM client GitHub
AIaW Desktop Full-featured AI Chat client Cross-platform
DeepChat Desktop Privacy-focused AI assistant Cross-platform
BrowseWiz Browser Customizable AI for side panel Browser extension
Chainlit Python Conversational AI framework chainlit.io
Dolphin-MCP Bridge Multi-server bridging client Open-source

🎓 Skills Marketplaces

Agent Skills - Model-invoked capabilities that Claude autonomously activates based on context and need.

🌟 Primary Skills Hubs

Hub Description Count Features Last Verified
SkillsMP.com 🏆 Smart search & quality indicators 100+ Category filtering Nov 2024
ClaudeSkills.info 📚 Curated directory (.info domain) 30+ Download & discover Nov 2024
ClaudeSkillsHub.org 👥 Community-driven (.org domain) Community User submissions Nov 2024
ClaudeSkill.site 🌐 International hub Multiple Multi-language Nov 2024
ClaudeSkill.net 🛠️ AI Tools Directory Curated Tools-focused Nov 2024

🎯 Official Skills Resources

📦 Skills GitHub Repositories

Repository Focus Description
adrianpuiu/claude-skills-marketplace 🏗️ Architecture Project planning & blueprints
mhattingpete/claude-skills-marketplace 🔄 Git workflows Git automation & code review
rawveg/skillsforge-marketplace 🔨 SkillsForge Curated skills collection

🎨 Skills Categories

Skills span multiple domains:

  • Creative: Art, Music, Design, Video editing
  • Technical: Testing, Code analysis, Debugging
  • Enterprise: Communications, Branding, Documentation
  • DevOps: CI/CD, Deployment, Monitoring
  • Research: Literature review, Data analysis

⚡ Commands Collections

Slash Commands - User-invoked shortcuts for frequently-used operations.

📚 Command Repositories

Repository Commands Focus Notes
wshobson/commands 44+ Production-ready commands Standalone command collection
claude-code-plugins-plus-skills 175 skills Skills & commands bundle See Plugin Marketplaces section
ClaudeKit 12 Specialist commands Integrated with ClaudeKit suite

📖 Command Resources

💡 Creating Custom Commands

Commands are simple Markdown files in .claude/commands/:

.claude/
  └── commands/
      ├── review.md      # /review command
      ├── test.md        # /test command
      └── deploy.md      # /deploy command

Resources:


🤖 Agent Frameworks

AI Agents - Specialized, autonomous assistants for complex, multi-step tasks.

🏭 Production Agent Frameworks

Framework Agents Description Repository
Seth Hobson's Agents 85+ 🏆 Most comprehensive multi-agent system wshobson/agents
ClaudeKit Specialists 12 🎯 AI specialists for development zpaper-com/ClaudeKit
Jeremy Longshore's Collection 175 skills as agents ⚡ 2025 schema-compliant skills claude-code-plugins-plus-skills

🎯 Agent Use Cases

  • Code Review: Automated code quality analysis
  • Testing: Test generation and execution
  • Documentation: Auto-generate docs from code
  • Debugging: Intelligent error investigation
  • Refactoring: Code modernization
  • Security: Vulnerability scanning
  • DevOps: Deployment automation
  • Architecture: System design assistance

📚 Agent Resources


📦 Templates & Toolkits

Quick-start templates and configuration tools for rapid Claude Code adoption.

🛠️ Template Platforms

Platform Components Description
aitmpl.com 400+ 🏆 Largest template library
docs.aitmpl.com Docs Complete documentation

📦 Components Available

  • 100+ Agents - Specialized AI configurations
  • Commands - Ready-to-use slash commands
  • Settings - Optimized configurations
  • Hooks - Automation triggers
  • MCPs - Protocol integrations
  • Templates - Complete project setups

🚀 Claude Code Templates CLI

GitHub: davila7/claude-code-templates NPM: claude-code-templates

# Interactive setup
npx claude-code-templates@latest

# Analytics dashboard
npx claude-code-templates@latest --analytics

# Health check
npx claude-code-templates@latest --health-check

📚 Template Resources


🏢 Enterprise & Industrial Solutions

Enterprise-grade integrations and professional marketplaces for organizational deployment.

🏆 Enterprise Marketplaces

Platform Price Focus Features
AWS Marketplace - Claude Enterprise $40/user/mo 🏢 Full enterprise 200K context, 25 seat min
Claude for Life Sciences Enterprise 🔬 Research Scientific workflows
Claude for Education Enterprise 🎓 Academic Educational institutions
Financial Analysis Solution Enterprise 💰 Finance Financial services

🔗 Enterprise Integrations

Native Connectors

  • GitHub - Source code management
  • Google Workspace - Docs, Drive, Gmail
  • Microsoft 365 - SharePoint, OneDrive, Outlook, Teams
  • Slack - Team communication
  • Linear - Project management
  • Jira - Issue tracking

Security & Compliance

  • 🔒 Enterprise-grade security
  • 🛡️ SSO integration
  • 📊 Usage analytics
  • 👥 Team management
  • 🔐 Admin controls

📰 Industry News

🌐 AI Marketplaces

Marketplace Focus Link
AITOPIA 🤖 AI agent marketplace aitopia.ai
Thinkvas AI 🎨 Knowledge canvas thinkvasai.com
MCP Stack 🔧 AI Agent Index mcpstack.org

🔬 Academic & Research Resources

Academic papers, research tools, and educational resources for Claude and MCP.

📄 Research Papers

Paper Topic Year Link
MCP Security Analysis Security threats & research directions 2025 arXiv

🔬 Research Tools

Tool Description Link
Claude Deep Research Comprehensive research MCP server GitHub
SciSummary MCP Research paper summaries scisummary.com
Zotero MCP Connect research library GitHub
Scholar Gateway Scientific papers (Wiley) Via Desktop Extensions

📚 Academic Guides

🔐 Security Research

  • 🛡️ MCP Landscape GitHub - Security case studies
  • 📊 Tool poisoning, installer spoofing, unauthorized access research
  • 🔍 16+ threat scenarios analyzed

👥 Community & Development

Community platforms, forums, and collaborative resources.

💬 Discussion Platforms

Platform Focus Link
Reddit - ClaudeAI Community discussions r/ClaudeAI
GitHub Discussions Plugin development Discussions
Slashdot AI Agent news Article

🎓 Educational Content

Resource Type Focus
Skywork AI Guide Hub Complete Claude Code 2025 guides
DevToolHub Guide Setup & master guide 2025
Glama.ai Blog Tutorials MCP & desktop extensions
DEV Community Article Agent framework
Medium - LatingXinAI Guide Templates
The Context Layer Article Configuration
Apidog Blog Guide Top MCP servers
Data-Mania Guide Marketing MCPs
Generect Guide Ultimate MCP guide
Composio Blog Article Plugin development
Ikkaro MCP Guide Complete Guide MCP Server 2025 guide

🌐 Community News

💰 Support Developers


📚 Official Resources

Official documentation, announcements, and tools from Anthropic.

🏢 Official Documentation

Resource Description Link
Plugin Marketplaces Docs Create & host marketplaces Docs
Skills Documentation Agent Skills guide Docs
Slash Commands Docs Custom commands Docs
Hooks Reference Event handlers Docs
MCP Connect Guide Local server setup Docs
Desktop Extensions One-click MCP install Blog
Claude Desktop MCP Setup Getting started Help

📢 Official Announcements

🛠️ Official Tools


🛠️ Tools & Utilities

Development tools, CLIs, and utilities for Claude Code ecosystem.

🔧 Development Tools

Tool Category Description Link
claude-code-templates CLI Configuration & monitoring GitHub / NPM
@anthropic-ai/claude-code CLI Official Claude Code package NPM
@anthropic-ai/mcpb CLI MCPB Desktop Extensions toolchain NPM
@schuettc/claude-code-setup CLI .claude directory setup tool NPM
@pimzino/claude-code-spec-workflow NPM Spec workflow automation NPM
claude-code-exporter NPM Export Claude Code configs NPM
Docker MCP Toolkit Integration Docker-based MCP setup Blog
Claude Code Action CI/CD GitHub Actions integration Marketplace

📊 Analytics & Monitoring

  • 📈 claude-code-templates --analytics - Real-time dashboard
  • 🏥 claude-code-templates --health-check - System diagnostics

🎯 Developer Portals

Portal Focus Link
ClaudeSkill.net AI Tools Directory Site
Toolify Claude tools catalog Site

🤝 Contributing

We welcome contributions from the community! This is a living document that grows with the Claude ecosystem.

How to Contribute

  1. Fork this repository
  2. Add your resource in the appropriate category
  3. Follow the format of existing entries
  4. Submit a Pull Request with a clear description

Contribution Guidelines

Include:

  • Active and maintained projects
  • Clear descriptions
  • Working links
  • Proper categorization

Avoid:

  • Duplicate entries
  • Broken or inactive links
  • Self-promotion without value
  • Uncategorized submissions

Quality Standards

  • 🔍 Verify all links work
  • 📝 Describe clearly and concisely
  • 🎯 Categorize appropriately
  • Highlight notable features

📄 License

MIT License


License: MIT


👥 Contributors

We appreciate all contributions to the Claude Plugin Ecosystem Hub! This project thrives thanks to our amazing community.

🏆 Top Contributors

Umit Kacar
Umit Kacar

🚧 🖋

🎖️ Contributor Badges

Contributors Forks Issues Pull Requests

💪 How to Contribute

  1. Add Resources: Submit new marketplaces, plugins, or MCP servers
  2. Fix Issues: Help fix broken links or outdated information
  3. Improve Docs: Enhance documentation and guides
  4. Share Feedback: Open issues for suggestions

See our Contributing Guide for detailed instructions.

🌟 Support the Project

  • Star this repository
  • 🔄 Share with your network
  • 📝 Write about your experience
  • 💰 Sponsor development

Buy Me A Coffee GitHub Sponsors


🌟 Star History

Star History Chart

If you find this repository helpful, please consider giving it a star! ⭐


🚀 Maintained by the Community

Made with ❤️ for Claude developers worldwide

⬆ Back to Top