Back to Discover

marcel-bich-claude-marketplace

skill

Marcel-Bich

A collection of mainly my own productivity plugins for Claude Code.

View on GitHub
13 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add Marcel-Bich/marcel-bich-claude-marketplace

README

marcel-bich-claude-marketplace

marcel-bich-claude-marketplace banner

Claude Code Marketplace License GitHub Stars Total Clones

Support my work

Your AI got promoted. Now it needs management.

Claude Code isn't just a tool. It's your personal employee.
A brilliant, tireless, and - more often than not - occasionally chaotic employee.

Compliance Officer. Accountant. Project Manager. Receptionist. Mentor. Librarian. Taskmaster.
These plugins handle most of that - so you can focus on building.

Why?

You asked Claude to commit your changes. He force-pushed to main. On Friday. At 5pm.

You ran out of API tokens mid-task. No warning. Context gone.

Main agent working hard but starts degrading after 50% context window? Hooks with subagents and Hydra with parallel work save your day.

You needed parallel work. Git conflicts everywhere.

You left Claude alone for 5 minutes. He's been "thinking" ever since - and you only know if you check yourself (Schroedinger's Claude).

Claude is brilliant. Claude is also a golden retriever with a keyboard - enthusiastic, helpful, and completely unsupervised with root access.

These plugins add the leash.

(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.)

Without guardrails:

  • Context dies mid-task? Start over.
  • API limit hit? Surprise!
  • Need parallel work? Git conflicts incoming.
  • Was that commit good? Who knows, Claude already pushed.

The Solution

A growing collection of plugins, continuously developed to meet my extremely high expectations for AI-assisted development.

Born from real pain points. Built for developers who learned the hard way - since Claude Code exists.

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.

credo is the mentor - it governs how a whole session runs, and the other tools slot in around it.

They don't replace Claude. They make Claude manageable.

PluginRoleWhat they do
credoThe Mentor"Here is how we run a session." Modes, work-items with a hard Definition of Done, budgeted autonomy, verify, and safety everywhere.
dogmaThe Compliance OfficerIntelligent rule sync from any source, with enforcement hooks. Opinionated defaults included.
hydraThe Project ManagerParallel workstreams. Isolated branches. No stepping on toes.
signalThe Receptionist"Claude needs you." Ding. Simple.
limitThe AccountantTracks every token. Shows the burn rate and limits. No surprises.
importThe LibrarianExternal docs, locally cached. No annoying "site blocked AI."
marketplaceThe InternDevelopment tools for local plugin testing.

Third-Party Plugins

PluginAuthorRoleWhat they do
get-shit-doneMarcel-Bich (secured fork)The TaskmasterSpecs first. Implementation second. Ship third. An optional alternative to credo's item workflow for spec-driven planning.

credo - the mentor

credo is the mentor - a self-contained process framework that governs how a whole session runs. Where the other plugins each solve one problem, credo sets the working discipline for the whole session and the rest slot in around it:

  • Session modes - active, passive, and autonomous. Each mode changes how much Claude does on its own and whether it keeps itself alive for unattended work. The current mode is re-injected on every prompt, so it is never silently forgotten.
  • Work-item lifecycle with a hard Definition of Done - items live under .credo/, where the folder is the status (clarify -> go -> done -> verified). Nothing reaches "done" until an independent audit subagent signs off and, for UI work, a real browser verify captured screenshot evidence.
  • Budget and limit awareness - credo reads the 5-hour and weekly usage caps, sizes tasks to fit, and pauses or hands off before a wall is hit.
  • Verify and wiring checks - "done" means the code is actually wired in and observably works, not just "the test passed".
  • Safety that travels - filesystem protection and no-autonomous-installs rules are re-injected into every subagent, so delegation cannot dilute them.
  • Autonomy handling - approved GO items are worked unattended with hook-enforced self-scheduled wake-ups (a registered Stop hook blocks a stop without a scheduled ScheduleWakeup), budget caps, and ntfy notifications per task and question.
  • Subagent priming - every subagent starts with the load-bearing security, quality, and honesty rules already in context.
  • WSL environment awareness - reach Windows-side services and launchers from WSL, self-detecting.
  • Opt-in versioning - keep .credo/ local by default, or version items and process in the repo with a single flag.

Start here: install credo, run /credo:setup, then pick a session mode. The rest of the marketplace slots in around it.

credo vs Get-Shit-Done

credo has two layers, and only one of them is a task system:

  • Operating layer (always on) - session modes, WSL environment awareness, budget and limit awareness, subagent orchestration and priming, safety that travels into every subagent, and the session-mode switch. This layer is orthogonal: it sits on top of whatever task system you use.
  • Task model (.credo/items/ plus a hard Definition of Done) - this is an ALTERNATIVE to GSD, not a layer on top of it. Use one task system per project.

credo is the recommended default and is self-contained for day-to-day work - items, bug fixes, incremental features, each gated by an observable Definition of Done. credo deliberately has NO large up-front project bootstrap or roadmap; it stays flat and reactive.

GSD is optional for heavy up-front planning (PROJECT -> ROADMAP -> milestones -> phases -> plans), or if you already know and prefer the original GSD flow. Pick ONE task system per project, never both at once.

If you run GSD as your task system, set CREDO_TASK_BACKEND=gsd so credo's own item features stand down - that avoids two competing sources of truth (.credo/ items vs GSD's .planning/). The default CREDO_TASK_BACKEND=credo keeps credo's items active; the operating layer above stays on regardless of the value.

Technically the two do not collide: their hooks are disjoint, and their commands and directories are separate. The one point of friction is the status line - it is a single slot - so in a combined credo + GSD + limit setup keep the limit status line (let GSD skip installing its own) so credo's budget and auto-compact features keep their data source.

Requirements

All plugins require:

  • jq - JSON processor (install: sudo apt install jq / brew install jq)
  • Supported: Linux, macOS, WSL2
  • Not supported: Native Windows / PowerShell (use WSL2 instead)

Quick Start

claude plugin marketplace add Marcel-Bich/marcel-bich-claude-marketplace
claude plugin install credo@marcel-bich-claude-marketplace
claude plugin install dogma@marcel-bich-claude-marketplace
claude plugin install hydra@marcel-bich-claude-marketplace
claude plugin install signal@marcel-bich-claude-marketplace
claude plugin install limit@marcel-bich-claude-marketplace
claude plugin install import@marcel-bich-claude-marketplace
claude plugin install get-shit-done@marcel-bich-claude-marketplace

Documentation

Full documentation, installation, configuration, and troubleshooting:

View Documentation on Wiki

License

MIT - See LICENSE for full terms.

Contributing

I'm fine with issues containing code snippets, and I'm not against pull requests, but please read CONTRIBUTING.md before submitting anything!
The contributing rules only exist to prevent licensing issues on my end.

Name, Logo, Trademarks (No endorsement)

The source code is licensed under MIT. However, the project name "marcel-bich-claude-marketplace", logos, and branding assets are not covered by the MIT License.

Trademark rights are not granted by the MIT License. Using the project name or branding in ways that suggest endorsement, official affiliation, or sponsorship is not permitted.

Forks and derivative works must use a different name and their own branding. A clear statement that your project is not official and not affiliated is required.

See TRADEMARK.md for the full trademark policy.


Star History

Star History Chart
Keywords / Tags

Claude Code, Claude Code Plugin, Claude Code Extension, Claude Code Marketplace, Claude Code Plugins Collection, Anthropic CLI, Anthropic Plugin, Anthropic Extension, Anthropic Claude, Anthropic AI, AI Agent Plugins, AI Code Assistant, AI Coding, AI Programming, AI Development, statusline, Statusline, Status Bar, API Usage, Desktop Notifications, Git Worktree, Parallel Agents, Documentation Import, Context7, Playwright, Rules Enforcement, Workflow Guides, Best Practices, Marcel Bich, marcel-bich-claude-marketplace, dogma plugin, signal plugin, limit plugin, hydra plugin, import plugin, credo plugin, get-shit-done plugin

The preacher invites the curious to study the Genesis.

Rendered live from Marcel-Bich/marcel-bich-claude-marketplace's GitHub README — not stored, always reflects the source repo.

8 Plugins

NameDescriptionCategorySource
credoThe mentor framework for Claude Code: a self-contained process layer with per-session modes, a work-item lifecycle with a hard Definition of Done, budget-aware autonomy, visual verification, and safety rules that travel into every subagent./plugins/credo
dogmaIntelligent sync of Claude instructions with enforcement hooks for security and consistency./plugins/dogma
signalDesktop notifications showing what Claude Code is working on - stay informed even when the terminal is not in focus. Optional sound alerts and AI summaries./plugins/signal
limitLive API usage in Claude Code statusline - colored progress bars, Git info, tokens, session metrics, device tracking, and more./plugins/limit
hydraGit Worktree management for parallel agent execution - isolated working directories without Git conflicts./plugins/hydra
importImport external documentation locally - bypass AI-blocking sites via Context7, WebFetch, or Playwright./plugins/import
get-shit-doneInstaller for the Get-Shit-Done workflow system (own secured & frozen fork, markdown skills only) - meta-prompting, context engineering and spec-driven development./plugins/get-shit-done
marketplaceDevelopment tools for Claude Code plugins - local testing without pushing./plugins/marketplace

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.