agent-deck
v1.11.2Decks of MCP tools, keys, and self-improving playbooks that bind per-workspace.
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
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add agent-deck@awesome-codex-pluginsPaste 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-marketplace→agent-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-pluginsClone 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
├── .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
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.
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.
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
- command
- agent-deck
- args
- mcp-launch
Plugin manifests1
{
"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"
]
}
}For maintainers
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)