Autonomous AI-Powered Software Development
Build complete software projects through natural conversation.
๐ฏ Features โข ๐ฆ Install โข ๐ค Contribute
Auto Cursor is a revolutionary multi-agent AI orchestration plugin for Cursor IDE that transforms software development from a complex technical task into a simple conversation.
You: "I want to build a task management web app"
Auto Cursor: *Creates specialized AI team*
*Gathers requirements*
*Designs architecture*
*Implements backend & frontend*
*Writes comprehensive tests*
*Sets up CI/CD*
*Generates documentation*
Result: Complete, production-ready project! ๐
- ๐ฃ๏ธ Zero Commands - Just natural conversation
- ๐ค Fully Autonomous - From requirements to deployment
- โก 8 Project Types - Web, Mobile, Game, API, CLI, ML, Desktop
- ๐๏ธ Multi-Agent System - 11 specialized AI agents
- ๐ Complete Output - Code, tests, docs, infrastructure
- ๐ง Extensible - Add custom purposes and agents
| Type | Stack |
|---|---|
| ๐ Web Apps | Go + React + PostgreSQL |
| ๐ฑ Mobile Apps | Swift / Kotlin |
| ๐ฎ Games | Unity + C# |
| ๐ APIs | Go + gRPC |
| โจ๏ธ CLI Tools | Go + Cobra |
| ๐ง ML/AI | Python + FastAPI |
| ๐ป Desktop Apps | Electron + React |
| โ ...and more! | Extensible |
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ User (Natural Language) โ
โโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Lead Agent (Visible) โ
โ "Your friendly AI architect" โ
โโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโ
โ
โผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ Event Bus System โ
โ (Orchestrates everything) โ
โโโโฌโโโโโโโฌโโโโโโโฌโโโโโโโฌโโโโโโโฌโโโโโโโฌโโโ
โ โ โ โ โ โ
โผ โผ โผ โผ โผ โผ
โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ
โReq โ โArchโ โDev โ โTestโ โOps โ โDocsโ
โuireโ โitecโ โelo โ โing โ โ โ โ โ
โmentโ โtureโ โpersโ โ โ โ โ โ โ
โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ โโโโโโ
Hidden AI Agents Working Autonomously
# Install
npm install autocursor
# Use in your code
import { autoCursor } from 'autocursor';
await autoCursor.initialize();
const leadAgent = autoCursor.getLeadAgent();
const result = await leadAgent.execute({
userMessage: "Build a web application"
});Main plugin repository with complete implementation
Comprehensive guides, API reference, and examples in the main README
We welcome contributions! See our Contributing Guide to get started.
- ๐ Report bugs
- ๐ก Suggest features
- ๐ Improve documentation
- ๐ง Submit pull requests
- โญ Star our repositories
- ๐ฆ GitHub - Follow our organization
- โญ Star our repositories
- ๐ Report issues and suggest features
All our projects are licensed under the MIT License - see individual repositories for details.
Built with โค๏ธ by the Auto Cursor Team
Making software development as simple as having a conversation
GitHub โข Main Plugin