agentsclimarketplace

White screen debug

Skill swd3k/skills/agent-skills/workflows/white-screen-debug

Portable agent skills for desktop apps, programming, UI, and web design - Codex, Claude, Cursor, Grok. English SKILL.md playbooks (Photino, Inno, CI, landings).

Install
npx -y skills add swd3k/skills --skill white-screen-debug

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Diagnose blank/white UI in web and desktop webview apps with a ordered checklist. Use when the window opens empty, CSS fails, or only HTML shell shows.

SKILL.md

1.0 KB, 207 tokens by cl100k_base, as published. Nobody here has run it

White Screen Debug

Ordered checks

  1. Process alive? window opened, no crash loop
  2. URL / load method — file://, https://, data, LoadRawString
  3. DevTools console — first exception wins
  4. Network/assets — CSS/JS 404 or blocked
  5. Path packing — works in dev, fails in publish (cwd, case, asar)
  6. WebView2 / browser runtime installed?
  7. CSP blocking inline or file scripts?
  8. Theme — white text on white? (not true white screen but looks empty)

Photino-specific

  • file:// primary for multi-file UI
  • raw string requires inlined CSS
  • Log absolute path passed to Load

Fix pattern

  • Minimal repro HTML (red body background) to prove paint works
  • Then reintroduce CSS/JS layers

Acceptance

  • Root cause named; regression note added

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.