desage56/ayn-thor-claude-skill — explained in plain English
Analysis updated 2026-05-18
Set up and configure emulators on a new AYN Thor handheld remotely from a PC.
Troubleshoot why a game isn't showing up in the Cocoon launcher.
Transfer and organize ROM libraries, including multi-disc games.
Back up save files and firmware settings for the device.
| desage56/ayn-thor-claude-skill | 0xkinno/neuralvault | 0xlocker/d17-contracts | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | — | TypeScript | Solidity |
| Setup difficulty | moderate | hard | hard |
| Complexity | 2/5 | 4/5 | 5/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires ADB installed on the PC and USB debugging enabled on the AYN Thor device.
This repository is a skill for Claude Code, the AI coding assistant, that teaches it how to operate a specific piece of hardware: the AYN Thor, a handheld Android gaming device. It lets Claude connect to the device from a PC using ADB, a standard Android debugging tool, and then install and update emulators, configure the device's Cocoon launcher, transfer game files, and troubleshoot common problems like a game not showing up in the library. The author built this after going through a long real setup and troubleshooting session with their own device, so the skill is full of specific, hard won details, such as which button presses the Cocoon interface actually responds to, common mistakes that accidentally delete a platform entry, quirks in how Android's file picker grants folder access, and path handling issues on Windows. The skill is organized into a main file with device facts and core rules, plus separate reference files covering UI navigation, the recommended emulator setup, and library maintenance tasks like backups and organizing multi disc games. Since Claude is controlling a real device remotely without seeing the screen directly, the skill relies on a screenshot, then verify, then act pattern to avoid mistaken taps. Installing it means copying a folder into your personal Claude Code skills directory. It requires ADB installed on your PC and USB debugging turned on on the device. The README is explicit that it does not include or download any ROMs, BIOS files, or firmware, and instructs Claude to only install emulators from official sources. This is aimed at AYN Thor owners who already use Claude Code and want help managing their handheld's software, rather than at general developers. It is released under the MIT license.
A Claude Code skill that lets Claude manage an AYN Thor Android handheld's emulators and games over ADB.
Licensed under MIT, so it can be freely used and modified by anyone.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.