AI-Debugger-Assistant 是做什么的?
AI-powered autonomous code debugger built with MERN Stack + Groq AI + MCP — upload your project ZIP, let the AI agent inspect, analyze, and fix bugs step by step.
基于 AI 的自主代码调试工具,使用 MERN 栈 + Groq AI + MCP 构建,上传项目 ZIP 包后,AI 智能体可逐步检查、分析并修复 Bug。
This is an AI-driven autonomous code debugging assistant designed for developers. Built on the MERN stack (MongoDB, Express, React, Node.js), it integrates Groq AI and MCP (Model Context Protocol). Users simply upload a project ZIP archive, and the AI agent automatically decompresses and scans the code files to progressively locate the root cause of errors, analyze logical flaws, syntax errors, or runtime anomalies, and generate fix suggestions or patches where feasible. This skill supports major development environments (such as Claude Code, Coder, Codex, etc.), with the goal of reducing the time cost of manual bug hunting and improving debugging efficiency. Its workflow includes project file parsing, static code analysis, context-aware AI reasoning, and a step-by-step visual presentation, allowing developers to clearly understand the AI's reasoning and fix process.
npx skills add Manvendra-2006/AI-Debugger-AssistantAI-powered autonomous code debugger built with MERN Stack + Groq AI + MCP — upload your project ZIP, let the AI agent inspect, analyze, and fix bugs step by step.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.