RepoMind
Stop explaining your project to AI.
RepoMind scans your repository and generates a clean, structured project context that you can paste into ChatGPT, Claude, Gemini, Copilot Chat, or any AI assistant — so you never have to manually re-explain your tech stack, architecture, or conventions again.
RepoMind is not an AI chatbot, a code generator, or a Copilot replacement. It's the context layer between your repository and whatever AI tool you already use.
The problem
Every time you open a new AI chat, you end up typing some version of:
"This is a React + TypeScript frontend with an Express API, using Prisma with PostgreSQL, JWT auth, tested with Vitest..."
You've explained this before. You'll explain it again next week. RepoMind does this once, automatically, by reading your actual repository.
What it does
Scan Repository — RepoMind walks your workspace (skipping node_modules, build output, virtual environments, etc.) and detects:
- Languages: TypeScript, JavaScript, C#, Python, Java, Go, Rust, and more
- Frameworks: React, Next.js, Angular, Vue, Express, ASP.NET Core
- Databases: PostgreSQL, MySQL, SQL Server, MongoDB
- ORMs: Prisma, TypeORM, Entity Framework Core
- Authentication: JWT, OAuth, ASP.NET Identity
- Testing frameworks: Jest, Vitest, xUnit, NUnit, PyTest
- Infrastructure: Docker, Docker Compose, GitHub Actions
- Package managers: npm, Yarn, pnpm, NuGet, pip, Maven
Copy AI Context — generates a clean, copy-ready prompt describing your project's stack and structure, and copies it straight to your clipboard.
Paste it anywhere — drop it into any AI assistant as the first message in a conversation, and skip the "let me explain my project" step entirely.
Getting started
- Open your project folder in VS Code.
- Click the RepoMind icon in the Activity Bar (left sidebar).
- Click Scan Repository.
- Review the detected Technology Stack and AI Context preview.
- Click Copy AI Context.
- Paste into your AI assistant of choice.
You can also run both actions from the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):
RepoMind: Scan Repository
RepoMind: Copy AI Context
Example output
You are working on this project.
Technology stack:
- Languages: TypeScript, JavaScript
- Frameworks: Express, React
- ORM: Prisma
- Authentication: JWT
- Testing: Vitest
- Package Managers: npm, pnpm
Project structure:
- api/
- apps/webapp/
- db/prisma/
Important rules:
- Follow existing patterns
- Reuse existing services
- Do not introduce unnecessary dependencies
When generating code, match the existing repository style.
Privacy
RepoMind runs entirely locally inside VS Code. It never sends your code, file contents, or any part of your repository to a server. Detection is based on reading manifest files (package.json, .csproj, requirements.txt, etc.) and file structure — nothing leaves your machine.
What RepoMind intentionally doesn't do
- It doesn't generate code.
- It doesn't call any AI API on your behalf.
- It doesn't read or transmit your source code content (only manifest/config files relevant to detection).
- It doesn't replace Copilot, Cursor, or any AI coding tool — it feeds them better context.
Feedback
Found a stack RepoMind doesn't detect yet, or something that doesn't look right? Please open an issue — detector coverage is actively growing.
| |