Pause subs
Skill composio-community/awesome-claude-plugins/skill-bus/skills/pause-subs
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.From its SKILL.md
npx -y skills add composio-community/awesome-claude-plugins --skill pause-subsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
0.9 KB, 209 tokens by cl100k_base, as published. Nobody here has run it
Pause Skill Bus
Announce: "Pausing skill-bus."
Process
Step 1: Determine Scope
Ask using AskUserQuestion: "Pause at which level?"
- Global - Pauses skill-bus everywhere. Sets
enabled: falsein~/.claude/skill-bus.json - Project - Pauses skill-bus for this project only. Sets
enabled: falsein.claude/skill-bus.json
Step 2: Update Config
Read the appropriate config file. Set settings.enabled to false. If the file doesn't exist, create the directory first (mkdir -p .claude for project scope) then create the file with just:
{
"settings": {
"enabled": false
}
}
Step 3: Confirm
Show: "Skill bus paused at [scope] level. Run /skill-bus:unpause-subs to re-enable."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.