bysoftware-mansion· 15 skills
Debug a JS runtime via CDP using argent debugger tools. Primary path is React Native via Metro (iOS / Android / Vega); a subset of the tools (debugger-connect, debugger-status, debugger-evaluate, debugger-log-registry) also drive a Chromium (CDP) app's renderer (an Electron app, or any Chromium browser exposing CDP) through the same surface. Use when connecting to the runtime, inspecting React components, reading console logs, or evaluating JavaScript.
$npx -y skills add software-mansion/argent --skill argent-metro-debuggerInstalls into the current project.
Run `npx skills use "https://github.com/software-mansion/argent" --skill "software-mansion/argent/argent-metro-debugger"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/software-mansion/argent" that are relevant to the current task. Run `npx skills add "https://github.com/software-mansion/argent"` and select the relevant skills, then follow their instructions.