---
name: List Skill Bus Subscriptions
slug: list-skill-bus-subscriptions
category: AI Engineering
description: List Skill Bus Subscriptions reads global and project skill-bus config files and displays all active subscriptions with merge status and condition stacking. Use it when you need to see which skills are subscribed and what conditions would fire for a given skill.
github: "https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/list-subs"
language: JavaScript
stars: 1892
forks: 565
install: "npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/list-subs ~/.claude/skills/list-subs"
installs_to: ~/.claude/skills/list-subs
source_path: skill-bus/skills/list-subs/SKILL.md
collection_size: 23
category_size: 2451
collection_url: "https://dirskills.com/collections/composio-community/awesome-claude-plugins"
added: 2026-08-18T06:59:20.064Z
last_synced: 2026-08-18T06:59:20.064Z
canonical_url: "https://dirskills.com/skills/list-skill-bus-subscriptions"
---

# List Skill Bus Subscriptions

List Skill Bus Subscriptions reads global and project skill-bus config files and displays all active subscriptions with merge status and condition stacking. Use it when you need to see which skills are subscribed and what conditions would fire for a given skill.

**Install:**

```bash
npx degit https://github.com/composio-community/awesome-claude-plugins/tree/master/skill-bus/skills/list-subs ~/.claude/skills/list-subs
```

## README

# 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.
