CtrlK
BlogDocsLog inGet started
Tessl Logo

pause-subs

Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.

60

Quality

68%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skill-bus/skills/pause-subs/SKILL.md
SKILL.md
Quality
Evals
Security

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:

{
  "settings": {
    "enabled": false
  }
}

Step 3: Confirm

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

Repository
composio-community/awesome-claude-plugins
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.