gptbc
v0.3.0GBC-first GB Studio workflow assistant with project linting, safe curated GitHub asset import, live plugin discovery, compatibility checks, provenance tracking, and build-readiness reports.
By GptBC contributorsLicense: MIT1 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 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 gptbc for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add gptbc@agent-plugin-marketplacePaste 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/scootieccc/GptBCClone 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
├── .codex-plugin/plugin.json└── skills/gptbc/SKILL.md
Included Skills1
GBC-first GB Studio workflow skill. Use for GB Studio project inspection, asset QA, Color Only optimization, plugin/resource discovery, compatibility analysis, safe curated asset import, project linting, build-readiness checks, and release preparation. Prefer Game Boy Color capabilities unless the user explicitly requests DMG/monochrome compatibility.
Plugin manifests1
{
"name": "gptbc",
"version": "0.3.0",
"description": "GBC-first GB Studio workflow assistant with project linting, safe curated GitHub asset import, live plugin discovery, compatibility checks, provenance tracking, and build-readiness reports.",
"author": {
"name": "GptBC contributors"
},
"homepage": "https://github.com/scootieccc/GptBC",
"repository": "https://github.com/scootieccc/GptBC",
"license": "MIT",
"keywords": [
"gb-studio",
"game-boy-color",
"gbc",
"pixel-art",
"homebrew",
"gbdk",
"assets",
"resources"
],
"skills": "./skills/",
"interface": {
"displayName": "GptBC",
"shortDescription": "GBC-first tooling, assets, resources and QA for GB Studio",
"longDescription": "Inspect and improve GB Studio projects with Game Boy Color-first checks, curated GitHub resource discovery, license-aware asset importing, tile/palette validation, provenance tracking, plugin compatibility analysis and build-readiness reporting.",
"developerName": "GptBC contributors",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/scootieccc/GptBC",
"privacyPolicyURL": "https://github.com/scootieccc/GptBC/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/scootieccc/GptBC/blob/main/TERMS.md",
"defaultPrompt": [
"Audit this GB Studio project for GBC release readiness.",
"Find compatible GB Studio plugins or curated assets for this project.",
"Find, inspect, and safely import a public GB Studio asset from the curated GitHub resource catalog.",
"Check my backgrounds, sprites, palettes, and tile budgets."
],
"brandColor": "#00D6AE",
"composerIcon": "./assets/gptbc-icon.svg",
"logo": "./assets/gptbc-icon.svg",
"screenshots": []
}
}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.
[gptbc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gptbc)