Agent Plugins Marketplace
All plugins

agentkit

v0.7.2

Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.

CodexClaude Code4 Skills

By wrzonanceLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 27, 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agentkit@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/wrzonance/agent-kit

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

Plugin files

agentkit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/onboard-repo/SKILL.md
├── skills/parallel-issues/SKILL.md
├── skills/pr-to-green/SKILL.md
└── skills/review-remote-pr/SKILL.md

Included Skills4

onboard-reposkills/onboard-repo/SKILL.md

Use when a repository has no .agent/config.env, when the session contract says "not onboarded", or when its declared commands, labels, or board mapping are missing or wrong. Triggers: /onboard-repo, "onboard this repo", "set up agentkit here", "yes, onboard it", "why are the guards inert", "declare the verify commands".

parallel-issuesskills/parallel-issues/SKILL.md

Use when you want to implement 2–5 independent GitHub issues simultaneously using multi-agent workflows in isolated git worktrees. Triggers: /parallel-issues, /parallel-issues 57 54, /parallel-issues --no-brainstorm 57 54, /parallel-issues --yolo --fast-mode --auto-review, "run these issues in parallel", "parallel workstreams", "work on multiple issues at once", "ultracode these issues", "skip brainstorming and just dispatch", "groom the board and go".

pr-to-greenskills/pr-to-green/SKILL.md

Use when asked to take a confirmed queue of draft pull requests to green, accepting optional PR numbers to resume named ready pull requests and an optional --auto-merge flag to also perform the confirmed queue's merges. Triggers: /pr-to-green, /pr-to-green 42 43, /pr-to-green --auto-merge, "take these PRs to green", "finish the draft PR queue".

review-remote-prskills/review-remote-pr/SKILL.md

Use when asked to review, babysit, monitor, or clean up a remote PR, including PRs in git worktrees — triggered by "/review-remote-pr", "/review-pr", "review remote PR", "babysit PR".

Plugin manifests2

agentkit/.codex-plugin/plugin.json
{
  "name": "agentkit",
  "version": "0.7.2",
  "description": "Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.",
  "author": {
    "name": "wrzonance",
    "url": "https://github.com/wrzonance"
  },
  "license": "MIT",
  "keywords": [
    "skills",
    "hooks",
    "github-projects",
    "code-review"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json",
  "interface": {
    "displayName": "Agent Kit",
    "shortDescription": "Parallel issue work and PR review, with guards that cost fewer calls"
  }
}
agentkit/.claude-plugin/plugin.json
{
  "name": "agentkit",
  "version": "0.7.2",
  "description": "Board-aware parallel issue and PR review skills, with lifecycle hooks and a per-repository contract.",
  "author": {
    "name": "wrzonance",
    "url": "https://github.com/wrzonance"
  },
  "license": "MIT",
  "keywords": [
    "skills",
    "hooks",
    "github-projects",
    "code-review"
  ]
}

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

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