Depct tool collects runtime data to help Claude debug production issues

Depct is a tool that collects runtime instrumentation data from applications and feeds it to Claude to help debug issues that only appear in production environments. It specifically addresses problems that are hard to trace from code alone, such as functions that fail intermittently during actual usage.
How it works
The tool operates by:
- Collecting runtime data from your application
- Building graphs from the collected runtime data
- Combining the runtime graphs with your source code
- Sending this combined data to an LLM on AWS Bedrock for analysis
Key features
- Generates architecture diagrams from runtime behavior
- Creates dependency maps based on actual runtime patterns
- Allows fine-tuning of which files and folders the tool can access
- Connects Claude to generated data through depct's MCP (Model Context Protocol) for access to runtime data during sessions
Privacy and data handling
- Raw runtime data is deleted after generation
- Source code is never stored
- Only the generated graphs and outputs are kept for convenience
Compatibility
The tool currently works with any Node.js applications and frameworks.
This type of tool is useful for debugging production issues where the code appears correct but fails under specific runtime conditions that are difficult to reproduce in development environments.
📖 Read the full source: r/ClaudeAI
👀 See Also

nan-forget: Local AI coding memory in a single SQLite file
nan-forget is a memory tool for AI coding agents that stores context in a single SQLite file (~3MB) with no background services. It uses a 3-stage retrieval pipeline and works across Claude Code, Cursor, and terminal via CLI.

Claude Code's Read Tool Silently Downscales Images, Causing Hallucinations
Claude Code's `read` tool silently downscales images before the model sees them, leading to degraded output and unrecognized hallucinations when extracting text from screenshots.

Security scanning skill for AI coding agents automatically checks deployments
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for security issues like exposed secrets, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.

OpenClaw Video Translator Skill Available on ClawHub
A new Video Translator skill for OpenClaw agents allows users to upload a video or provide a URL to get a translated preview instantly. The skill is hosted on ClawHub.