Portable, vendor-neutral home for agent skills, MCP servers, personas, and memory.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
One playbook, every agent. A portable operating environment for AI agents — persona, skills, MCP servers, project instructions, and memory in one source of truth.
Keep your agents yours. AgentPlaybooks stores skills, personas, MCP servers, project instructions, and memory in one portable playbook, so you can switch platforms, use several at once, or self-host without vendor lock-in.
Your agent setup stays in sync across Claude, ChatGPT, Cursor, Codex, Gemini, local models, and future platforms. The playbook is the portable source of truth—not any single vendor or editor.
What a playbook holds
AGENTS.md / CLAUDE.md contentCredentials, without handing them over
use_secret), so the value never
enters an agent's context. Optional per-secret host allow-lists.Getting it into your tools
plugin.json, mcp.json, and complete Agent Skills directories. Compatible
MCP hosts can also discover hosted playbook skills through the MCP Skills extension./.well-known/skills/ — installable from a URL, no registry, no sign-upWorking with other people
| Category | Technology | Purpose |
|---|---|---|
| Framework | Next.js 16 + React 19 | App Router, SSR |
| Styling | Tailwind CSS 4 | Utility-first CSS |
| Animation | Framer Motion | UI animations |
| Icons | Lucide React | Icon library |
| API | Hono | Edge API routing |
| Database | Supabase | Postgres + Auth + RLS |
| i18n | next-intl | Localization (en, hu, de, es) |
| Docs | Plain markdown in public/docs | Fetched and rendered client-side |
| Hosting | Cloudflare Workers | Edge deployment |
| Adapter | @opennextjs/cloudflare | Next.js on Workers |
engines in package.json; CI runs 22)npm ci then rejectsCreate a .env.local file with:
Optional:
| Variable | Effect |
|---|---|
NEXT_PUBLIC_APP_URL | The canonical origin used for canonical tags, the sitemap and robots. Defaults to https://agentplaybooks.ai. |
ALLOWED_ORIGINS | Comma-separated CORS allow-list. Replaces the hosted defaults entirely — set it on a self-hosted instance so the project's own domains are not trusted there. |
SECRETS_REQUIRE_ALLOWED_HOSTS | true makes a secret's host allow-list mandatory: an unpinned secret cannot be used for outbound requests at all. |
packages/cli)agentplaybooks doctor <project> audits local agent configuration
(instructions, Agent Skills, custom agents, MCP servers, likely hard-coded secrets, drift)
and agentplaybooks sync <project> creates the canonical
agentplaybook.json plus the platform files missing from enabled targets:
Claude Code, Cursor, ChatGPT/Codex, GitHub Copilot, Gemini CLI, Google
Antigravity (.agents/skills), Grok Bot (.agents/skills, which it
discovers natively alongside AGENTS.md), and Hermes Agent (.agents/skills
registered in ~/.hermes/config.yaml, plus that file's mcp_servers: and
SOUL.md).
agentplaybooks plugin export|import round-trips Agent Plugins 1.0 packages;
the only manifest extension carries secret references and bindings, never
secret values.
login / playbooks / pull / push synchronize skills, MCP servers, and the
manifest with a hosted playbook using a user API key. push also creates a
private, versioned cross-platform AI agent configuration backup, including
complete Agent Skills folders and portable custom agents. backups lists
revisions; pull --snapshot can recover an earlier one. Secret values never
move, only references declared in spec.secrets. Mutating commands show a
plan first and require --apply, --yes, or interactive confirmation where
supported. See packages/cli/README.md and the
backup and migration guide.
The same package is a ChatGPT/Codex plugin (skill + account MCP) and a Claude Code / Claude Cowork plugin (skill + slash commands + account MCP). Both expose playbooks, skills, memory, canvas, connected MCP/OpenAPI tools, workflows, and the vault-backed API proxy. Exact API-key setup and installation commands are in packages/cli/README.md.
Install the Claude plugin from this repository:
Public playbooks are visible to everyone. Unlisted playbooks are accessible via GUID but hidden from search.
Note: :id supports both UUID and GUID for personas and skills.
Canvas documents belong to an isolated workflow run, so multiple teams can execute the same playbook without sharing work products. They are long-form markdown artifacts that agents can revise over time. Use memory for durable facts and structured state; use canvas for deliverables such as a PR review, research report, implementation plan, or draft that may be edited passage by passage.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentplaybooks)<a href="https://allmcps.com/mcp/agentplaybooks"><img src="https://allmcps.com/api/badge/agentplaybooks?style=directory" alt="AgentPlaybooks on AllMCPs" /></a>