Jsbeeb
Description
by mattgodbolt - Provides development guide for JavaScript BBC Micro emulator with build and testing instructions, architecture documentation, and debugging workflows.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://github.com/mattgodbolt/jsbeeb/actions/workflows/test-and-deploy.yml)
jsbeeb - JavaScript BBC Micro Emulator
[](https://bbc.xania.org/)
A BBC Micro emulator written in JavaScript and running in modern browsers. Emulates a 32K BBC B (with sideways RAM) and a 128K BBC Master, along with a number of different peripherals.
Table of Contents
- Keyboard Mappings
- Emulator Shortcuts
- Save State and Rewind
- Getting Set Up to Run Locally
- Running as a Desktop Application
- URL Parameters
- Patches
- Loading BASIC Files from GitHub Gists
- Things Left to Do
- Tests
- Thanks
- More Information
- License
- Contact
Keyboard Mappings
The BBC had a somewhat different-looking keyboard to a modern PC, and so it's useful to know some of the mappings:
- BBC
F0isF10 - BBC
Breakkey isF12 - BBC
*is on"(if it doesn't work for you try shift-2)
To play right now, visit [https://bbc.xania.org/](https://bbc.xania.org/). To load the default disc image (Elite in this case), press shift-F12 (which is shift-Break on the BBC).
Emulator Shortcuts
| Shortcut | Action |
|---|---|
Ctrl+Home |
Stop and enter debugger |
Ctrl+Insert |
Toggle turbo (fast-as-possible) |
Ctrl+End |
Pause emulation |
Alt+PageDown |
Open rewind scrubber |
Save State and Rewind
Save and load full emulator state snapshots from the **State** menu (or `Ctrl+S` / `Ctrl+O` in the Electron app).
...
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing