✨ KDB - The Kindly Debugger ✨ Give your AI the superpower of traveling back in time to find what went wrong and fix the timeline. 🌐 Website • 🎉 Start Free • Follow the prompts to sign in with Google and auto-configure your MCP client. Add to your MCP client config (Claude Code, Cursor, etc.): That's it! 🎊 Ask your AI: "Debug my crashing program" Time-travel debugging for AI workflows. Step forw
Add this skill
npx mdskills install kindly-software/kdbWell-documented time-travel debugger with clear setup and useful MCP tools for AI-assisted debugging
1<p align="center">2 <img src="kdb_transparent.png" alt="Kindly Debugger" width="120" height="120" style="border-radius: 50%"/>3</p>45<h1 align="center">✨ KDB - The Kindly Debugger ✨</h1>67<p align="center">8 <strong>Give your AI the superpower of <span style="color: #FFD700;">traveling back in time</span> to find what went wrong and fix the timeline.</strong>9</p>1011<p align="center">12 <a href="https://www.kindly.software">🌐 Website</a> •13 <a href="https://www.kindly.software/#signup">🎉 Start Free</a> •14 <a href="https://www.kindly.software/#docs">📖 Docs</a>15</p>1617---1819## 🚀 Quick Start (30 seconds)2021### Option 1: One-Line Setup22```bash23npx -p @kindly-software-inc/kdb kdb-configure --auto24```25Follow the prompts to sign in with Google and auto-configure your MCP client.2627### Option 2: With License Key28```bash29npx -p @kindly-software-inc/kdb kdb-configure --auto --license "YOUR-LICENSE-KEY"30```3132### Option 3: Manual Config33Add to your MCP client config (Claude Code, Cursor, etc.):34```json35{36 "mcpServers": {37 "kdb": {38 "command": "npx",39 "args": ["@kindly-software-inc/kdb"]40 }41 }42}43```4445**That's it!** 🎊 Ask your AI: *"Debug my crashing program"*4647---4849## ⏱️ What It Does5051**Time-travel debugging for AI workflows.** Step forward. Step backward. Debug as if the bug never existed.5253| Feature | Description |54|---------|-------------|55| ⏪ **Step Backward** | Rewind execution to find root causes |56| ⏩ **Step Forward** | Resume from any checkpoint |57| 🎯 **Breakpoints** | Hardware-level with hit counting |58| 📚 **Stack Traces** | SIMD-accelerated unwinding |59| 🔐 **Audit Trail** | Hash-chain integrity for compliance |6061---6263## 💜 How It Works6465```66┌─────────────────┐ MCP ┌─────────────────┐67│ Your Machine │◄────────────►│ Kindly Server │68│ (any OS) │ │ (Linux x86_64) │69│ │ │ │70│ Claude Code │ │ 🔮 Time-Travel │71│ Cursor │ │ 🎯 Breakpoints │72│ Any AI │ │ 📊 Analysis │73└─────────────────┘ └─────────────────┘74```7576**No local installation.** Works on macOS, Windows, Linux via MCP.7778---7980## 🏷️ Pricing8182| Tier | Price | Sessions |83|------|-------|----------|84| 🆓 **Hobby** | Free | 5/month (unlimited during 7-day trial!) |85| 💎 **Pro** | $19/mo | 100/month + unlimited time-travel |86| 🔧 **Engineer** | $49/mo | 500/month + memory replay + LSH bug search |87| 👥 **Teams** | $129/mo | 2,000/month + team audit logs |88| 🏢 **Enterprise** | Custom | Unlimited + SOX/SOC2/GDPR/HIPAA compliance |8990**[Start Free →](https://www.kindly.software/#signup)**9192---9394## 🛠️ MCP Tools9596Your AI gets these debugging superpowers:9798- `debugger_attach` - Connect to a process99- `debugger_set_breakpoint` - Set breakpoints100- `debugger_continue` - Resume execution101- `debugger_step_forward` - Step forward102- `debugger_step_backward` - ⏪ Step backward in time103- `debugger_get_stack_trace` - Get stack trace104- `debugger_get_variables` - Read memory105- `debugger_export_trace` - Export execution trace106107---108109## 💬 Example110111**You:** "My Rust program crashes at runtime. PID is 12345"112113**AI:**114```115I'll attach and debug that for you.116117📎 Attached to process 12345118📸 Captured snapshot119🔍 Stack trace shows crash at unwrap() on None in process_data()120121The issue is at line 47 in src/main.rs. Here's the fix:122[code suggestion]123```124125---126127## 📞 Support128129- 🌐 [kindly.software](https://www.kindly.software)130- 📖 [Documentation](https://www.kindly.software/#docs)131- 💬 [Discord](https://discord.gg/kindly) *(coming soon)*132133---134135<p align="center">136 <strong>Built with 💜 by <a href="https://www.kindly.software">Kindly Software</a></strong>137</p>138
Full transparency — inspect the skill content before installing.