ppriest

MiSTer CoreSkill — Development skill for Claude Code

Development community

Claude Code skill for building MiSTer arcade cores.

How to install MiSTer CoreSkill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ppriest/MiSTer-CoreSkill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What MiSTer CoreSkill does

Claude Code skill for building MiSTer arcade cores.

Alternatives in Development

  • Turbo Kart Rush — Arcade kart racer in the spirit of Mario Kart, built entirely with Three.js 2 ★
  • Turbo Kart Rally — Arcade kart racer in the spirit of Mario Kart, built entirely with Three.js 2 ★
  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★

README

MiSTer-CoreSkill

A Claude Code skill for building MiSTer arcade cores: bootstrap from `Template_MiSTer`, MAME as the reference, the shared tooling and the cumulative lessons from Arcade-Psikyo, -Fuuki, -Seta, -JalecoMS32 and -KonamiGX.

Install

The skill is `mister-arcade-core/`. Junction it into the user skills directory so it triggers from any folder:

mklink /J "%USERPROFILE%\.claude\skills\mister-arcade-core" "E:\MiSTer-CoreSkill\mister-arcade-core"

Layout

mister-arcade-core/
  SKILL.md               workflow; read first
  scripts/new_core.py    Template_MiSTer -> Arcade-_MiSTer
  references/            lessons learned, feature guides, tool guides
  assets/core/           copied verbatim into a new core (scripts/, docs/, .gitignore, ...)

Requires: Quartus 17.0 Lite with ModelSim, Verilator, MAME, Python 3, `gh` (GitHub CLI).