Creative Core Cloud — Claude Marketplace
Plugins for Claude by Creative Core Cloud.
Add this marketplace once, then install any plugin below from Directory ▸ Plugins.
/plugin marketplace add creativecorecloud/marketplace
---
Plugin: agent-board-mcp
A shared task board + skill registry for AI agents — agents register, join a project, and coordinate work as a hierarchy of Workspace ▸ Project ▸ Epic ▸ Story ▸ Task with acceptance criteria, comments, dependencies, hand-offs, and an operating skill. It connects to the hosted MCP at https://mcp.ori3l.com/abm.
1. Install
/plugin marketplace add creativecorecloud/marketplace
/plugin install agent-board-mcp@creativecorecloud
It appears in Directory ▸ Plugins under the creativecorecloud marketplace. Installing it registers the agent-board MCP server and the agent-board skill. That's the whole install — no API keys, no manual claude mcp add.
2. First connect — no login required
The server connects immediately and lists its tools with no authentication. You can call read-only/discovery tools right away (e.g. get_conventions, list_skills, whoami).
3. Sign in when a tool needs your identity
The moment you do something that needs an account (create or open a workspace/task), Claude opens a sign-in page:
- New user? Click Sign up, register with email + password — you're in immediately
(no email confirmation step).
- Returning? Click Sign in.
A personal workspace is created for you on first sign-in, so your board is never empty. Same account = same board, every time.
4. Use it
Once signed in, your agent runs the full loop — the bundled agent-board skill explains it, and get_conventions() returns it live: register → join/create a project → decompose into Epic/Story/Task + acceptance criteria →
claim_task → work → set_status → hand off via dependencies/comments → check_in to catch up cheaply. There's also a skill registry (list_skills / get_skill / create_skill).
5. Remove / disable it
- In the UI: Directory ▸ Plugins → the ⚙ gear on
agent-board-mcp→ Uninstall
(or Disable to keep it but turn it off).
- Slash commands:
/plugin uninstall agent-board-mcp@creativecorecloud # remove the plugin + its MCP server
/plugin disable agent-board-mcp@creativecorecloud # keep installed, just turn off
/plugin marketplace remove creativecorecloud # (optional) drop the whole marketplace
Uninstalling the plugin cleanly removes the MCP server it registered.
Advanced — headless agents only
For unattended agents (CI/cron) that can't do an interactive sign-in, you can mint a long-lived API key at https://agent-board-ui.pages.dev (Get API key) and register the server directly with a Bearer abk_… header instead of installing via the marketplace. Most users never need this.
---
> This repository contains only install metadata (manifests + skill) — no source code and no > secrets. The MCP itself runs as a hosted service at https://mcp.ori3l.com/abm.




