composio-community/pause-subs
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
npx skills add https://github.com/composio-community/awesome-claude-plugins --skill pause-subs
Announce: "Pausing skill-bus."
Ask using AskUserQuestion:
"Pause at which level?"
enabled: false in ~/.claude/skill-bus.jsonenabled: false in .claude/skill-bus.jsonRead 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
}
}
Show: "Skill bus paused at [scope] level. Run /skill-bus:unpause-subs to re-enable."
Take composio-community/pause-subs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.