Marcel-Bich

65 mods across 2 repositories, 57 stars between them.

credo

02

Marcel-Bich/marcel-bich-claude-marketplace

Plugin Claude Code

The 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.

13 2d ago A tokens not measured original MIT

disable

03

Marcel-Bich/marcel-bich-claude-marketplace

Command

Turn credo off for the current directory: remember this directory as declined (so the SessionStart onboarding ASK and the [credo] prompt line stay silent here), clear the active session mode for this session, and switch keep-alive autonomy off.

13 2d ago A 23 tokens original MIT

enable

04

Marcel-Bich/marcel-bich-claude-marketplace

Command

Opt this directory back in to credo: the SessionStart onboarding ASK stops and credo's knowledge is re-fed on the next SessionStart. Overrides a previous /credo:disable.

13 2d ago A 17 tokens original MIT

explain

05

Marcel-Bich/marcel-bich-claude-marketplace

Command

Explain the subject in depth using the fixed four-part structure: What, Why, Example, Consequences. Treat the subject as the thing to be explained, not as a literal question.

13 2d ago A 16 tokens original MIT

migrate

06

Marcel-Bich/marcel-bich-claude-marketplace

Command

Bring an existing repo into the credo target form: scaffold .credo/, classify and place its process artifacts, turn open work into credo items, self-audit, and (only with the user) tidy the originals.

13 2d ago A 15 tokens original MIT

project

07

Marcel-Bich/marcel-bich-claude-marketplace

Command

Command "project" from Marcel-Bich/marcel-bich-claude-marketplace, covering credo project target, with an argument (set the pin) and without an argument (show the current target).

13 2d ago A 21 tokens original MIT

psalm

08

Marcel-Bich/marcel-bich-claude-marketplace

Command

Command "psalm" from Marcel-Bich/marcel-bich-claude-marketplace, covering credo - the preacher's guide, step 0: run setup (recommended), entry point, credo's own teachings and topic: the credo workflow (end to end).

13 2d ago A 10 tokens original MIT

role-plan

10

Marcel-Bich/marcel-bich-claude-marketplace

Command

Set the persistent, per-session credo ROLE to plan / clarify: the default owner of clarifying items in 1clarify/, WITHOUT commits or push (the task/build role owns commits and push, so a single index owner avoids the .git/index.lock race). The role is a guiding default, orthogonal to the session mode, and an explicit…

13 2d ago A 30 tokens original MIT

role-task

11

Marcel-Bich/marcel-bich-claude-marketplace

Command

Set the persistent, per-session credo ROLE to task / build: the default owner of implementing GO items (items in 2go/), INCLUDING commits and push where dogma permissions allow. The role is a guiding default, orthogonal to the session mode, and an explicit user instruction always overrides it.

13 2d ago A 26 tokens original MIT

setup

17

Marcel-Bich/marcel-bich-claude-marketplace

Command

Set up Claude Code with the preacher's recommended tools, instructions, and project structure. credo is the core; everything else is recommended or optional and slots in around it.

13 2d ago B 12 tokens original MIT

PreToolUse

18

Marcel-Bich/marcel-bich-claude-marketplace

Hook

Runs before the agent uses a tool for Task, Agent, Bash, Edit, Write, MultiEdit, NotebookEdit, WebFetch, WebSearch and Bash tool calls, executing credo-5h-budget-guard.sh and credo-item-move-guard.sh (2 commands). From Marcel-Bich/marcel-bich-claude-marketplace.

13 2d ago A tokens not measured original MIT

SessionStart

19

Marcel-Bich/marcel-bich-claude-marketplace

Hook

Runs when a session starts, executing credo-session-start.sh and credo-peer-bridge.sh (2 commands). From Marcel-Bich/marcel-bich-claude-marketplace.

13 2d ago A tokens not measured original MIT

UserPromptSubmit

20

Marcel-Bich/marcel-bich-claude-marketplace

Hook

Runs when you submit a prompt, before the agent sees it, executing session-mode-inject.sh, role-inject.sh, credo-datetime-inject.sh, credo-attended-reminder.sh, credo-skill-nudge.sh, credo-plugin-freshness-inject.sh, credo-autonomy-clear.sh and credo-peer-bridge.sh (8 commands). From…

13 2d ago A tokens not measured original MIT

PostToolUse

21

Marcel-Bich/marcel-bich-claude-marketplace

Hook

Runs after a tool call finishes, executing credo-datetime-inject.sh, credo-skill-nudge.sh, credo-plugin-freshness-inject.sh and credo-peer-bridge.sh (4 commands). From Marcel-Bich/marcel-bich-claude-marketplace.

13 2d ago A tokens not measured copy · 88% MIT

Stop

23

Marcel-Bich/marcel-bich-claude-marketplace

Hook

Runs when the agent finishes a response, executing credo-autonomy-keepalive.sh. From Marcel-Bich/marcel-bich-claude-marketplace.

13 2d ago A tokens not measured original MIT

audit

24

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Read-only quality gate that audits already-built work against its stated requirement and Definition of Done before it is allowed to move to 2done/. 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 2done/…

13 2d ago A 129 tokens original MIT