Pause Skill Bus

SkillAI & models

This skill gives your AI a quick way to pause all of its automatic skill subscriptions at once. Nothing gets deleted, they just stop firing until you switch them back on.

Available today. Use it from your connected AI after setup.

After adding it, just ask your AI to pause subscriptions whenever you want them to stop. When you're ready, ask again to switch them back on.

Then ask your AI: use the Pause Skill Bus skill

What your AI can do with it

  • Pause all automatic skill subscriptions in one step
  • Stop subscriptions from firing without deleting them
  • Keep your current setup intact while things are paused
  • Turn everything back on with a quick toggle

What this skill tells your AI

The instructions your AI receives, as published by composio-community/awesome-claude-plugins in skill-bus/skills/pause-subs/SKILL.md and read by ahel’s review.

Announce: "Pausing skill-bus."

Process

Step 1: Determine Scope

Ask using AskUserQuestion: "Pause at which level?"

  • Global - Pauses skill-bus everywhere. Sets enabled: false in ~/.claude/skill-bus.json
  • Project - Pauses skill-bus for this project only. Sets enabled: false in .claude/skill-bus.json

Step 2: Update Config

Read 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
  }
}

Step 3: Confirm

Show: "Skill bus paused at [scope] level. Run /skill-bus:unpause-subs to re-enable."

Signals

GitHub stars
2k
Forks
606
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
pause-subs
Source
github.com/composio-community/awesome-claude-plugins