AI AGENT ADDONS

d3k is a tool that helps you debug web apps inside AI coding agents. It captures server logs, browser messages, and network events all in one place. This makes it much easier to find and fix problems.

With d3k, the AI agent controls the same browser it is watching. This is important for testing logins with Google or other services. Using separate browsers often fails those checks.

To start, you just run a single command. d3k sets up everything for you. You do not need to run npm or bun dev separately. This saves time and avoids confusing errors.

Add D3k skill to your workflow

Global

mkdir -p ~/.claude/skills/d3k

Project

mkdir -p .claude/skills/d3k

Source Repository

Stars
1,541
Forks
93
Watchers
1,541
License
MIT
Last Push
1 month ago
Created
11 months ago