ujjalsharma100

Agent Trace CLI — Development skill for Claude Code

Development community

A CLI tool for enabling agent traces and code attributions for coding tools like Cursor, Claude Code etc.

How to install Agent Trace CLI

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ujjalsharma100/agent-trace-cli and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Trace CLI does

A CLI tool for enabling agent traces and code attributions for coding tools like Cursor, Claude Code etc.

Alternatives in Development

README

agent-trace CLI

Trace AI-generated code changes across Cursor, Claude Code, and Codex CLI.

PyPI version PyPI downloads GitHub downloads License Documentation status

Per-line AI attribution and the prompt behind any line

pip install agent-trace-cli · ▶ 3-min demo

Includes the **file viewer** for browsing files with git + agent-trace blame in your browser.

This implementation follows the [Agent Trace](https://agent-trace.dev/) specification: deterministic-only attribution, local-first storage, **git-like** `push` / `pull` / `sync`, **git notes** (`refs/notes/agent-trace`) for sharing metadata with the repo, and an optional HTTP remote as a **pure datastore** (no server-side blame).

When your host gives a trace **remote URL** and a **Bearer token**, add the remote with **`agent-trace remote add --token`** or **`--token-env`**. URLs may use a gateway path prefix such as **`/at//`** before **`/api/v1/...`** sync routes.