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

    stacklit

    glincker April 9, 2026
    19 copies 0 downloads

    One command gives AI agents instant codebase context. ~250 tokens replaces 50,000+ tokens of exploration. Auto-configures Claude Code, Cursor, Aider.

    Agent Definition
    # Stacklit
    
    **108,000 lines of code. 4,000 tokens of index.**
    
    One command makes any repo AI-agent-ready. No server, no setup.
    
    [![CI](https://github.com/glincker/stacklit/actions/workflows/ci.yml/badge.svg)](https://github.com/glincker/stacklit/actions)
    [![Release](https://img.shields.io/github/v/release/glincker/stacklit)](https://github.com/glincker/stacklit/releases)
    [![npm](https://img.shields.io/npm/v/stacklit)](https://www.npmjs.com/package/stacklit)
    [![License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)
    
    ## Install and run
    
    ```bash
    npx stacklit init
    ```
    
    That is it. Downloads the binary, scans your codebase, generates the index, opens the visual map. One command.
    
    Other install options:
    
    ```bash
    npm install -g stacklit              # install globally, then run: stacklit init
    go install github.com/glincker/stacklit/cmd/stacklit@latest
    ```
    
    Or grab a binary from [GitHub Releases](https://github.com/glincker/stacklit/releases) (macOS, Linux, Windows).
    
    ## CI / GitHub Action
    
    Use [glincker/stacklit-action](https://github.com/glincker/stacklit-action) to keep the index fresh automatically. Auto-commit on push, or gate PRs with check mode:
    
    ```yaml
    - uses: actions/checkout@v4
    - uses: glincker/stacklit-action@v1        # auto-commit (default)
    # or: with: { mode: check }               # fail PR if index is stale
    ```
    
    Add `permissions: contents: write` to the job when using `auto-commit` mode.
    
    ![Stacklit demo](demo.gif)
    
    ## What happens when you run it
    
    ```
    $ stacklit init
    [stacklit] found 342 files
    [stacklit] parsed 342 files (0 errors)
    [stacklit] done in 89ms -- wrote stacklit.json, DEPENDENCIES.md, stacklit.html
    
    Opening visual map...
    ```
    
    Three files appear in your project:
    
    | File | What it is | Commit it? |
    |------|-----------|------------|
    | `stacklit.json` | Codebase index for AI agents | **Yes** |
    | `DEPENDENCIES.md` | Mermaid dependency diagram | **Yes** (renders on GitHub) |
    | `stacklit.html` | Interactive visual

    Tags

    aiai-agentsai-codingclaudeclaude-codeclicode-analysiscode-intelligencecodebase-contextcodebase-index

    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.