Agent Plugins Marketplace
All plugins

github-issues

v0.1.0

Example bundle: an agent that reads and triages GitHub issues through the off-the-shelf GitHub MCP server, authenticated with a personal access token forwarded into the sandbox.

Claude Code1 Skill1 MCP serverstdio

By CurieTech35 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 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 github-issues 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 github-issues-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/curie-eng/curie

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

Plugin files

examples/github-issues/
├── .claude-plugin/plugin.json
├── skills/github-issues/SKILL.md
└── .mcp.json

Included Skills1

github-issuesskills/github-issues/SKILL.md

Read, summarize, and triage GitHub issues and pull requests for a repository using the authenticated GitHub MCP server. Invoke whenever the user asks about open issues, wants a repo's issues summarized or triaged, asks to find issues by label or author, or asks to draft an issue.

MCP servers1

githubstdio
command
mcp-server-github
env.GITHUB_PERSONAL_ACCESS_TOKEN
${GITHUB_PERSONAL_ACCESS_TOKEN}

Plugin manifests1

examples/github-issues/.claude-plugin/plugin.json
{
  "name": "github-issues",
  "version": "0.1.0",
  "description": "Example bundle: an agent that reads and triages GitHub issues through the off-the-shelf GitHub MCP server, authenticated with a personal access token forwarded into the sandbox.",
  "author": {
    "name": "CurieTech"
  },
  "keywords": [
    "example",
    "mcp",
    "authed",
    "github",
    "stdio"
  ],
  "secrets": [
    "GITHUB_PERSONAL_ACCESS_TOKEN"
  ],
  "starterPrompts": [
    "List the open issues in curie-eng/curie and group them by label.",
    "Summarize the most recently updated pull requests in curie-eng/curie.",
    "Find open bug reports in curie-eng/curie that need triage."
  ]
}

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

[github-issues on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-issues-2)