Agent Plugins Marketplace
All plugins

agent-deck

v1.11.2

Decks of MCP tools, keys, and self-improving playbooks that bind per-workspace.

Codex3 Skills1 MCP serverstdio

By not-so-fatLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 22, 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 agent-deck for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add agent-deck@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “agent-deck” remain stable.

  • Codex: agent-deck@agent-plugin-marketplaceagent-deck@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/not-so-fat/agent-deck/.

Plugin files

plugins/not-so-fat/agent-deck/
├── .codex-plugin/plugin.json
├── skills/agent-deck-playbooks/SKILL.md
├── skills/agent-deck-session/SKILL.md
├── skills/agent-deck-setup/SKILL.md
└── .mcp.json

Included Skills3

agent-deck-playbooksskills/agent-deck-playbooks/SKILL.md

Use when a task matches a bound-deck playbook trigger, or when the user corrects output produced from a playbook. Fetch playbooks; propose patches from corrections.

agent-deck-sessionskills/agent-deck-session/SKILL.md

Use at session start when Agent Deck MCP is configured or expected, including launch-selected sessions, or when the user asks for the deck status line / which deck is active.

agent-deck-setupskills/agent-deck-setup/SKILL.md

Use when setting up Agent Deck, the MCP is disconnected, or the local daemon is down. Guides install/start with read-only checks; the user runs install commands.

MCP servers1

agent-deckstdio
command
agent-deck
args
mcp-launch

Plugin manifests1

plugins/not-so-fat/agent-deck/.codex-plugin/plugin.json
{
  "name": "agent-deck",
  "version": "1.11.2",
  "description": "Decks of MCP tools, keys, and self-improving playbooks that bind per-workspace.",
  "author": {
    "name": "not-so-fat",
    "url": "https://github.com/not-so-fat"
  },
  "homepage": "https://github.com/not-so-fat/agent-deck",
  "repository": "https://github.com/not-so-fat/agent-deck",
  "license": "MIT",
  "keywords": [
    "mcp",
    "playbooks",
    "agent-context",
    "codex-plugin"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Agent Deck",
    "shortDescription": "Decks of tools, keys, and self-improving playbooks.",
    "longDescription": "Bind a deck to your workspace and every session starts with the right MCP tools, credentials, and task playbooks — and playbooks learn from your corrections via a review queue.",
    "developerName": "not-so-fat",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/not-so-fat/agent-deck",
    "privacyPolicyURL": "https://github.com/not-so-fat/agent-deck/blob/main/SECURITY.md",
    "termsOfServiceURL": "https://github.com/not-so-fat/agent-deck/blob/main/LICENSE",
    "defaultPrompt": [
      "Bind this workspace's deck and show the deck status line."
    ],
    "brandColor": "#0ea5e9",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/icon.svg",
    "screenshots": [
      "./assets/icon.svg"
    ]
  }
}

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

[agent-deck on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-deck)