composio-community/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.
npx skills add https://github.com/composio-community/awesome-claude-plugins --skill list-subs
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.
Take composio-community/list-subs from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.