dyad:debug-minified-error

Installation
SKILL.md

Debug Minified Error

Given a minified error stack trace from a production Dyad build (referencing app.asar/.vite/renderer/main_window/assets/index-*.js), map each frame back to the original TypeScript source file, line, and column.

Arguments

  • $ARGUMENTS: The full error message and stack trace from the minified production build. Should contain lines like:
    TypeError: Invalid URL
        at FOt (file:///usr/lib/dyad/resources/app.asar/.vite/renderer/main_window/assets/index-XXXX.js:1432:7223)
    

Instructions

1. Determine the Dyad release version

You must know which Dyad release version this error occurred in. Check if the user provided it in $ARGUMENTS or in conversation context.

If the version is not known, ASK THE USER. Do not assume or guess the version.

Related skills
Installs
1
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Apr 25, 2026