ワンクリックで
pause-subs
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Subscribe to a skill event. Adds a subscription that injects context before or after a skill runs. Supports optional conditions at both insert-level (inherited by all subscriptions) and subscription-level (AND-stacked). Conditions include fileExists, gitBranch, envSet, envEquals, fileContains (with optional regex).
Show skill-bus overview, status, and available commands. Quick reference for all skill-bus features.
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.
Use when completing a plan, finishing a development branch, wrapping up a session, or at any natural transition between work phases — reviews skill-bus telemetry to identify subscription gaps and suggest improvements
Unsubscribe from a skill event. Removes or disables subscriptions with scope-aware options.
Re-enable the skill bus after pausing. Restores subscription processing.
| name | pause-subs |
| description | Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them. |
Announce: "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."