Skip to content

Commit d3e0825

Browse files
Add Mpi-Kanban plugin listing
1 parent 185284e commit d3e0825

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
148148
- [GrayMatter](https://github.com/ValkyrLabs/GrayMatter) - Durable memory and shared graph state for Codex and OpenClaw agents, with live ValkyrAI schema awareness.
149149
- [HOL Guard Plugin](https://github.com/hashgraph-online/hol-guard-plugin) - AI antivirus workflow for Codex, Claude Code, Cursor, Gemini, OpenCode, MCP servers, skills, and plugin release checks with local approvals and receipts.
150150
- [HOTL Plugin](https://github.com/yimwoo/hotl-plugin) - Human-on-the-Loop AI coding workflow plugin for Codex, Claude Code, and Cline with structured planning, review, and verification guardrails.
151+
- [Mpi-Kanban](https://github.com/MadPonyInteractive/mpi-kanban) - Claude Code and Codex workflow plugin for per-project kanban planning, handoffs, multi-agent coordination, and session lifecycle workflows.
151152
- [Personal Data Protection](https://github.com/AltByteSG/personal-data-protection-skill) - Engineer-facing personal-data-protection compliance reference — Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA (Act 709 + 2024 Amendments), Philippines DPA — organised by where in the stack each obligation lands, with checklists, breach-response runbook, and a developer-view divergence table across all five.
152153
- [PR Storyteller](./plugins/mturac/pr-storyteller) - PR title + body + test plan from commits and diff vs base branch.
153154
- [Praxis](https://github.com/ouonet/praxis) - Intent-driven workflow skills for coding agents: describe what done looks like, not the steps. Triage-first design keeps token costs low across design, TDD, debug, review, and release.

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "awesome-codex-plugins",
44
"version": "1.0.0",
55
"last_updated": "2026-05-20",
6-
"total": 82,
6+
"total": 83,
77
"categories": [
88
"Development & Workflow",
99
"Tools & Integrations"
@@ -239,6 +239,16 @@
239239
"source": "awesome-codex-plugins",
240240
"install_url": "https://raw.githubusercontent.com/yimwoo/hotl-plugin/HEAD/.codex-plugin/plugin.json"
241241
},
242+
{
243+
"name": "Mpi-Kanban",
244+
"url": "https://github.com/MadPonyInteractive/mpi-kanban",
245+
"owner": "MadPonyInteractive",
246+
"repo": "mpi-kanban",
247+
"description": "Claude Code and Codex workflow plugin for per-project kanban planning, handoffs, multi-agent coordination, and session lifecycle workflows.",
248+
"category": "Development & Workflow",
249+
"source": "awesome-codex-plugins",
250+
"install_url": "https://raw.githubusercontent.com/MadPonyInteractive/mpi-kanban/HEAD/.codex-plugin/plugin.json"
251+
},
242252
{
243253
"name": "Personal Data Protection",
244254
"url": "https://github.com/AltByteSG/personal-data-protection-skill",

0 commit comments

Comments
 (0)