claudegoodies
Marketplace

headroom-marketplace

From headroomlabs-ai

Adds startup hooks for Claude Code and GitHub Copilot CLI via a single plugin.

Use it when

  • Need startup hooks shared across Claude Code and Copilot CLI
  • Managing plugins for both agent CLIs from one marketplace

Skip it if

  • Source only lists a name, hooks, and keywords with no behavior details
  • Only need Claude Code, not Copilot CLI, or vice versa

Install

/plugin marketplace add headroomlabs-ai/headroom

Facts

Status
Actively maintained
Last commit
Plugins in marketplace
1

Source preview

The instructions Claude Code reads when this marketplace runs.

{
  "name": "headroom-marketplace",
  "owner": {
    "name": "Headroom Contributors"
  },
  "metadata": {
    "description": "Headroom marketplace for Claude Code and GitHub Copilot CLI plugins.",
    "version": "0.31.0"
  },
  "plugins": [
    {
      "name": "headroom",
      "source": "./plugins/headroom-agent-hooks",
      "description": "Headroom startup hooks for Claude Code and GitHub Copilot CLI.",
      "version": "0.31.0",
      "author": {
        "name": "Headroom Contributors",
        "url": "https://github.com/chopratejas/headroom"
      },
      "homepage": "https://github.com/chopratejas/headroom",
      "repository": "https://github.com/chopratejas/headroom",
      "keywords": [
        "headroom",
        "hooks",
        "claude-code",
        "copilot-cli"
      ]
    }
  ]
}
View full source on GitHub →

Other marketplaces