Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
60
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skill-bus/skills/pause-subs/SKILL.mdAnnounce: "Pausing skill-bus."
Ask using AskUserQuestion: "Pause at which level?"
enabled: false in ~/.claude/skill-bus.jsonenabled: false in .claude/skill-bus.jsonRead 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
}
}Show: "Skill bus paused at [scope] level. Run /skill-bus:unpause-subs to re-enable."
e521f7a
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.