Unpause subs
Skill composio-community/awesome-claude-plugins/skill-bus/skills/unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.From its SKILL.md
npx -y skills add composio-community/awesome-claude-plugins --skill unpause-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.8 KB, 163 tokens by cl100k_base, as published. Nobody here has run it
Resume Skill Bus
Announce: "Resuming skill-bus."
Process
Step 1: Check Current State
Read both config files. Identify which level(s) are paused.
Step 2: Resume
If only one level is paused, resume it automatically.
If both levels are paused, ask: "Both global and project are paused. Resume which?"
- Both
- Global only
- Project only
Set settings.enabled to true in the appropriate file(s).
If the project config file only contains {"settings": {"enabled": false}} and nothing else, delete it entirely (clean state).
Step 3: Confirm
Show: "Skill bus resumed at [scope] level. Subscriptions are active again."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.