github-issues
v0.1.0Example 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install github-issues-2@agent-plugin-marketplacePaste 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/curieClone 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
├── .claude-plugin/plugin.json├── skills/github-issues/SKILL.md└── .mcp.json
Included Skills1
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
- command
- mcp-server-github
- env.GITHUB_PERSONAL_ACCESS_TOKEN
- ${GITHUB_PERSONAL_ACCESS_TOKEN}
Plugin manifests1
{
"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."
]
}For maintainers
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)