list-subs
SolidList 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.
AI & Automation 1,848 stars
523 forks Updated 2 days ago
Install
Quality Score: 77/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- composio-community
- Repository
- composio-community/awesome-claude-plugins
- Created
- 9 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- None
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
unpause-subs
Re-enable the skill bus after pausing. Restores subscription processing.
1,848 Updated 2 days ago
composio-community AI & Automation Solid
pause-subs
Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.
1,848 Updated 2 days ago
composio-community AI & Automation Featured
skill
Manage local skills - list, add, remove, search, edit, setup wizard
38,126 Updated today
Yeachan-Heo