composio-community/unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.
npx skills add https://github.com/composio-community/awesome-claude-plugins --skill unpause-subs
Announce: "Resuming skill-bus."
Read both config files. Identify which level(s) are paused.
If only one level is paused, resume it automatically.
If both levels are paused, ask:
"Both global and project are paused. Resume which?"
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).
Show: "Skill bus resumed at [scope] level. Subscriptions are active again."
Take composio-community/unpause-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.