Agit
Description
git for running agents — inspect, replay, share, fork AI coding sessions
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
agit — git for running agents
[](https://github.com/thegoodengineers/agit/actions/workflows/ci.yml) [](https://www.npmjs.com/package/agitsh)
An AI coding session is trapped: one terminal, one machine, a proprietary log format, one pair of eyes. When it ends you're left with changed files and a scrollback buffer.
agit turns the session itself into an open artifact. It imports a runtime's native log into an append-only, hash-chained JSONL event log — and every feature is a view over that log. agit does not build an agent; it sits above every agent, the way git sits above every editor.

*(a synthetic fixture session — real ones look the same, only longer)*
npm install -g agitsh
Or, for contributors, from source:
git clone https://github.com/thegoodengineers/agit && cd agit
npm ci && npm run build && npm link # `agit` is now on your PATH
What works today
agit import— ingest a native Claude Code session (~/.claude/projects//.jsonl) into.agit/sessions//events.jsonl. Deterministic: the same input always produces byte-identical output. Credential-looking strings are redacted on the way in (see SPEC.md §8 for exactly what is and isn't caught).agit ls— list imported sessions: start, duration, events, files touched.agit show— one-session summary: model, tools, token totals, per-file diffstat.agit verify— validate the hash chain; reports the first broken link, and detects truncation viameta.json.agit replay— step through events (n/p/g N), inspect any event, and show cumulative file state at any point (s, or--at N --statenon-interactively).--at Njumps straight to event N;--timelineprints the whole session one line per
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI