git404hub

what is ayn-thor-claude-skill fr?

desage56/ayn-thor-claude-skill — explained in plain English

Analysis updated 2026-05-18

1Audience · generalComplexity · 2/5LicenseSetup · moderate

tl;dr

A Claude Code skill that lets Claude manage an AYN Thor Android handheld's emulators and games over ADB.

vibe map

mindmap
  root((ayn-thor-skill))
    What it does
      Connects to the Thor over ADB
      Installs and updates emulators
      Configures Cocoon launcher
      Manages the ROM library
    Tech stack
      Claude Code skill
      ADB
      Markdown reference files
    Use cases
      Troubleshoot missing games
      Set up a new Thor handheld
      Back up saves and configs
    Audience
      AYN Thor owners
      Claude Code users
      Retro gaming hobbyists

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Set up and configure emulators on a new AYN Thor handheld remotely from a PC.

VIBE 2

Troubleshoot why a game isn't showing up in the Cocoon launcher.

VIBE 3

Transfer and organize ROM libraries, including multi-disc games.

VIBE 4

Back up save files and firmware settings for the device.

what's the stack?

Claude CodeADB

how it stacks up fr

desage56/ayn-thor-claude-skill0xkinno/neuralvault0xlocker/d17-contracts
Stars111
LanguageTypeScriptSolidity
Setup difficultymoderatehardhard
Complexity2/54/55/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires ADB installed on the PC and USB debugging enabled on the AYN Thor device.

Licensed under MIT, so it can be freely used and modified by anyone.

in plain english

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.

prompts (copy fr)

prompt 1
Help me install this skill and connect my AYN Thor to Claude Code over ADB.
prompt 2
Explain why my game isn't showing up in Cocoon after I added it.
prompt 3
Walk me through backing up my save files before an emulator update.
prompt 4
Show me how the screenshot-verify loop prevents accidental taps on the device.

Frequently asked questions

what is ayn-thor-claude-skill fr?

A Claude Code skill that lets Claude manage an AYN Thor Android handheld's emulators and games over ADB.

What license does ayn-thor-claude-skill use?

Licensed under MIT, so it can be freely used and modified by anyone.

How hard is ayn-thor-claude-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is ayn-thor-claude-skill for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.