diff --git a/README.md b/README.md index 1c40299f..ad98ca04 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)! - [GrayMatter](https://github.com/ValkyrLabs/GrayMatter) - Durable memory and shared graph state for Codex and OpenClaw agents, with live ValkyrAI schema awareness. - [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. - [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. +- [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. - [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. - [PR Storyteller](./plugins/mturac/pr-storyteller) - PR title + body + test plan from commits and diff vs base branch. - [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. diff --git a/plugins.json b/plugins.json index b25f6715..072fb7e9 100644 --- a/plugins.json +++ b/plugins.json @@ -3,7 +3,7 @@ "name": "awesome-codex-plugins", "version": "1.0.0", "last_updated": "2026-05-20", - "total": 82, + "total": 83, "categories": [ "Development & Workflow", "Tools & Integrations" @@ -239,6 +239,16 @@ "source": "awesome-codex-plugins", "install_url": "https://raw.githubusercontent.com/yimwoo/hotl-plugin/HEAD/.codex-plugin/plugin.json" }, + { + "name": "Mpi-Kanban", + "url": "https://github.com/MadPonyInteractive/mpi-kanban", + "owner": "MadPonyInteractive", + "repo": "mpi-kanban", + "description": "Claude Code and Codex workflow plugin for per-project kanban planning, handoffs, multi-agent coordination, and session lifecycle workflows.", + "category": "Development & Workflow", + "source": "awesome-codex-plugins", + "install_url": "https://raw.githubusercontent.com/MadPonyInteractive/mpi-kanban/HEAD/.codex-plugin/plugin.json" + }, { "name": "Personal Data Protection", "url": "https://github.com/AltByteSG/personal-data-protection-skill",