mit einem Klick
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.
// 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.
| name | list-subs |
| description | 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. |
Announce: "Listing skill-bus subscriptions."
Read both config files:
~/.claude/skill-bus.json (global).claude/skill-bus.json (project, if exists)(See /skill-bus:list-subs command for full display format)
Present merged view showing effective state with insert-level and subscription-level conditions.
If the user asks "what would fire for X?", simulate matching with per-condition pass/fail at both insert and subscription levels.
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.
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
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.