enable
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-d
Install
npx skills add https://github.com/Marcel-Bich/marcel-bich-claude-marketplace/tree/main/plugins/credo/skills/enable
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install marcel-bich-marcel-bich-claude-marketplace@llmmart
git clone https://github.com/Marcel-Bich/marcel-bich-claude-marketplace.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole marcel-bich/marcel-bich-claude-marketplace collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
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.
Files (marcel-bich-claude-marketplace)
-
SKILL.md 2 KB
--- name: enable description: > 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 the git top-level else the working directory), which overrides any earlier declined: credo becomes active for this directory again, so its knowledge is re-fed at the next SessionStart and the onboarding ASK no longer fires here. --- # 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): ```bash "${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.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.