list-subs
$
npx mdskill add ComposioHQ/awesome-claude-plugins/list-subsLists active skill-bus subscriptions with merge status, conditions, and simulation for debugging.
- Helps developers debug and understand subscription behavior across global and project scopes.
- Reads configuration files from ~/.claude/skill-bus.json and .claude/skill-bus.json.
- Evaluates effective state by merging insert-level and subscription-level conditions.
- Presents results in a merged view and optionally simulates firing for specific queries.
SKILL.md
.github/skills/list-subsView on GitHub ↗
--- 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. --- # List Skill Bus Subscriptions **Announce:** "Listing skill-bus subscriptions." ## Process ### Step 1: Load Configs Read both config files: - `~/.claude/skill-bus.json` (global) - `.claude/skill-bus.json` (project, if exists) ### Step 2: Show Settings (See `/skill-bus:list-subs` command for full display format) ### Step 3: Show All Subscriptions Present merged view showing effective state with insert-level and subscription-level conditions. ### Step 4: Simulate (optional) If the user asks "what would fire for X?", simulate matching with per-condition pass/fail at both insert and subscription levels.
More from ComposioHQ/awesome-claude-plugins
- add-subSubscribe 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).
- helpShow skill-bus overview, status, and available commands. Quick reference for all skill-bus features.
- pause-subsTemporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
- perf-analyzer"Use when synthesizing perf findings into evidence-backed recommendations and decisions."
- perf-baseline-manager"Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version."
- perf-benchmarker"Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks."
- perf-code-paths"Use when mapping code paths, entrypoints, and likely hot files before profiling."
- perf-investigation-logger"Use when appending structured perf investigation notes and evidence."
- perf-profiler"Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence."
- perf-theory-gatherer"Use when generating performance hypotheses backed by git history and code evidence."