mcpbeat

Unpause Subs

composio-community/unpause-subs

Re-enable the skill bus after pausing. Restores subscription processing.

194 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1856
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/composio-community/awesome-claude-plugins --skill unpause-subs

The instruction itself

5 sections, as written by the author

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."

How to use it

Copy the folder

Take composio-community/unpause-subs from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.