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.d3kowns the browser session so the agent can control the same browser being monitored.- Running
npm run devorbun run devdirectly omits this unified telemetry and usually leads to weaker diagnoses.
Auth-Sensitive Browser Rule
For Google OAuth, Supabase auth, and any other auth-sensitive debugging, d3k must own browser startup. Start d3k normally so it launches the app and browser together, including --app-url when the target URL is known.
Do not use d3k agent-browser --profile ... --headed open ..., raw Chrome, Playwright, browser MCP sessions, manual CDP attachment, or any other separate automation browser for auth debugging unless the user explicitly asks for that path. Agent-browser-created/custom Chrome profiles can be rejected by Google with This browser or app may not be secure.