Help us improve
Share bugs, ideas, or general feedback.
Local marketplace for phaser-assets plugin
npx claudepluginhub ehartye/phaser-assetsFind and integrate free 2D game assets into Phaser JS projects. Searches trusted free sources (Kenney, OpenGameArt, itch.io), presents a visual preview UI for selection, downloads assets into your project, and generates ready-to-use Phaser loading code.
Share bugs, ideas, or general feedback.
A Claude Code plugin that finds free 2D game assets and integrates them into Phaser JS projects. Searches trusted free sources (Kenney, OpenGameArt, itch.io), presents a visual preview UI for selection, downloads assets into your project, and generates ready-to-use Phaser loading code.
Add this to your Claude Code settings (~/.claude/settings.json):
{
"plugins": {
"marketplaces": [
{
"url": "file:///C:/Users/ehart/repos/phaser-assets/marketplace.json"
}
]
}
}
Or run Claude Code with the plugin directory directly:
claude --plugin-dir /path/to/phaser-assets
The skill activates automatically when you ask for game assets in a Phaser project context. Examples:
MIT