GitIntelAI — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsGitIntelAI
    Back to Agents
    GitIntelAI

    GitIntelAI

    gitintel-ai March 3, 2026
    1 copies 0 downloads

    The missing git blame for Al code. Track Al-generated lines, cost per commit, and agent attribution. Rust CLI, zero-setup, 100% local.

    Agent Definition
    # GitIntel
    
    [![CI](https://github.com/gitintel-ai/GitIntelAI/actions/workflows/ci.yml/badge.svg)](https://github.com/gitintel-ai/GitIntelAI/actions)
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
    [![Version](https://img.shields.io/badge/version-0.1.0--beta-blue)](packages/cli/Cargo.toml)
    [![Rust](https://img.shields.io/badge/built%20with-Rust-orange)](https://www.rust-lang.org)
    [![GitHub stars](https://img.shields.io/github/stars/gitintel-ai/GitIntelAI?style=social)](https://github.com/gitintel-ai/GitIntelAI)
    
    > Do you know how much of your codebase is AI-generated?
    
    GitIntel tracks AI authorship in your git history -- line by line, commit by commit.
    **The missing `git blame` for AI code.**
    
    <p align="center">
      <img src="demo/hero.svg" alt="GitIntel Demo — scan, blame, stats" width="800">
    </p>
    
    ## The Problem
    
    Engineering teams use Claude Code, Cursor, and Cursor daily. But nobody can answer:
    
    - What percentage of our code is AI-written?
    - What does AI coding actually cost per sprint?
    - Which developers and agents produce the most code?
    
    GitIntel answers all three. Zero workflow change. 100% local.
    
    ## Install
    
    ```bash
    # macOS / Linux
    curl -fsSL https://gitintel.com/install | sh
    
    # Homebrew
    brew install gitintel-ai/tap/gitintel
    
    # Windows (PowerShell)
    irm https://gitintel.com/install.ps1 | iex
    
    # npm (any platform)
    npx @gitintel-cli/gitintel
    ```
    
    <details>
    <summary>Build from source</summary>
    
    ```bash
    git clone https://github.com/gitintel-ai/GitIntelAI.git && cd GitIntelAI
    cargo build --release --manifest-path packages/cli/Cargo.toml
    cp packages/cli/target/release/gitintel ~/.local/bin/
    ```
    
    Requires Rust 1.82+ ([rustup.rs](https://rustup.rs)) and Git 2.30+.
    </details>
    
    ## Quick Start
    
    ```bash
    cd your-project/
    gitintel init          # install hooks, create local DB
    gitintel checkpoint \
      --file "src/api.ts" \
      --lines "12-45,78-103"   # --agent and --model are optional
    git commit -m "Add auth flow"   # hook fires, attribution rec

    Tags

    aiai-agentsclaude-codecode-attributioncursordeveloperdeveloper-toolsdevtoolsgitgit-blame

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.