Agent Plugins Marketplace
All plugins

skill-bus

v0.7.0

The skill for connecting skills. Connect context, conditions, and other skills to any skill — no modification required.

Claude Code7 Skills

By Joey NguyenLicense: MIT1.9k GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Jul 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install skill-bus for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skill-bus@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/composio-community/awesome-claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is skill-bus/.

Plugin files

skill-bus/
├── .claude-plugin/plugin.json
├── skills/add-sub/SKILL.md
├── skills/help/SKILL.md
├── skills/list-subs/SKILL.md
├── skills/pause-subs/SKILL.md
├── skills/reflecting-on-sessions/SKILL.md
├── skills/remove-sub/SKILL.md
└── skills/unpause-subs/SKILL.md

Included Skills7

add-subskills/add-sub/SKILL.md

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

helpskills/help/SKILL.md

Show skill-bus overview, status, and available commands. Quick reference for all skill-bus features.

list-subsskills/list-subs/SKILL.md

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.

pause-subsskills/pause-subs/SKILL.md

Temporarily disable the skill bus. Quick toggle to stop all subscriptions from firing without removing them.

reflecting-on-sessionsskills/reflecting-on-sessions/SKILL.md

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

remove-subskills/remove-sub/SKILL.md

Unsubscribe from a skill event. Removes or disables subscriptions with scope-aware options.

unpause-subsskills/unpause-subs/SKILL.md

Re-enable the skill bus after pausing. Restores subscription processing.

Plugin manifests1

skill-bus/.claude-plugin/plugin.json
{
  "name": "skill-bus",
  "description": "The skill for connecting skills. Connect context, conditions, and other skills to any skill — no modification required.",
  "version": "0.7.0",
  "author": {
    "name": "Joey Nguyen",
    "url": "https://github.com/joeymnguyen"
  },
  "repository": "https://github.com/joeymnguyen/skill-bus",
  "homepage": "https://github.com/joeymnguyen/skill-bus",
  "license": "MIT",
  "keywords": [
    "skills",
    "hooks",
    "subscriptions",
    "context",
    "middleware",
    "conditions"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[skill-bus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-bus)