pause-subs
SolidTemporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
AI & Automation 1,848 stars
523 forks Updated 2 days ago
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Pause Skill Bus
**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:
```json
{
"settings": {
"enabled": false
}
}
```
### Step 3: Confirm
Show: "Skill bus paused at [scope] level. Run /skill-bus:unpause-subs to re-enable."
Details
- Author
- composio-community
- Repository
- composio-community/awesome-claude-plugins
- Created
- 9 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- None
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.
1,848 Updated 2 days ago
composio-community AI & Automation Solid
list-subs
List all active skill-bus subscriptions across global and project scopes, showing merge status, insert-level and subscription-level conditions, effective condition stacking, and what would fire for each skill.
1,848 Updated 2 days ago
composio-community AI & Automation Listed
cancel
Gracefully stop active autonomous workflow, preserve progress, and produce a resume-ready handoff.
2 Updated yesterday
ibahgat