enable

enable is a skill for Claude Code from Marcel-Bich/marcel-bich-claude-marketplace. It costs 121 tokens per session (476 once invoked), scanned A, original, MIT.

A directory setting that turns the credo guidance system on for the current project folder. The choice is remembered for that directory.

In plain words
What is it for?
Use it when you want credo's commands and skills active in a repository or working directory. It can also be followed by a session-mode choice.
Why use it?
It restores credo after it was turned off and prevents the setup question from appearing again there.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the credo plugin — 26 skills, 15 commands, 6 hooks shipped together

Good fit Use it when you want credo's commands and skills active in a repository or working directory. It can also be followed by a session-mode choice.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Marcel-Bich/marcel-bich-claude-marketplace
Claude Code
/plugin install credo

Made for: Claude Code.

Or install credo, the plugin that ships this one along with the rest of its 26 skills, 15 commands, 6 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for enable

README.md
[![agentmods](https://agentmods.dev/badge/skills/marcel-bich/marcel-bich-claude-marketplace/enable/github.svg)](https://agentmods.dev/skills/marcel-bich/marcel-bich-claude-marketplace/enable)
Your own site
<a href="https://agentmods.dev/skills/marcel-bich/marcel-bich-claude-marketplace/enable"><img src="https://agentmods.dev/badge/skills/marcel-bich/marcel-bich-claude-marketplace/enable/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for enable

Your own site · 80×15
<a href="https://agentmods.dev/skills/marcel-bich/marcel-bich-claude-marketplace/enable"><img src="https://agentmods.dev/badge/skills/marcel-bich/marcel-bich-claude-marketplace/enable.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 476 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.00476
Opus 5 $0.00060 $0.00238
Sonnet 5 $0.00024 $0.00095
Haiku 4.5 $0.00012 $0.00048

Measured 11d ago against content hash 7772abfab156, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

enable scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/credo/skills/enable/SKILL.md · 46 lines

What it actually says

Enable credo here

Opt the current directory back in to credo. This flips the persistent per-directory decision to accepted, overriding any earlier /credo:disable (declined). From here on credo treats this directory as opted-in: the SessionStart hook re-feeds credo's command and skill knowledge, and the one-time onboarding ASK no longer fires here.

When to use

  • The user runs /credo:enable.
  • The user says, in any wording, that they want credo on for this directory / repo - for example "enable credo here", "use credo here", "turn credo on here", "credo hier an", "credo hier aktivieren".

What it does

Record this directory as opted-in (persistent, per-directory - keyed by the git top-level else the current working directory; overrides an earlier declined):

"${CLAUDE_PLUGIN_ROOT}/scripts/credo-dir-decision.sh" set accepted

Confirm

Confirm in one or two short sentences, and point out the session-mode option, for example:

credo enabled for this directory - its knowledge is re-fed at the next SessionStart and the onboarding question no longer fires here. For a specific working style you can additionally set a session mode now: /credo:session-active (intensive live collaboration) or /credo:session-passive (the agent carries most of the work, you answer clarifications).

Do not do anything else - this skill only enables credo for the directory. Setting a session mode is the user's call via the commands above.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 46 lines · 121 tokens per session scan A 7772abfab156

Subscribe to this mod's changes

enable is a skill published in the GitHub repository Marcel-Bich/marcel-bich-claude-marketplace (13 stars, last pushed yesterday), licensed MIT. It adds 121 tokens to every session and 476 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.