Skip to main content
مستودع GitHub

head-over-heels-online

يحتوي head-over-heels-online على 18 من skills المجمعة من jimhigson، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
13
محدث
2026-07-24
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

shepherd-prs
مطوّرو البرمجيات

Take a set of local feature branches/worktrees all the way to merged PRs — discover unmerged work, fix commit-time hygiene, push, raise PRs, watch CI, auto-fix mechanical failures, merge on green, and cascade-rebase the rest. Use when the user says "shepherd PRs" or wants several branches driven to merge autonomously.

2026-07-24
run-e2e
محللو ضمان جودة البرمجيات والمختبرون

Read BEFORE invoking `playwright test` in any form, for any reason — running e2e, visual regression, room snapshots, or verifying a change 'via e2e'. Covers required project scoping (chromium-desktop, matching CI), the sandbox browser-build bridge, and the pnpm webServer failure. Also load on these failure signatures: every test failing at browserType.launch, 'Executable doesn't exist at /opt/pw-browsers/...', or 'Process from config.webServer was not able to start'.

2026-07-24
act-true-site-size-sandbox
محللو ضمان جودة البرمجيات والمختبرون

Run the true-site-size GitHub Action locally via `act` inside the Claude Code web sandbox, to measure the game/editor cold-load journey byte cost without a CI round-trip. Use when asked to measure or verify build/wire size, or to check a byte-saving change, in the sandbox.

2026-07-18
fetch-campaign
مطوّرو البرمجيات

Fetch a campaign from the Supabase DB and save as local JSON. Use when the user asks to load, download, or fetch a campaign from the database.

2026-07-04
hohjs-browser-mcp
محللو ضمان جودة البرمجيات والمختبرون

Drive the Head over Heels remake's UI via the chrome-devtools MCP. Use this skill when the user asks for browser automation, capturing localStorage, dispatching game actions, or anything that involves driving the running game on localhost.

2026-07-04
docker-in-sandbox
مديرو الشبكات وأنظمة الحاسوب

Run Docker — and tools that need it, like `act` (local GitHub Actions) — inside the Claude Code web sandbox, where image pulls and in-container networking collide with the egress proxy. Use when `docker pull` returns 403 on image layers, when a container can't reach the network, or when running `act`/CI-in-docker locally (e.g. the `act-true-site-size.sh` script).

2026-06-30
edit-spritesheet
مطوّرو الويب

Edit the BlockStack spritesheet — its IFF source of truth, image layout and cell grid, palette and two-tone colour rules, the iff→webp conversion pipeline, and how to hand-edit in DPaint/pyDPainter or bake webp-only art back into the IFF. Use when adding or changing sprites, fixing sprite art, or reconciling the IFF and webp.

2026-06-18
game-engine-guide
مطوّرو البرمجيات

Game engine internals reference — vector in-place mutation safety policy, available vector utilities, item times/multiplied items, and moved-items tracking. Use when working on physics, item positioning, vector maths, or the main loop.

2026-06-18
editor-qa
محللو ضمان جودة البرمجيات والمختبرون

QA the level editor via the chrome-devtools MCP — start the dev server, open it in a browser, dispatch actions, and verify Redux state. Use when testing editor features interactively.

2026-06-15
clean-worktrees
مطوّرو البرمجيات

Find and remove git worktrees whose PRs have been merged to main. Use when the user says "clean worktrees", "prune worktrees", or wants to tidy up stale worktree branches.

2026-06-02
update-toppy-spritesheet
مطوّرو البرمجيات

Update the Toppy spritesheet from a downloaded PNG. Use when the user has downloaded a new spritesToppy.png to ~/Downloads and wants to integrate it into the codebase.

2026-05-30
ship
مطوّرو البرمجيات

Pre-flight checks, commit hygiene, PR creation, and CI monitoring for shipping a branch. Use when the user says "ship", "ship it", "merge this", "raise a PR", or wants to go through the commit-and-PR workflow.

2026-05-19
move-to-package
مطوّرو البرمجيات

Procedure for moving files from src/ into monorepo packages. Use when moving, extracting, or migrating files into @blockstacking/* packages.

2026-05-17
redux-guide
مطوّرو البرمجيات

Redux store architecture reference — slice layout, intra-slice composition patterns (extraReducers, listeners, cross-slice actions), intent-revealing reducers, persistence, listener API conventions, and the app-typed vs slice-typed hook hierarchy. Use when working on state management, slices, listeners, or redux hooks.

2026-05-17
spritesheet-guide
مطوّرو الويب

Spritesheet variant architecture reference — the six parallel spritesheets, initialisation flow, colourised vs uncolourised split, and how renderers pick a variant. Use when working on sprite rendering, palette swaps, or debugging "swopped spritesheet undefined" errors.

2026-05-17
md-to-json-string
مطوّرو البرمجيات

Convert a markdown file to a JSON array of strings for embedding inline in room JSON scroll configs

2026-05-16
write-scroll
الكتّاب والمؤلفون

Write markdown content for in-game scrolls in the Head over Heels remake, matching the tone and conventions of the existing manual files

2026-05-16
add-migration-test
محللو ضمان جودة البرمجيات والمختبرون

Add an e2e migration test by capturing localStorage from the live site and writing a Playwright test that seeds it before page load. Use when: the user says 'add a migration test', 'capture a fixture from prod', or similar.

2026-05-12