p11 Agent Plugins
p11 provides three focused skills:
p11:sharecreates or updates shareable, commentable documents.p11:replyreviews comments/replies and responds to visible threads that ask questions, are unclear, are indecisive, or need input.p11:reviseapplies clear reviewer decisions and shares a new version.
Install
Codex
Codex App UI
-
Open the Codex app.
-
Go to the plugins or marketplaces settings.
-
Click Add marketplace.
-
Set Source to:
rarexlabs/p11-public -
Leave Git ref as:
main -
Leave Sparse paths empty.
-
Click Add marketplace.
-
Open the newly added
p11-publicmarketplace. -
Install the
p11plugin.
The installed Codex plugin exposes p11:share, p11:reply, and p11:revise.
CLI
Global/User Scope
npx -y codex-marketplace add rarexlabs/p11-public/plugins/p11 --plugin --global
Project Scope
npx -y codex-marketplace add rarexlabs/p11-public/plugins/p11 --plugin --project
Claude Code
Global/User Scope
claude plugin marketplace add rarexlabs/p11-public --scope user --sparse .claude-plugin claude-code && claude plugin install p11@p11-public --scope user
Project Scope
claude plugin marketplace add rarexlabs/p11-public --scope project --sparse .claude-plugin claude-code && claude plugin install p11@p11-public --scope project
Restart Claude Code or run /reload-plugins in an active Claude Code session after installation.
The installed Claude Code plugin provides matching p11:share, p11:reply, and p11:revise workflows through its share, reply, and revise skills.