$git clone https://github.com/Marcel-Bich/marcel-bich-claude-marketplaceA collection of mainly my own productivity plugins for Claude Code.
| 1 | <h1 align="center">marcel-bich-claude-marketplace</h1> |
| 2 | |
| 3 | <p align="center"> |
| 4 | <img src="assets/repo-banner_sm1.jpg" alt="marcel-bich-claude-marketplace banner" width="800"> |
| 5 | </p> |
| 6 | |
| 7 | <p align="center"> |
| 8 | <a href="https://github.com/Marcel-Bich/marcel-bich-claude-marketplace"><img src="https://img.shields.io/badge/Claude_Code_Marketplace-da6c49?style=for-the-badge" alt="Claude Code Marketplace"></a> |
| 9 | <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-2ea44f?style=for-the-badge" alt="License"></a> |
| 10 | <a href="https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/stargazers"><img src="https://img.shields.io/github/stars/Marcel-Bich/marcel-bich-claude-marketplace?style=for-the-badge&logo=github" alt="GitHub Stars"></a> |
| 11 | <a href="#"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FMarcel-Bich%2Fmarcel-bich-claude-marketplace%2Fmain%2F.github%2Fclone-stats.json&query=%24.total_clones&label=Clones/Installs&style=for-the-badge&logo=github" alt="Total Clones"></a> |
| 12 | </p> |
| 13 | |
| 14 | <p align="center"> |
| 15 | <a href="https://www.paypal.me/marcelbich"><img src="https://img.shields.io/badge/Support_my_work-PayPal-fec740?style=for-the-badge&logo=paypal" alt="Support my work"></a> |
| 16 | </p> |
| 17 | |
| 18 | <p align="center"> |
| 19 | <strong>Your AI got promoted. Now it needs management.</strong> |
| 20 | </p> |
| 21 | |
| 22 | <p align="center"> |
| 23 | Claude Code isn't just a tool. It's your personal employee.<br> |
| 24 | A brilliant, tireless, and - more often than not - occasionally chaotic employee. |
| 25 | </p> |
| 26 | |
| 27 | <p align="center"> |
| 28 | <em>Compliance Officer. Accountant. Project Manager. Receptionist. Mentor. Librarian. Taskmaster.<br> |
| 29 | These plugins handle most of that - so you can focus on building.</em> |
| 30 | </p> |
| 31 | |
| 32 | ## Why? |
| 33 | |
| 34 | You asked Claude to commit your changes. He force-pushed to main. On Friday. At 5pm. |
| 35 | |
| 36 | You ran out of API tokens mid-task. No warning. Context gone. |
| 37 | |
| 38 | Main agent working hard but starts degrading after 50% context window? Hooks with subagents and Hydra with parallel work save your day. |
| 39 | |
| 40 | You needed parallel work. Git conflicts everywhere. |
| 41 | |
| 42 | You left Claude alone for 5 minutes. He's been "thinking" ever since - and you only know if you check yourself (Schroedinger's Claude). |
| 43 | |
| 44 | Claude is brilliant. Claude is also a golden retriever with a keyboard - enthusiastic, helpful, and completely unsupervised with root access. |
| 45 | |
| 46 | **These plugins add the leash.** |
| 47 | |
| 48 | (Yes, I know full well you're all bypassing permissions because it's FAST. But you should at least put in SOME form of guardrails and check in occasionally to guarantee quality - not just blindly let it run and hope for the best, only to end up with buggy or even insecure AI slop.) |
| 49 | |
| 50 | Without guardrails: |
| 51 | - Context dies mid-task? Start over. |
| 52 | - API limit hit? Surprise! |
| 53 | - Need parallel work? Git conflicts incoming. |
| 54 | - Was that commit good? Who knows, Claude already pushed. |
| 55 | |
| 56 | ## The Solution |
| 57 | |
| 58 | A growing collection of plugins, continuously developed to meet my extremely high expectations for AI-assisted development. |
| 59 | |
| 60 | Born from real pain points. Built for developers who learned the hard way - since Claude Code exists. |
| 61 | |
| 62 | **Each plugin works independently - pick what you need. But together, they form a solid framework for developers who want control, quality, and security over pure YOLO mode.** |
| 63 | |
| 64 | credo is the mentor - it governs how a whole session runs, and the other tools slot in around it. |
| 65 | |
| 66 | They don't replace Claude. They make Claude manageable. |
| 67 | |
| 68 | | Plugin | Role | What they do | |
| 69 | |--------|------|--------------| |
| 70 | | [**credo**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Credo-Plugin) | The Mentor | "Here is how we run a session." Modes, work-items with a hard Definition of Done, budgeted autonomy, verify, and safety everywhere. | |
| 71 | | [**dogma**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Dogma-Plugin) | The Compliance Officer | Intelligent rule sync from any source, with enforcement hooks. Opinionated defaults included. | |
| 72 | | [**hydra**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Hydra-Plugin) | The Project Manager | Parallel workstreams. Isolated branches. No stepping on toes. | |
| 73 | | [**signal**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Signal-Plugin) | The Receptionist | "Claude needs you." Ding. Simple. | |
| 74 | | [**limit**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Limit-Plugin) | The Accountant | Tracks every token. Shows the burn rate and limits. No surprises. | |
| 75 | | [**import**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Import-Plugin) | The Librarian | External docs, locally cached. No annoying "site blocked AI." | |
| 76 | | [**marketplace**](https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/wiki/Claude-Code-Marketplace-Plugin) | The Intern | Development tools for local plugin testing. | |
| 77 | |
| 78 | ### Third-Party Plugins |
| 79 | |
| 80 | | Plugin | Author | Role | What they do | |
| 81 | |--------|--------|------|- |