Skip to main content
thpoll83
GitHub creator profile

thpoll83

Repository-level view of 26 collected skills across 3 GitHub repositories.

skills collected
26
repositories
3
updated
Aug 18, 2026
repository explorer

Repositories and representative skills

extract-qmk-module
software-developers

Extract a self-contained subsystem out of keyboards/polykybd/ into a reusable QMK community module under modules/polykybd/ — assess the coupling, scaffold the module, convert consumers to its auto-hooks, add a mocked unit-test suite, and verify with a…

Aug 12, 2026
merge-upstream-into-branch
software-developers

Merge upstream/master into the current branch (typically PolyKybd), resolve any conflicts, and push. Use after mirror-master-with-upstream to bring PolyKybd customisations up to date with the latest QMK changes.

Aug 11, 2026
mirror-master-with-upstream
software-developers

Fast-forward the fork's master branch to match upstream/master exactly, then push it to origin. Use this to keep the fork's master as a clean mirror before or after a merge-upstream-into-branch run.

Aug 11, 2026
measure-firmware-perf
software-developers

Measure PolyKybd firmware performance on the HIL rig and interpret the result — main-loop iteration timing, overlay-burst cost split into bridge/render/rest, HID round-trip latency, and boot-to-responsive. Drives the opt-in perf CI job (or a manual…

Aug 5, 2026
polykybd-github-release
software-developers

Cut a GitHub Release for the PolyKybd firmware (qmk_firmware), the host app (PolyKybdHost) or WinCompose (wincompose) — draft customer-facing release notes (newest version first, maintenance-only bumps skipped, concise, informative-over-funny), get the user's…

Aug 1, 2026
deliver-test-firmware
software-developers

Build the PolyKybd split72 firmware and hand the user a flashable `.bin` (plus the paired DoomPack `.plyx`) for testing on real hardware. Use whenever the user asks for "a bin", "a build to test", "give me firmware", "can you build that so I can flash it", or…

Aug 1, 2026
session-retro
software-developers

Scan the current (or a past) Claude Code session for things worth keeping — (1) durable LEARNINGS (gotchas, root causes, environment/toolchain quirks, design decisions, hard-won exact commands) that belong in a CLAUDE.md / docs / memory but aren't recorded…

Aug 1, 2026
status-oled-layout
software-developers

Adjust the PolyKybd STATUS OLED layout (the 128x64 split72 / 32x128 portrait split42 panel) — move, add, resize or re-space rows and indicator columns, and verify the result before flashing. Use when asked to "distribute the lines better", "give X more…

Jul 29, 2026
Showing 8 of 17 collected skills.
triage-pr-review
software-quality-assurance-analysts-and-testers

Triage the review feedback on a PolyKybd pull request and drive it to a resolution — fetch the comments and reviews, work out which bots actually reviewed (several post long comments without reviewing), verify every finding against the real code before…

Aug 18, 2026
update-polykybd-docs
software-developers

When you add or change a USER-FACING feature in the firmware or host — a new HID command / PROTOCOL_VERSION, a polyctl subcommand, a host setting or tray menu item, a keyboard feature (glyph script, idle style, brightness, font pack), or a language/layout —…

Aug 18, 2026
polykybd-kofi-post
technical-writers

Write a ko-fi / supporter post announcing a PolyKybd feature that has landed, together with its visuals — an animated GIF of the mechanism and a composed hero still — all rendered from the real firmware sources rather than mocked up. Use when asked to "write…

Aug 14, 2026
polykybd-github-release
software-developers

Cut a GitHub Release for the PolyKybd firmware (qmk_firmware), the host app (PolyKybdHost) or WinCompose (wincompose) — draft customer-facing release notes (newest version first, maintenance-only bumps skipped, concise, informative-over-funny), get the user's…

Aug 5, 2026
generate-app-overlays
software-developers

Build PolyKybd keycap overlay PNGs for an application end to end — research the app's keyboard shortcuts (from its docs or source), source a matching icon per shortcut (official app art or a freely-licensed icon set), save every source plus its…

Aug 1, 2026
session-retro
software-developers

Scan the current (or a past) Claude Code session for things worth keeping — (1) durable LEARNINGS (gotchas, root causes, environment/toolchain quirks, design decisions, hard-won exact commands) that belong in a CLAUDE.md / docs / memory but aren't recorded…

Jul 15, 2026
fix-debugpy-wmi
network-and-computer-systems-administrators

Fix the "KeyboardInterrupt in platform._wmi_query" crash that kills the first debugpy launch on Windows (Python 3.13 bug). Creates a sitecustomize.py in the venv's site-packages that pre-warms platform.uname() before debugpy initialises, so the WMI COM…

May 13, 2026
Showing 3 of 3 repositories
All repositories loaded