Agent Plugins Marketplace
All plugins

yougame

v1.20.0

Turn the game you are building into a YouGame build: the publish rules, the leaderboard SDK, the pre-upload checks, and a zip that is ready to drop on the upload page.

Claude Code2 Skills1 MCP serverStreamable HTTP

By YouGameLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 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 yougame for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install yougame@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/Lrosias/yougame-plugin

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

yougame/
├── .claude-plugin/plugin.json
├── skills/publish-to-yougame/SKILL.md
├── skills/yougame-sdk/SKILL.md
└── .mcp.json

Included Skills2

publish-to-yougameskills/publish-to-yougame/SKILL.md

Turn a browser game into a build that runs on YouGame and get it ready to upload, or, with the creator signed in to the YouGame MCP (or their API key), upload it, fill in the whole listing, and hand the creator a review link — the static build contract, the leaderboard SDK, the pre-upload checks, the zip, and the prepare_submission step. Use when the user wants to publish, ship, upload, or post a game to YouGame, asks to make a game YouGame-ready, or hits errors from YouGame's checks or upload page.

yougame-sdkskills/yougame-sdk/SKILL.md

Add YouGame SDK features to a game — leaderboards and beat-my-score links, saves that let a player resume on any device, one control scheme for keyboard, controllers, and phones (YouGame.input) that qualifies for the phone listing, online multiplayer with matchmaking and rematches, ratings, and coins. Use when the user asks for a leaderboard, high scores, save games or continue, online or head-to-head play, phone support, touch or controller support, or anything else from the YouGame SDK.

MCP servers1

yougameStreamable HTTP
url
https://yougame.co/mcp

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "yougame",
  "displayName": "YouGame",
  "version": "1.20.0",
  "description": "Turn the game you are building into a YouGame build: the publish rules, the leaderboard SDK, the pre-upload checks, and a zip that is ready to drop on the upload page.",
  "author": {
    "name": "YouGame",
    "url": "https://yougame.co"
  },
  "homepage": "https://yougame.co/plugin",
  "repository": "https://github.com/Lrosias/yougame-plugin",
  "license": "MIT",
  "keywords": [
    "games",
    "gamedev",
    "html5",
    "leaderboard",
    "multiplayer",
    "worlds",
    "controls",
    "touch",
    "gamepad",
    "publishing",
    "yougame"
  ]
}

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

[yougame on Agent Plugins Marketplace](https://pluginsmp.com/plugins/yougame)