github
v1.0.0用于跨领域的 GitHub Issue 生命周期管理、查重与复发判断、离线交接同步和远端写入恢复。内容、证据与领域决定由调用方负责;不承担源码调查、研发审批或辩论方法。
By trojanbox0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 19, 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 for Codex and Claude Code
codex plugin marketplace add trojanbox/agent-plugin-marketplace
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add github@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the agent-plugin-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “github-9” remain stable.
- Codex:
github-9@agent-plugin-marketplace→github@agent-plugin-marketplace
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/trojanbox/agent-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/github/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/github-issue-handoff-sync/SKILL.md├── skills/github-issue-manager/SKILL.md└── skills/github-issue-triage/SKILL.md
Included Skills3
在当前模型具备目标 GitHub Issues 读写权限后使用。校验 github-handoff 目录,先查重,再按依赖顺序幂等创建、复用、补充、重开、评论、加标签和建立关联,并回写 manifest 与同步日志。
用于当 GitHub Issue 生命周期写操作本身是主要目标、且待写内容/上游决定已经明确时执行创建、更新正文、评论、标签、指派、关闭或重开,并核对真实返回。明确创建/重开由本 Skill 承接并把 github-issue-triage 作为写前 Gate;若 Bug 调查、讨论、结论、计划、测试方案等领域工作仍是主任务,Issue 写入只是其持久化副作用,本 Skill 不抢主路由。
用于把‘查重/是否复发/复用还是新建/是否该重开’本身作为当前主要目标时,搜索目标仓库开放和已关闭 Issue,比较主题、交付边界和历史解决状态;缺陷类另比较根因与症状并给出决策。若用户已经明确要求创建/重开等写操作,主路由由 github-issue-manager 承接,本 Skill 作为写前 Triage Gate;无法读取 GitHub 时生成标准化查重交接条目。
Plugin manifests2
{
"name": "github",
"version": "1.0.0",
"description": "用于跨领域的 GitHub Issue 生命周期管理、查重与复发判断、离线交接同步和远端写入恢复。内容、证据与领域决定由调用方负责;不承担源码调查、研发审批或辩论方法。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace",
"skills": "./skills/",
"interface": {
"displayName": "Github",
"shortDescription": "用于跨领域的 GitHub Issue 生命周期管理、查重与复发判断、离线交接同步和远端写入恢复。内容、证据与领域决定由调用方负责;不承担源码调查、研发审批或辩论方法。",
"longDescription": "用于跨领域的 GitHub Issue 生命周期管理、查重与复发判断、离线交接同步和远端写入恢复。内容、证据与领域决定由调用方负责;不承担源码调查、研发审批或辩论方法。",
"developerName": "trojanbox",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"使用 Github 插件帮助我完成当前任务。"
]
}
}{
"name": "github",
"displayName": "Github",
"version": "1.0.0",
"description": "用于跨领域的 GitHub Issue 生命周期管理、查重与复发判断、离线交接同步和远端写入恢复。内容、证据与领域决定由调用方负责;不承担源码调查、研发审批或辩论方法。",
"author": {
"name": "trojanbox",
"url": "https://github.com/trojanbox"
},
"repository": "https://github.com/trojanbox/agent-plugin-marketplace"
}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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/github-9)