git-ai-projectgit-ai-projectOfficialยท3 Agent Skills Included

git-ai

Track which lines of code AI agents wrote in git

Tracks every line of AI-generated code in your git repositories and links it to the agent, model, and prompts that produced it. Eliminates guesswork about code authorship with AI blame, attribution stats, and searchable prompt history stored in git notes. Works with Claude Code, Cursor, Copilot, and other agents with zero workflow changes or performance overhead.
npx skills add git-ai-project/git-ai --all -g -y

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install git-ai?โ–ผ

Run `npx skills add git-ai-project/git-ai --all -g -y` in your terminal to install all skills in this suite globally.

How to see which code was written by AI?โ–ผ

Run `git ai blame <file>` to see line-by-line attribution showing whether each line came from a human or a specific AI agent and model.

Which AI coding agents does git-ai support?โ–ผ

It supports Claude Code, Codex, Cursor, GitHub Copilot, Windsurf, Gemini, and many other agents through the open Git AI standard.

Does git-ai slow down my git commands?โ–ผ

No. It uses git's trace2 events instead of hooks or binary wrapping, so your git operations run at full speed.

Can I search the prompts behind AI-written code?โ–ผ

Yes. Use `git-ai search` to find prompts by commit, file, or keyword, and `git-ai continue` to restore a past AI session's context.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’