By Marcel-Bich
Guides Claude Code sessions with opinionated workflow rules for task delegation, subagent coordination, parallel development, and code quality checks, plus interactive project setup and plugin installation.
credo - Initialize session with main agent workflow instructions
credo - Migrate an existing repo into the .credo/ structure
credo - Pin the target repo for credo's project layer (hub-aware), or show the resolved target
credo - Interactive guide to available topics and workflows
credo - Set the session mode to active (intensive live collaboration, no keep-alive)
Use when the user wants to triage GitHub issues - decide whether an issue is still relevant, reproducible, closeable, a duplicate, or what concretely needs doing. Selects and prioritizes first (never dumps all issues at once), then deep-triages the chosen issues via parallel subagents, recommends actions for the owner to approve, and can optionally kick off a reviewed fix. Works for any repo; produces no sensitive or personal data.
The credo work-item model, where the FOLDER an item file lives in is the single source of truth for its status, gated by a hard Definition of Done. Use whenever you create, update, or track a work item; whenever you decide whether something is "done" and may move to 2_done/; whenever you move an item between status folders (clarify, go, done, archived, parked); whenever new code might be unwired; or when someone asks where a task stands. This is the credo task system: .credo/items/ replaces ad-hoc task lists. Applies inside subagents too - if you build or complete work, record and gate it as an item.
Read-only quality gate that audits already-built work against its stated requirement and Definition of Done before it is allowed to move to 2_done/. Produces a severity-ranked decision proposal (BLOCKER/MAJOR/MINOR/NIT) with evidence, never a fix. Use when an item is claimed complete, before moving anything to 2_done/, when asked to audit or review finished work for completeness against requirements, or when acting as the dedicated post-completion review subagent. This gate is mandatory in every session mode. Not for diagnosing why something is broken (use diag) and not for verifying rendered UI behavior (use verify).
The single source for all API budget cap and reset rules - how much of the 5-hour and weekly API limits may be spent, when to throttle, pause, wake up, or hibernate, and the commit-identity gate that runs before any commit. Use whenever you are about to start or continue autonomous work, before spawning or stopping subagents, when deciding how large a task chunk to take on, when a limit is near a cap, before a commit, or whenever someone asks "how much budget is left" or "can I keep going". Works standalone (no session skill required) and applies inside subagents too: any agent that spends API budget or commits must apply these rules.
Secure everything the user approved before a context compaction so a later /compact can never lose or alter it. Writes verbatim intent and handoff state to disk and commits plus pushes the tracked work product in the correct repository, then reports whether it is safe to compact. It does NOT run /compact itself - it makes a later compact safe. Run this only when the limit plugin's injected ACTION line names it (session-context fill crossed a configured threshold) or when the user invokes it manually. Never self-trigger it proactively - that only wastes tokens. Accepts extra trailing instructions to perform in addition to the securing checklist.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub marcel-bich/marcel-bich-claude-marketplace --plugin credoBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
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:
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.
| Plugin | Role | What they do |
|---|---|---|
| credo | The Mentor | "Here is how we run a session." Modes, work-items with a hard Definition of Done, budgeted autonomy, verify, and safety everywhere. |
| dogma | The Compliance Officer | Intelligent rule sync from any source, with enforcement hooks. Opinionated defaults included. |
| hydra | The Project Manager | Parallel workstreams. Isolated branches. No stepping on toes. |
| signal | The Receptionist | "Claude needs you." Ding. Simple. |
| limit | The Accountant | Tracks every token. Shows the burn rate and limits. No surprises. |
| import | The Librarian | External docs, locally cached. No annoying "site blocked AI." |
| marketplace | The Intern | Development tools for local plugin testing. |
Live API usage in Claude Code statusline - colored progress bars, Git info, tokens, session metrics, device tracking, and more
Desktop notifications showing what Claude Code is working on - stay informed even when the terminal is not in focus. Optional sound alerts and AI summaries
Intelligent sync of Claude instructions with enforcement hooks for security and consistency
Development tools for Claude Code plugins - local testing without pushing
Import external documentation locally - bypass AI-blocking sites via Context7, WebFetch, or Playwright
Agent enforcement framework — context injection, planning gates, session learning
Intelligent sync of Claude instructions with enforcement hooks for security and consistency
Claude Code and Codex CLI dual-agent workflow orchestration.
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
Unified Claude Code plugin merging superpowers workflows (TDD, debugging, planning) with everything-claude-code productivity (agents, learning, hooks, rules)