Works with the AI tools you already use
Agent Tool Trace for Debug
by GTDataworks
This skill allows for focused tool trace receipts to help debug and fine tune Agents
Free
See it in action
You say
Trace my current session analyzing the security of the local Auth module. Use the tool watchlist. If you find gaps, classify the failures and generate a receipt.
Your agent does
ATD Run Complete
- Run ID: auth-sec-audit-2023
- Events captured: 14
- Failures classified: 2 (1 stale-context-use, 1 missing-receipt)
- Artifacts produced: trace.jsonl, failure_report.md
- Receipt: .afr/runs/auth-sec-audit/receipt.md
- Replay prompt: .afr/runs/auth-sec-audit/replay.md
About this skill
The problem
Agent runs fail in ways that are hard to see afterward. A task drifts. A file goes missing. A model says “done” without proof. Without a trace, nobody can tell where the run broke.
What it does
- Logs agent actions, decisions, discoveries, and artifacts as JSONL.
- Labels failures with 10 modes, including
silent-scope-driftandartifact-evaporation. - Generates pass/fail/unknown release receipts backed by evidence.
- Creates replay prompts so another agent or reviewer can retrace the run.
- Exports SFT-shaped JSONL, including negative eval records when failures exist.
Frameworks & tools
Python CLI using local JSON and JSONL artifacts. Core file: afr/cli.py.
Why this beats prompting it yourself
Asking an agent what happened after the fact is weak. This gives the run a paper trail: logs, failure labels, receipts, replay prompts, and exportable training/eval records.
Use cases
- Audit a skill, prompt pack, or workflow before release.
- Debug multi-step agent failures.
- Create receipts for sensitive file or release operations.
- Turn real agent runs into structured training and evaluation data.
Known limitations
No passive background recording. Requires CLI use, scripted integration, or post-hoc transcript analysis.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account
Frequently Asked Questions
Popular in AI Agents & LLM Ops

AI Coding Prompt Refiner for Better Developer Results
Transforms vague coding requests into precise, scoped, testable, AI-ready prompts for Cursor, Claude Code, Codex CLI, Replit, and other coding agents.
agentic-workflow
A risk-aware, evidence-based engineering lifecycle protocol for robust agentic task execution and safety.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.
truth-first
Eliminate hallucinations with an evidence-first verification framework for system state, configs, and file contents.