d3k
Installation
SKILL.md
d3k Standalone Bootstrap
Use this skill when working in a standalone AI app and you need reliable local web debugging with browser + server context.
Why d3k-first
d3kcaptures server logs, browser console, network events, and screenshots in one timeline.d3kexposes a stable CDP endpoint so the agent can control the same browser session being monitored.- Running
npm run devorbun run devdirectly omits this unified telemetry and usually leads to weaker diagnoses.
Bootstrap Workflow
- Confirm whether
d3kis installed:
command -v d3k >/dev/null && d3k --version
- If
d3kis missing, install dev3000 globally (prefer Bun):
Related skills