Agent Tracer
Description
A browser-based trace viewer designed to provide deep visibility into Claude Code agents and commands
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
agent-tracer
[](https://www.npmjs.com/package/agent-tracer) [](https://github.com/hashika-kalisetty/agent-tracer)
A browser-based trace viewer designed to provide deep visibility into Claude Code agents and commands. Agent-tracer offers a live, interactive view of agent hierarchies, subagents, tool calls, token usage, and cost as Claude Code operates. Sessions are automatically persisted across restarts, enabling seamless inspection and analysis of agent activity over time.
[](https://youtu.be/3iX8kQGw1VA)
Requirements
- Node.js 18+
- Claude Code CLI
Installing prerequisites
Node.js
**macOS / Linux / Unix**
# macOS — Homebrew
brew install node
# Ubuntu / Debian
sudo apt install -y nodejs npm
# Fedora / RHEL
sudo dnf install nodejs
# Any platform — nvm (recommended for version control)
curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install --lts
# Or download a binary from https://nodejs.org
**Windows**
# winget
winget install OpenJS.NodeJS.LTS
# Or download the installer from https://nodejs.org
Verify: `node --version` should print `v18` or higher.
Claude Code
**macOS / Linux / WSL** (auto-updates)
curl -fsSL https://claude.ai/install.sh | bash
**macOS — Homebrew**
brew install --cask claude-code
Does not auto-update. Run `brew upgrade claude-code` periodically.
**Windows — PowerShell** (auto-updates)
irm https://claude.ai/install.ps1 | iex
**Windows — CMD**
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
Windows requires [Git for Windows](https://git-scm.com/downloads/win) installed first.
**Windows — WinGet**
winget install Ant
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11