Agent Plugins Marketplace
All plugins

blackhole

v0.21.0

Agent-agnostic backlog campaign orchestrator to empty the forge backlog.

CodexClaude Code1 Skill

By Corentin LumineauLicense: Apache-2.01 GitHub starsUpdated 17 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 2, 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 blackhole for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add blackhole@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/CorentinLumineau/blackhole

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

Plugin files

blackhole/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/blackhole/SKILL.md

Included Skills1

blackholeskills/blackhole/SKILL.md

Orchestrates backlog campaign until zero open issues and PRs. Multitask Mode entry via coordinator. Auto-syncs GitHub issues, clarifies/splits any size, five-phase lifecycle, V-code ledger. Use for finish the backlog, backlog campaign, /blackhole, orchestrate issues, split issues, bc-run, bc-status.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "blackhole",
  "version": "0.21.0",
  "description": "Agent-agnostic backlog campaign orchestrator to empty the forge backlog.",
  "author": {
    "name": "Corentin Lumineau",
    "email": "[email protected]",
    "url": "https://github.com/CorentinLumineau"
  },
  "homepage": "https://github.com/CorentinLumineau/blackhole",
  "repository": "https://github.com/CorentinLumineau/blackhole",
  "license": "Apache-2.0",
  "keywords": [
    "blackhole",
    "codex",
    "native",
    "workflows",
    "skills"
  ],
  "skills": "./codex-skills/",
  "interface": {
    "displayName": "Blackhole",
    "shortDescription": "Auto-solve your entire GitHub backlog",
    "longDescription": "Five-phase lifecycle: Handle → Plan → Implement → Review → Loop.",
    "developerName": "Corentin Lumineau",
    "category": "Developer Tools",
    "capabilities": [
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/CorentinLumineau/blackhole",
    "defaultPrompt": [
      "Run the backlog campaign until empty for this repo.",
      "Show backlog status: open issues, in-flight, and queue.",
      "Implement issue #N using the campaign pipeline."
    ],
    "brandColor": "#3B82F6"
  }
}
.claude-plugin/plugin.json
{
  "name": "blackhole",
  "description": "Agent-agnostic backlog campaign orchestrator to empty the forge backlog.",
  "version": "0.21.0",
  "author": {
    "name": "blackhole contributors"
  },
  "license": "Apache-2.0",
  "keywords": [
    "blackhole",
    "claude-code",
    "native",
    "workflows",
    "skills"
  ]
}

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

[blackhole on Agent Plugins Marketplace](https://pluginsmp.com/plugins/blackhole)