---
name: Unpause Subscriptions
slug: unpause-subscriptions
category: Automation
description: Unpause Subscriptions re-enables the skill bus after pausing and restores subscription processing. Use it to resume paused global or project-level skill subscriptions.
github: "https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/unpause-subs"
language: JavaScript
stars: 1892
forks: 565
install: "npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/unpause-subs ~/.claude/skills/unpause-subs"
installs_to: ~/.claude/skills/unpause-subs
source_path: skill-bus/skills/unpause-subs/SKILL.md
collection_size: 23
category_size: 1523
collection_url: "https://dirskills.com/collections/composio-community/awesome-claude-plugins"
added: 2026-08-18T06:59:20.963Z
last_synced: 2026-08-18T06:59:20.963Z
canonical_url: "https://dirskills.com/skills/unpause-subscriptions"
---

# Unpause Subscriptions

Unpause Subscriptions re-enables the skill bus after pausing and restores subscription processing. Use it to resume paused global or project-level skill subscriptions.

**Install:**

```bash
npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/unpause-subs ~/.claude/skills/unpause-subs
```

## README

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