Ground RouterOS config/scripts/API code against a REAL router using quickchr (@tikoci/quickchr) — a CLI + Bun/TS library that downloads, boots, and manages MikroTik CHR VMs on QEMU. Use when: validating generated RouterOS config or scripts against real RouterOS before trusting them; spinning up a disposable CHR for REST/CLI/API iteration; writing integration/lab tests against CHR; needing host↔guest networking for a CHR (port-forward, L2/MNDP capture, guest→host UDP); driving an external RouterOS tool against a live CHR. For raw QEMU/CHR boot mechanics (VirtIO, UEFI vs SeaBIOS, acceleration) without quickchr, use routeros-qemu-chr instead.
$npx -y skills add tikoci/routeros-skills --skill routeros-quickchrInstalls into the current project.
Run `npx skills use "https://github.com/tikoci/routeros-skills" --skill "tikoci/routeros-skills/routeros-quickchr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tikoci/routeros-skills" that are relevant to the current task. Run `npx skills add "https://github.com/tikoci/routeros-skills"` and select the relevant skills, then follow their instructions.