Agent Plugins Marketplace
All plugins

accelbyte-ai-plugins

v0.8.1

Public AI coding agents, skills, and MCP servers for AccelByte.

CodexClaude CodeAgent Plugins3 Skills

By AccelByte3 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 21, 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 accelbyte-ai-plugins for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add accelbyte-ai-plugins@agent-plugin-marketplace

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

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/AccelByte/ai-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

accelbyte-ai-plugins/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/accelbyte/SKILL.md
├── skills/ags/SKILL.md
└── skills/ags-extend/SKILL.md

Included Skills3

accelbyteskills/accelbyte/SKILL.md

Use before working with AccelByte skills or when a request mentions AccelByte, AGS, AMS, Extend, Matchmaking, ADT, IAM, namespaces, SDKs, AccelByte CLI, or AccelByte MCP servers. Establishes AccelByte skill routing, grounding rules, and host-native progress tracking across harnesses.

agsskills/ags/SKILL.md

AccelByte Gaming Services (AGS) — managed game backend. Covers player auth (IAM), lobby, sessions, matchmaking, leaderboards, achievements, rewards, store, wallet, entitlements, analytics, social, and more. Default landing skill for any AccelByte question not pinned to ags-extend. Use whenever the user mentions AccelByte, AGS, IAM, OAuth clients, PCCU, namespaces, or any AGS module — even without saying 'AGS' explicitly.

ags-extendskills/ags-extend/SKILL.md

AccelByte Extend — custom server-side game logic on AGS. Use for choosing an Extend pattern (Override, Event Handler, Service Extension), scaffolding a service, deploying to AGS, running locally, testing, and debugging.

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "accelbyte-ai-plugins",
  "version": "0.8.1",
  "description": "Public AI coding agents, skills, and MCP servers for AccelByte.",
  "displayName": "accelbyte",
  "shortDescription": "Public AI coding agents, skills, and MCP servers for AccelByte.",
  "author": {
    "name": "AccelByte",
    "url": "https://accelbyte.io"
  },
  "interface": {
    "displayName": "accelbyte-ai-plugins",
    "developerName": "AccelByte"
  },
  "homepage": "https://github.com/AccelByte/ai-plugins",
  "repository": "https://github.com/AccelByte/ai-plugins",
  "skills": "./skills/"
}
.claude-plugin/plugin.json
{
  "name": "accelbyte-ai-plugins",
  "description": "Public AI coding agents, skills, and MCP servers for AccelByte.",
  "version": "0.8.1",
  "author": {
    "name": "AccelByte",
    "url": "https://accelbyte.io"
  },
  "userConfig": {
    "AGS_API_MCP_URL": {
      "type": "string",
      "title": "AGS API MCP Server URL",
      "required": true,
      "description": "Your AGS environment's MCP endpoint. There is no shared default — set the URL for your own deployment.\nPublic Cloud: https://{studio}-{game}.prod.gamingservices.accelbyte.io/mcp/{studio}-{game} (the {studio}-{game} namespace appears in both the host and the path).\nPrivate Cloud: https://{environment_name}.accelbyte.io/mcp."
    },
    "TEAMMATE_MEMORY_MCP_URL": {
      "type": "string",
      "title": "Teammate Memory MCP Server URL",
      "description": "Your AGS environment's teammate memory endpoint. Fill your own domain into the shape below, keeping the {studio}-{game} segment.\nShape: https://{env-domain}/teammate/memory/mcp/{studio}-{game}\nEvery AGS environment serves this; if yours does not answer yet, contact AccelByte.\nLeave empty if you have not been given one; the teammate scans and reports without memory."
    },
    "TEAMMATE_WIKI_MCP_URL": {
      "type": "string",
      "title": "Teammate Studio Wiki MCP Server URL",
      "description": "Your AGS environment's teammate studio wiki endpoint. Fill your own domain into the shape below, keeping the {studio}-{game} segment.\nShape: https://{env-domain}/teammate/wiki/mcp/{studio}-{game}\nEvery AGS environment serves this; if yours does not answer yet, contact AccelByte.\nLeave empty if you have not been given one; nothing else degrades."
    }
  },
  "mcpServers": {
    "ags_api": {
      "type": "http",
      "url": "${user_config.AGS_API_MCP_URL}"
    },
    "teammate_memory": {
      "type": "http",
      "url": "${user_config.TEAMMATE_MEMORY_MCP_URL}"
    },
    "teammate_wiki": {
      "type": "http",
      "url": "${user_config.TEAMMATE_WIKI_MCP_URL}"
    }
  }
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "accelbyte-ai-plugins",
  "version": "0.8.1",
  "description": "Public AI coding agents, skills, and MCP servers for AccelByte.",
  "author": {
    "name": "AccelByte",
    "url": "https://accelbyte.io"
  },
  "homepage": "https://github.com/AccelByte/ai-plugins",
  "repository": "https://github.com/AccelByte/ai-plugins"
}

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

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