Agent Plugins Marketplace
All plugins

x-bug-triage-plugin

v0.3.0

Closed-loop bug triage: X complaints → clusters → repo evidence → owner routing → terminal review → filed issues

Claude Code5 Skills1 MCP serverstdio

By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 28, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install x-bug-triage-plugin-2@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/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mcp/x-bug-triage/.

Plugin files

plugins/mcp/x-bug-triage/
├── .claude-plugin/plugin.json
├── skills/bug-clustering/SKILL.md
├── skills/owner-routing/SKILL.md
├── skills/repo-scanning/SKILL.md
├── skills/triage-display/SKILL.md
├── skills/x-bug-triage/SKILL.md
└── .mcp.json

Included Skills5

bug-clusteringskills/bug-clustering/SKILL.md

Internal process for the bug-clusterer agent. Defines the step-by-step procedure for parsing, classifying, redacting, scoring, and clustering bug candidates from raw X/Twitter posts. Not user-invocable — loaded by the bug-clusterer agent through its skills frontmatter.

owner-routingskills/owner-routing/SKILL.md

Internal process for the owner-router agent. Defines the step-by-step procedure for determining likely bug owners using strict 6-level routing precedence with staleness detection. Not user-invocable — loaded by the owner-router agent through its skills frontmatter.

repo-scanningskills/repo-scanning/SKILL.md

Internal process for the repo-scanner agent. Defines the step-by-step procedure for scanning GitHub repos for evidence that supports or explains bug clusters. Not user-invocable — loaded by the repo-scanner agent through its skills frontmatter.

triage-displayskills/triage-display/SKILL.md

Internal process for the triage-summarizer agent. Defines the step-by-step procedure for formatting triage results as terminal markdown and parsing review commands. Not user-invocable — loaded by the triage-summarizer agent through its skills frontmatter.

x-bug-triageskills/x-bug-triage/SKILL.md

Analyzes public X/Twitter complaints to detect, cluster, and triage bugs with repo evidence and owner routing. Use when monitoring product health from social signals. Trigger with "/x-bug-triage" or "triage X bugs for @account". Make sure to use this skill whenever triaging bugs from X/Twitter mentions.

MCP servers1

triagestdio
command
bun
args
run --cwd ${CLAUDE_PLUGIN_ROOT}/mcp/triage-server --silent start

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/mcp/x-bug-triage/.claude-plugin/plugin.json
{
  "name": "x-bug-triage-plugin",
  "version": "0.3.0",
  "description": "Closed-loop bug triage: X complaints → clusters → repo evidence → owner routing → terminal review → filed issues",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/x-bug-triage-plugin",
  "homepage": "https://github.com/jeremylongshore/x-bug-triage-plugin",
  "license": "MIT",
  "keywords": [
    "mcp",
    "triage",
    "x-api",
    "bug-tracking",
    "clustering"
  ],
  "hooks": "./hooks/hooks.json"
}

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

[x-bug-triage-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/x-bug-triage-plugin-2)