Traceary
Description
Local-first session log and audit trail for AI coding agents (Claude Code, Codex, Gemini)
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
Traceary
[日本語](./README.ja.md)
[](https://github.com/duck8823/traceary/actions/workflows/ci.yml) [](https://github.com/duck8823/traceary/actions/workflows/release.yml)
Traceary is a local-first CLI for recording and searching AI agent work logs, session boundaries, and shell command audits.
Install the CLI first, then add the plugin for your AI agent host to enable automatic recording.
Why Traceary
AI-assisted development gets messy quickly when:
- session context disappears after
clearorcompact - Git history explains what changed, but not always why
- shell command output is hard to connect back to the right agent or session
- work is split across Claude, Codex, Antigravity (Gemini CLI for legacy installs), and manual terminal steps
- multiple sessions and worktree moves make the timeline harder to follow
Traceary keeps those records in one local SQLite store so the same history can be reused from the CLI and hooks.
Three-layer model
Traceary is no longer just a local event log. `v0.5.0` organizes the product around three layers that map to how agent workflows actually need context.
| Layer | What lives there | How it is fed |
|---|---|---|
| Audit / Archive | raw events (prompts, transcripts, command audits), session boundaries | host hooks (SessionStart, UserPromptSubmit / BeforeAgent, PostToolUse / AfterTool, Stop / AfterAgent, PreCompact / PreCompress, SessionEnd) — see host coverage matrix |
| Working memory | handoff / context packs assembled from recent sessions | handoff packs are assembled on demand by traceary context --handoff (raw events remain traceary context). From v0.34 the session summary itse |
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,