llm-kb
← Back to releases
Tool Release

temporal-debug-skill project enables AI agents to time-travel debug via git worktree

A new open-source project called temporal-debug-skill gives AI coding agents the ability to debug code at any point in git history. The skill parses fuzzy time references into commit SHAs, creates isolated read-only worktrees, and auto-cleans up, working with any agent like Claude Code or Cursor.

1 engagement·1 source·Sat, Jul 11, 2026, 11:09 PM
The project, shared on Reddit, addresses a common problem: AI agents analyze the current HEAD, but bugs often live in past commits. The skill teaches agents to parse fuzzy time references (e.g., "3 hours ago", "v2.4.1", "last Tuesday") into commit SHAs, then use `git worktree add` to create an isolated, read-only worktree for analysis, and auto-cleanup afterward. It has zero runtime dependencies and works with any coding agent (Claude Code, Cursor, etc.). The repository is linked in the post.

Entities

temporal-debug-skill(tool)git worktree(concept)Claude Code(tool)Cursor(tool)

Related

ProductSat, Jul 11, 2026, 10:33 PM

Git-aware AI debugger that checks out old commits to fix production bugs

A tool that makes AI coding assistants (like Cursor or Claude Code) automatically checkout the git commit corresponding to a production error before debugging, preventing the agent from analyzing current code that has shifted. It solves the problem of AI agents hallucinating fixes because they look at the present state of files while the bug existed in a past commit.

5 engagement·2 sources·reddit
ProductSat, Jul 11, 2026, 07:28 PM

AI agent that manages multiple coding tasks across git worktrees

TaskCooker is an open-source AI agent that helps developers manage multiple coding tasks across different git worktrees. It integrates with existing AI subscriptions like Claude Code to automate task tracking and context switching, reducing the cognitive load of juggling many terminal tabs.

1 engagement·1 source·reddit
CommunitySat, Jul 11, 2026, 09:07 AM

Developer open-sources agent-instructions repo to curb AI coding agent degradation

A developer frustrated by AI coding agents losing context and hallucinating after about 10 minutes created a set of rules to keep them on track. The rules, shared as an open-source GitHub repo, aim to reduce the need for constant reminders and prevent infinite loops. The project has gained attention from other developers facing similar issues.

2 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 05:51 AM

Replay coding-agent sessions on a 3D codebase map

Mindwalk replays coding-agent sessions on a 3D map of your codebase, letting developers visualize and debug agent actions spatially. It uses LLMs to power the coding agent whose sessions are replayed, helping developers understand agent behavior and codebase structure.

4 engagement·1 source·hackernews
ProductSun, Jul 12, 2026, 02:04 AM

Confessor: Analyzes Claude Code transcripts to show what the AI agent did on your computer

Confessor is an open-source tool that reads the JSONL log files Claude Code leaves on disk and generates a human-readable report of every action the AI agent performed, including tool calls, file reads, and shell commands. It helps developers understand and audit the behavior of AI coding agents on their machines.

6 engagement·2 sources·reddit