software-launch

star 28

Load and run existing C64 software through c64bridge.

chrisgleissner By chrisgleissner schedule Updated 3/26/2026

name: software-launch description: Load and run existing C64 software through c64bridge.

Intent

Use this skill for existing PRG, CRT, or disk-image based software rather than newly authored programs.

Inputs

  • Media type: PRG, CRT, or disk image.
  • File path or image path.
  • Target backend and any drive-slot requirement.

Execution

  1. Confirm connectivity before launch when the environment looks uncertain.
  2. For loose files, use c64_program with op: "run_prg" or op: "run_crt".
  3. For disk images, use .github/skills/drive-manager/SKILL.md to mount the image first, then launch the correct program.
  4. Use c64_disk with op: "find_and_run" when the user needs discovery inside an image.

Validation

  1. Use c64_memory with op: "read_screen" after launch when visible output is expected.
  2. Summarize the loaded media, backend, and observed first-run state.

Safety

  • Confirm target drive slot before mutating disk state.
  • Warn before power or reset actions that would interrupt the launch flow.
Install via CLI
npx skills add https://github.com/chrisgleissner/c64bridge --skill software-launch
Repository Details
star Stars 28
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator
chrisgleissner
chrisgleissner Explore all skills →