Awesome-claude-plugins unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.
install
source · Clone the upstream repo
git clone https://github.com/ComposioHQ/awesome-claude-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComposioHQ/awesome-claude-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skill-bus/skills/unpause-subs" ~/.claude/skills/composiohq-awesome-claude-plugins-unpause-subs-443ae3 && rm -rf "$T"
manifest:
skill-bus/skills/unpause-subs/SKILL.mdsource content
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."