MiSTer CoreSkill — Development skill for Claude Code
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).
Related Skills
Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Sharing Skills
skill for guidance.
Root Cause Tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Template Skill
Minimal skeleton for a new skill project structure.
Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI