{"id":40236896,"url":"https://github.com/aidrivencoder/claude-plugins","last_synced_at":"2026-01-19T23:30:35.773Z","repository":{"id":332225014,"uuid":"1127483372","full_name":"aidrivencoder/claude-plugins","owner":"aidrivencoder","description":"Professional AI development tools and MCP servers from AI-Driven Coder","archived":false,"fork":false,"pushed_at":"2026-01-12T23:09:14.000Z","size":94,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T03:08:35.860Z","etag":null,"topics":["ai-development","claude-code","claude-marketplace","claude-plugin","maid","maid-runner","mcp"],"latest_commit_sha":null,"homepage":"https://aidrivencoder.com","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aidrivencoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T01:18:18.000Z","updated_at":"2026-01-12T23:09:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aidrivencoder/claude-plugins","commit_stats":null,"previous_names":["aidrivencoder/toolkit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/aidrivencoder/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidrivencoder%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidrivencoder%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidrivencoder%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidrivencoder%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aidrivencoder","download_url":"https://codeload.github.com/aidrivencoder/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aidrivencoder%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28589691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-development","claude-code","claude-marketplace","claude-plugin","maid","maid-runner","mcp"],"created_at":"2026-01-19T23:30:35.264Z","updated_at":"2026-01-19T23:30:35.767Z","avatar_url":"https://github.com/aidrivencoder.png","language":"Shell","funding_links":["https://github.com/sponsors/mamertofabian"],"categories":[],"sub_categories":[],"readme":"# AI-Driven Coder Claude Code Plugins\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![YouTube](https://img.shields.io/badge/YouTube-AI--Driven_Coder-red?logo=youtube)](https://www.youtube.com/@aidrivencoder)\n[![Discord](https://img.shields.io/badge/Discord-Join_Community-5865F2?logo=discord)](https://aidrivencoder.com/discord)\n\nProfessional AI development tools and MCP servers from [AI-Driven Coder](https://aidrivencoder.com) - enhancing your Claude Code workflow with validation, search, and voice capabilities.\n\n## 🚀 Quick Start\n\n### Install the Marketplace\n\n```bash\n/plugin marketplace add aidrivencoder/claude-plugins\n```\n\n### Install Individual Plugins\n\n```bash\n# MAID Runner - Validation framework\n/plugin install maid-runner@aidrivencoder\n\n# MAID Runner MCP - MCP server for MAID validation\n/plugin install maid-runner-mcp@aidrivencoder\n\n# Everything Search - Fast file search\n/plugin install everything-search@aidrivencoder\n\n# ElevenLabs - Text-to-speech integration\n/plugin install elevenlabs@aidrivencoder\n```\n\n## 📦 Available Plugins\n\n### 🔍 MAID Runner (v0.9.0)\n\n**Tool-agnostic validation framework for Manifest-driven AI Development**\n\nEnsures your AI-generated code maintains architectural integrity by validating artifacts against declarative manifests. Supports Python 3.10+ and TypeScript/JavaScript.\n\n```bash\n/plugin install maid-runner@aidrivencoder\n```\n\n**Key Features:**\n- Validates code structure against manifest specifications\n- Behavioral testing integration\n- Multi-language support (Python, TypeScript/JavaScript)\n- Pre-commit hooks for quality enforcement\n\n**Learn More:** [MAID Runner Repository](https://github.com/mamertofabian/maid-runner)\n\n---\n\n### 🔌 MAID Runner MCP (v0.1.0)\n\n**Model Context Protocol server for MAID Runner validation tools**\n\nBridges AI agents with the MAID framework, enabling programmatic validation without subprocess calls. Perfect for integrating MAID methodology directly into your AI workflow.\n\n```bash\n/plugin install maid-runner-mcp@aidrivencoder\n```\n\n**Key Features:**\n- MCP tools for validation and snapshots\n- Direct manifest access and schema resources\n- Workflow guidance prompts\n- Seamless integration with Claude Code and other AI agents\n\n**Learn More:** [MAID Runner MCP Repository](https://github.com/mamertofabian/maid-runner-mcp)\n\n---\n\n### 🔎 Everything Search\n\n**Fast cross-platform file search MCP server**\n\nFind files instantly across your entire system using platform-native search engines (Everything on Windows, locate on Linux, mdfind on macOS).\n\n```bash\n/plugin install everything-search@aidrivencoder\n```\n\n**Key Features:**\n- Lightning-fast file search across entire system\n- Cross-platform support (Windows, Linux, macOS)\n- Regex and wildcard pattern matching\n- File metadata retrieval\n\n**Learn More:** [Everything Search Repository](https://github.com/mamertofabian/mcp-everything-search)\n\n---\n\n### 🎙️ ElevenLabs\n\n**Text-to-speech MCP server for AI workflows**\n\nGenerate natural-sounding voice audio directly from your AI workflows using ElevenLabs' advanced text-to-speech technology.\n\n```bash\n/plugin install elevenlabs@aidrivencoder\n```\n\n**Key Features:**\n- High-quality text-to-speech generation\n- Multiple voice options\n- Seamless integration with AI workflows\n- Direct ElevenLabs API integration\n\n**Learn More:** [ElevenLabs MCP Repository](https://github.com/mamertofabian/elevenlabs-mcp-server)\n\n## 🎯 Use Cases\n\n### For AI-Assisted Development\n- **MAID Runner**: Validate that AI-generated code follows architectural patterns\n- **Everything Search**: Quickly find files and references across large codebases\n\n### For Content Creation\n- **ElevenLabs**: Generate voiceovers for tutorials and documentation\n- **MAID Runner**: Ensure consistent code examples in educational content\n\n### For Workflow Automation\n- **MAID Runner MCP**: Integrate validation into CI/CD pipelines\n- **Everything Search**: Automate file discovery tasks\n\n## 🛠️ Custom Commands\n\nThis marketplace includes custom slash commands to help maintain the repository:\n\n### `/update-packages`\n\nAutomatically check PyPI for updates to maid-runner and maid-lsp packages, update version numbers in marketplace.json, commit, and push changes.\n\n```bash\n# Check for updates and apply them\n/update-packages\n\n# Dry run to see what would be updated\n/update-packages --dry-run\n```\n\n**What it does:**\n1. Checks PyPI for latest versions of maid-runner and maid-lsp\n2. Compares with current versions in marketplace.json\n3. Updates marketplace.json and plugins/maid-runner/plugin.json if needed\n4. Commits changes with descriptive message\n5. Pushes to repository (skipped with --dry-run)\n\n**Requirements:** curl and jq must be installed\n\n## 📚 Documentation\n\n- **YouTube Channel**: [AI-Driven Coder](https://www.youtube.com/@aidrivencoder) - Tutorials and demos\n- **Discord Community**: [Join the conversation](https://aidrivencoder.com/discord)\n- **Website**: [aidrivencoder.com](https://aidrivencoder.com)\n\n### Video Tutorials\n\nSubscribe to [AI-Driven Coder](https://www.youtube.com/@aidrivencoder) for upcoming tutorials on:\n- [Getting started with MAID methodology](https://youtu.be/A4_6zqPO1yQ)\n- Building plugins for Claude Code - Coming soon!\n- [Integrating MCP servers into your workflow](https://youtu.be/A0spAPTD4XY)\n\n## 🤝 Contributing\n\nThese plugins are open source and welcome contributions! Each plugin has its own repository:\n\n- [MAID Runner](https://github.com/mamertofabian/maid-runner)\n- [MAID Runner MCP](https://github.com/mamertofabian/maid-runner-mcp)\n- [Everything Search](https://github.com/mamertofabian/mcp-everything-search)\n- [ElevenLabs MCP](https://github.com/mamertofabian/elevenlabs-mcp-server)\n\n## 💼 Professional Services\n\nNeed custom plugin development or MAID implementation for your team?\n\n**[Codefrost](https://codefrost.com)** offers professional services including:\n- Custom Claude Code plugin development\n- MAID methodology training and implementation\n- AI-powered development consulting\n- SaaS product development\n\n**Contact:** [mamerto@codefrost.dev](mailto:mamerto@codefrost.dev) | [Book a call](https://calendly.com/mamerto/30min)\n\n## 📄 License\n\nAll plugins are licensed under the MIT License. See individual repositories for details.\n\n## 🙏 Support\n\nIf you find these plugins useful:\n\n- ⭐ Star the repositories\n- 📺 Subscribe to [AI-Driven Coder](https://www.youtube.com/@aidrivencoder)\n- 💬 Join our [Discord community](https://aidrivencoder.com/discord)\n- 💖 [Sponsor on GitHub](https://github.com/sponsors/mamertofabian)\n\n---\n\n**Created by [Mamerto Fabian](https://mamerto.codefrost.dev)** | [Codefrost](https://codefrost.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidrivencoder%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faidrivencoder%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faidrivencoder%2Fclaude-plugins/lists"}