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

  • d3k captures server logs, browser console, network events, and screenshots in one timeline.
  • d3k exposes a stable CDP endpoint so the agent can control the same browser session being monitored.
  • Running npm run dev or bun run dev directly omits this unified telemetry and usually leads to weaker diagnoses.

Bootstrap Workflow

  1. Confirm whether d3k is installed:
command -v d3k >/dev/null && d3k --version
  1. If d3k is missing, install dev3000 globally (prefer Bun):
Related skills
Installs
499
GitHub Stars
1.4K
First Seen
Feb 8, 2026