Marcel-Bich

65 mods across 2 repositories, 57 stars between them.

budget

25

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

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…

13 2d ago A 142 tokens original MIT

compact-plus

26

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

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…

13 2d ago B 164 tokens original MIT

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Detect when a concern is scattered across many places in a project (config keys, enums, translations, feature flags, API endpoints, doc references) and auto-generate a project-local checklist so that same concern is never partially updated again. Use whenever you add or change something that also exists in several…

13 2d ago A 94 tokens original MIT

diag

28

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Read-only root-cause diagnosis for a symptom, bug, failure, or unexpected behavior. Establishes the mechanism at file:line and reads up the facts instead of guessing, before any fix is attempted. Produces a diagnosis report; the fix is always a separate step gated by an explicit GO. Use when something is broken…

13 2d ago A 118 tokens original MIT

disable

29

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Disable credo for the current directory. Use when the user wants to stop credo here - for example "stop using credo here", "disable credo for this repo", "turn credo off here", "no credo in this directory", "credo hier aus", "credo hier deaktivieren", "credo hier abschalten" - or runs the /credo:disable command. It…

13 2d ago A 142 tokens original MIT

enable

30

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Enable credo for the current directory. Use when the user wants credo active here - for example "enable credo here", "use credo here", "turn credo on here", "credo hier an", "credo hier aktivieren", "credo hier einschalten" - or runs the /credo:enable command. It persists a per-directory accepted decision (keyed by…

13 2d ago A 121 tokens original MIT

explain

31

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Explain something in depth on request. Use when the user writes "???" - alone, or placed directly after a reference, statement, or term - which means "explain that in more detail, with a concrete example AND consequences". Also invoked by the /credo:explain command. Treat the pointed-at subject as the thing to…

13 2d ago A 98 tokens original MIT

issue-triage

32

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

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…

13 2d ago A 97 tokens original MIT

items

33

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

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 2done/; whenever you move an item between status…

13 2d ago A 143 tokens original MIT

migrate

34

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

The credo procedure for migrating an existing repo into the .credo/ structure, without any loss risk. Use when migrating a repo into .credo/, onboarding a legacy project into credo, or turning scattered process docs (requirements logs, handoffs, progress notes, audits, plans, specs) and open work into credo items. It…

13 2d ago A 123 tokens original MIT

orchestration

35

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Delegate work to subagents safely and efficiently - decide how many subagents to run, keep parallel tracks on disjoint files, monitor them without flooding your context, inherit security to every subagent, and use return-and-resume so a subagent can ask a question and continue with full context. Use whenever you are…

13 2d ago A 102 tokens original MIT

pr-vetting

36

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Use when the user wants to thoroughly investigate, vet, review, or security-scan a pull request before deciding how to handle it - especially PRs from external or unknown contributors. Runs a parallel multi-agent investigation (technical, security, value/fit, contributor reputation) and merges the findings into one…

13 2d ago A 83 tokens original MIT

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Capture a user requirement, decision, approval, or constraint word-for-word into an append-only dated log so it survives context compaction and can never be trimmed, softened, or reinterpreted. Use whenever the user states or approves a requirement, gives a GO, sets a constraint, or makes any decision that later work…

13 2d ago A 101 tokens original MIT

role-clear

38

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Clear this session's credo role, returning to the default of NO role (the agent does everything). Use ONLY when the user actually drops the role, for example "clear the role", "no role", "forget the role", "you are no longer the plan/task agent", "back to doing everything", "rolle weg", "keine rolle mehr", "vergiss…

13 2d ago A 123 tokens original MIT

role-plan

39

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Assign this session the credo plan/clarify role - the default owner of clarifying items in 1clarify/, WITHOUT commits or push (the task/build role owns commits and push). Use ONLY when the user actually assigns this role to you, for example "you are (now) the plan/clarify agent", "you clarify the items", "take over…

13 2d ago A 199 tokens original MIT

role-task

40

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Assign this session the credo task/build role - the default owner of implementing GO items (items in 2go/), INCLUDING commits and push where dogma permissions allow. Use ONLY when the user actually assigns this role to you, for example "you are (now) the task/build agent", "you build the GO items", "build the GO…

13 2d ago A 196 tokens original MIT

rules

41

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Per-repo credo special rules (project-local grants) that live in the target repo's .credo/RULES.md and travel with the repo. Load and honor these at the start of every session and inside every subagent, so a project can widen credo's autonomy for itself - for example "in this debug-only repo, restarting local services…

13 2d ago A 179 tokens original MIT

safety

42

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Hard safety rules that must travel with the project: filesystem-protection and no-autonomous-installs. Use before any delete, rm, shred, unlink, find -delete, mkfs, dd, or wipefs, before removing local files, and before any install (pip, npm, apt, system or global tools). These are the highest-priority rules; no…

13 2d ago C 113 tokens original MIT

sandbox

43

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Do WRITING pre-work for a clarify item that is blocked by a knowledge gap - a missing measurement, a mockup, or a feasibility proof - WITHOUT touching production code, without git, and without disturbing the task / build agent. Use when a 1clarify item cannot be answered by a product decision alone but needs something…

13 2d ago A 189 tokens original MIT

session-active

44

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

The credo behavior for a session running in ACTIVE mode - intensive live collaboration with the user present at the keyboard. Load this when the session-mode inject line says "Load skill session-active", right after the /credo:session-active command, or whenever you are collaborating live and need the active-mode…

13 2d ago A 126 tokens original MIT

session-autonomous

45

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

The credo behavior for a session running in AUTONOMOUS mode - work approved GO items unattended while the user is away, hook-enforced self-scheduled keep-alive, budget caps always on. Load this the MOMENT the user hands off full-autonomy, unattended, or AFK work - EVEN BEFORE the mode is set - so this skill can…

13 2d ago A 342 tokens original MIT

session-passive

46

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

The credo behavior for a session running in PASSIVE mode - you carry most of the work alongside and the user is available only for clarifications, with no keep-alive. Load this when the session-mode inject line says "Load skill session-passive", right after the /credo:session-passive command, or whenever you are…

13 2d ago A 138 tokens original MIT

skill-capture

47

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Turn a recurring in-session workflow into a reusable Claude Code skill. Load this the moment you notice you have run the SAME multi-step sequence (same ordered steps or commands, small variation allowed) about three times in the current session, or when open candidates are waiting in .credo/skill-candidates.md at…

13 2d ago A 170 tokens original MIT

verify

48

Marcel-Bich/marcel-bich-claude-marketplace

Skill Claude CodeCodex

Visual verification as the Definition of Done for any change with a runtime surface (a rendered page, a UI, a live view). Use whenever you are about to call a UI or frontend change done, before moving an item to done, whenever an item is marked ui: true, or when someone asks "does it actually render / work". Proves…

13 2d ago A 129 tokens original MIT