accelbyte-ai-plugins
v0.8.1Public AI coding agents, skills, and MCP servers for AccelByte.
By AccelByte3 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- 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
codex plugin marketplace add AccelByte/ai-plugins
codex plugin marketplace upgrade accelbyte
codex plugin add accelbyte-ai-plugins@accelbytePaste and run these commands in a terminal with Codex. They add and refresh the accelbyte catalog, then install this plugin.
Compatibility: the page URL and API slug “accelbyte-ai-plugins-2” remain stable.
- Codex:
accelbyte-ai-plugins-2@agent-plugin-marketplace→accelbyte-ai-plugins@accelbyte
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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .codex-temp/.
Plugin files
├── .codex-plugin/plugin.json├── skills/accelbyte/SKILL.md├── skills/ags/SKILL.md└── skills/ags-extend/SKILL.md
Included Skills3
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.
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.
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 manifests1
{
"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/"
}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.
[accelbyte-ai-plugins on Agent Plugins Marketplace](https://pluginsmp.com/plugins/accelbyte-ai-plugins-2)