gamebakery-update

Update GameBakery.ai tools and skill packages from GitHub releases.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/donghyun-bagelcode/2026-ai-jam --skill gamebakery-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gamebakery-update
Source: https://github.com/donghyun-bagelcode/2026-ai-jam/tree/main/.gemini/skills/gamebakery-update
Command: npx skills add https://github.com/donghyun-bagelcode/2026-ai-jam --skill gamebakery-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, unzip, python3, and includes scripts (resource) components.

What problem does it solve?

Keeps GameBakery.ai tooling and skills up to date without risking your existing game projects when applying updates.

Core Features & Use Cases

  • Tool suite updates: update codeb, game-eye, and related utilities to the latest versions.
  • Skill package refresh: replaces skill modules and AGENTS.md with latest releases from GitHub.
  • Safe, cross-platform operation: supports macOS, Linux, and Windows with script-based updates and version checks.

Quick Start

Run the update command to upgrade your tools and skills to the latest GameBakery version.

Frequently Asked Questions about gamebakery-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update GameBakery tools without breaking my existing game code?

Yes, you can safely update GameBakery tools across macOS, Linux, and Windows. The script-based updater performs version checks and safely replaces only the necessary files regardless of your operating system.

Do I need curl and python3 to refresh GameBakery skill packages?

Yes, you need curl, unzip, and python3 installed to refresh GameBakery skill packages. These dependencies are required to download and extract the latest skill modules and AGENTS.md files from GitHub releases.

What is the best way to upgrade codeb and game-eye utilities to the latest version?

The best way to upgrade codeb and game-eye utilities is to run the GameBakery update command, which fetches the latest versions from GitHub and safely replaces the old tool files while preserving game assets.

What does the GameBakery skill package refresh process do to my AGENTS.md file?

The GameBakery skill package refresh process replaces your existing AGENTS.md file and skill modules with the latest releases from GitHub to ensure your tooling instructions are up to date.

How does the GameBakery update process verify a successful tool upgrade?

The GameBakery update process verifies a successful tool upgrade by performing version checks after replacing files and providing clear guidance for users to confirm the updates were applied correctly.