logseq-electron-debug

Installation
SKILL.md

Logseq Electron Debug Skill

Use this when you need to inspect the Electron renderer (DOM, network, localStorage, Logseq APIs like logseq.api.*).

Prefer launching Electron from static/ (Electron Forge) instead of the root yarn dev-electron-app (gulp wrapper). The wrapper can be noisy and can surface false-negative exit codes even when the app launched.

Quick Start (Remote Debugging Port)

  1. Ensure the dev app is built:
cd /Users/brz/repos/logseq
yarn watch
  1. Start Electron with a remote debugging port:
cd /Users/brz/repos/logseq/static
Related skills

More from rcmerci/skills

Installs
6
Repository
rcmerci/skills
GitHub Stars
4
First Seen
Mar 29, 2026