Agent Plugins Marketplace
All plugins

maipai

v0.9.0

MaiPai org shared skills: release ceremony, docs refresh, verification contract, platform package scaffolding, standards pin check, screenshot verification, build status dashboard, the coordinator role for directing coder sessions, and duplicate-safe issue filing. Hooks: a blind-staging gate, a review-before-commit gate, and session-start repo context. Agent: design-resolver, an opus subagent for resolving design/spec ambiguities.

Claude Code9 Skills

By JesseWebDotCom0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 15, 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 maipai for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install maipai@agent-plugin-marketplace

Paste 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/getmaipai/.github

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

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/coordinate/SKILL.md
├── skills/issue/SKILL.md
├── skills/new-package/SKILL.md
├── skills/release/SKILL.md
├── skills/standards-check/SKILL.md
├── skills/status-dashboard/SKILL.md
├── skills/update-docs/SKILL.md
├── skills/verify/SKILL.md
└── skills/verify-screenshots/SKILL.md

Included Skills9

coordinateskills/coordinate/SKILL.md

Direct one or more coder sessions to completion without coding yourself - assign lanes, write their work orders, run the ready handshake, answer questions, classify and clear blockers, verify completion reports against acceptance, and hand off cleanly when a session runs out of context. Use when Jesse says to manage, direct, coordinate, or run other sessions, or when a session is on Fable (which always holds this role).

issueskills/issue/SKILL.md

File a bug, a feature request, or an idea as a GitHub issue in the current getmaipai repo, fast and without duplicates - search open issues first, comment on a match, otherwise file with the org's plain-language template and the right label. Use when Jesse or a session says "file an issue", "log a bug", "feature request", "it would be nice if", "add this to the wishlist", or notices a defect mid-task that is not being fixed now.

new-packageskills/new-package/SKILL.md

Scaffold a new getmaipai/catalog package (plugin, app, companion, integration, model, wakeword, voice, or theme) with a conforming manifest and the bronze-tier definition of done. Use when starting a new package, or when a legacy feature's review verdict (PACKAGES.md) is "rebuild" or "redesign" and it is time to build it.

releaseskills/release/SKILL.md

Cut a MaiPai release - checks, clean-clone build, changelog from commits, screenshot regeneration, docs drift check, semver tag, GitHub release. Use when Jesse says release, cut a release, or ship a version.

standards-checkskills/standards-check/SKILL.md

Verify a getmaipai repo is correctly pinned to @maipai/standards and its check.sh core passes. Use when setting up a new repo's check.sh, auditing which std-vX.Y.Z a repo targets, or when the release skill needs to confirm a repo is current before cutting a release.

status-dashboardskills/status-dashboard/SKILL.md

Refresh the MaiPai Build Status dashboard (an Artifact) from every repo's docs/BACKLOG.md and open GitHub issue counts. Use whenever a docs/BACKLOG.md changes, at latest before a session ends, or when Jesse asks for the dashboard to be brought current.

update-docsskills/update-docs/SKILL.md

Refresh a MaiPai repo's README and user docs with the latest shipped features and privacy-safe generated screenshots. Use when features shipped since the last docs update or Jesse asks to update docs, README, or screenshots.

verifyskills/verify/SKILL.md

The MaiPai verification contract - what "verified" means before any commit in an org repo. Use before committing any nontrivial change, or when Jesse asks whether something was verified.

verify-screenshotsskills/verify-screenshots/SKILL.md

Run the two-pass AI review over a batch of generated screenshots (session open-and-confirm, then the pipeline's declared-expectation check) before they are used anywhere. Use after regenerating screenshots for the hub, robot, Go, or a catalog package, or when Jesse asks whether screenshots are actually right.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "maipai",
  "description": "MaiPai org shared skills: release ceremony, docs refresh, verification contract, platform package scaffolding, standards pin check, screenshot verification, build status dashboard, the coordinator role for directing coder sessions, and duplicate-safe issue filing. Hooks: a blind-staging gate, a review-before-commit gate, and session-start repo context. Agent: design-resolver, an opus subagent for resolving design/spec ambiguities.",
  "version": "0.9.0",
  "author": {
    "name": "JesseWebDotCom"
  }
}

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

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