154 agents with Cursor frontmatter, Russian install README, and cross-platform install scripts for global ~/.cursor/agents setup. Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| categories | ||
| .gitignore | ||
| install-agents.ps1 | ||
| install-agents.sh | ||
| LICENSE | ||
| README.md | ||
Awesome Cursor Subagents
Коллекция 154+ специализированных subagents для Cursor — адаптированная версия базы VoltAgent/awesome-claude-code-subagents под формат и пути Cursor.
После установки агенты доступны во всех ваших проектах: Cursor может вызывать их автоматически по description или по явному запросу (/code-reviewer …, «use the security-auditor subagent»).
Источник: содержимое агентов основано на awesome-claude-code-subagents (MIT, © VoltAgent). Адаптировано под Cursor: frontmatter, пути установки, инструкции.
Установка
Установить всех агентов глобально (рекомендуется)
Так агенты появятся сразу для всех проектов Cursor.
macOS / Linux (и WSL / Git Bash)
git clone https://git.studisram.ru/studisram/awesome-cursor-subagents.git
cd awesome-cursor-subagents
chmod +x install-agents.sh
./install-agents.sh --all
Агенты копируются в ~/.cursor/agents/.
Windows (PowerShell)
git clone https://git.studisram.ru/studisram/awesome-cursor-subagents.git
cd awesome-cursor-subagents
.\install-agents.ps1 -All
Агенты копируются в %USERPROFILE%\.cursor\agents\.
После установки перезапустите Cursor (или откройте новое Agent-окно), чтобы агенты подхватились.
Другие варианты установки
| Способ | Команда | Куда ставит |
|---|---|---|
| Все агенты глобально | ./install-agents.sh --all / .\install-agents.ps1 -All |
~/.cursor/agents/ |
| Интерактивно (выбор категорий) | ./install-agents.sh / .\install-agents.ps1 |
глобально или в текущий проект |
| Только одна категория | ./install-agents.sh --category 04-quality-security |
~/.cursor/agents/ |
| В текущий проект | ./install-agents.sh --all --local |
.cursor/agents/ |
Ручная установка
# Глобально (все проекты)
mkdir -p ~/.cursor/agents
cp categories/*/*.md ~/.cursor/agents/
# README категорий копировать не нужно — скрипт их пропускает
# Или только нужные файлы
cp categories/04-quality-security/code-reviewer.md ~/.cursor/agents/
Windows (PowerShell):
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.cursor\agents" | Out-Null
Copy-Item -Path .\categories\*\*.md -Destination "$env:USERPROFILE\.cursor\agents\" -Exclude README.md
Совместимость скриптов
| ОС | Скрипт |
|---|---|
| macOS, Linux | install-agents.sh |
| Windows | install-agents.ps1 (нативный PowerShell) |
| Windows + WSL / Git Bash | можно использовать install-agents.sh |
Как это работает в Cursor
Cursor поддерживает custom subagents — markdown-файлы с YAML frontmatter:
---
name: code-reviewer
description: "…"
model: inherit
---
Инструкции агента…
| Расположение | Область |
|---|---|
~/.cursor/agents/ |
Пользователь — все проекты |
.cursor/agents/ |
Только текущий репозиторий |
Вызов:
- автоматически — parent-агент выбирает subagent по
description; - явно —
/имя-агента …или фраза вроде «use the code-reviewer subagent».
Подробнее: документация Cursor — Subagents.
Категории и агенты
01. Core Development
Базовая разработка. Повседневные задачи: backend, frontend, fullstack, mobile, API.
- api-designer — REST and GraphQL API architect
- backend-developer — Server-side expert for scalable APIs
- design-bridge — Design-to-agent translator
- electron-pro — Desktop application expert
- frontend-developer — UI/UX specialist for React, Vue, and Angular
- fullstack-developer — End-to-end feature development
- graphql-architect — GraphQL schema and federation expert
- microservices-architect — Distributed systems designer
- mobile-developer — Cross-platform mobile specialist
- ui-designer — Visual design and interaction specialist
- websocket-engineer — Real-time communication specialist
02. Language Specialists
Языковые специалисты. Эксперты по языкам и фреймворкам.
- angular-architect — Angular 15+ enterprise patterns expert
- cpp-pro — C++ performance expert
- csharp-developer — .NET ecosystem specialist
- django-developer — Django 4+ web development expert
- dotnet-core-expert — .NET 8 cross-platform specialist
- dotnet-framework-4.8-expert — .NET Framework legacy enterprise specialist
- elixir-expert — Elixir and OTP fault-tolerant systems expert
- expo-react-native-expert — Expo and React Native mobile development expert
- fastapi-developer — Modern async Python API framework expert
- flutter-expert — Flutter 3+ cross-platform mobile expert
- golang-pro — Go concurrency specialist
- java-architect — Enterprise Java expert
- javascript-pro — JavaScript development expert
- kotlin-specialist — Modern JVM language expert
- laravel-specialist — Laravel 10+ PHP framework expert
- nextjs-developer — Next.js 14+ full-stack specialist
- node-specialist — Node.js specialist
- php-pro — PHP web development expert
- powershell-5.1-expert — Windows PowerShell 5.1 and full .NET Framework automation specialist
- powershell-7-expert — Cross-platform PowerShell 7+ automation and modern .NET specialist
- python-pro — Python ecosystem master
- rails-expert — Rails 8.1 rapid development expert
- react-specialist — React 18+ modern patterns expert
- rust-engineer — Systems programming expert
- spring-boot-engineer — Spring Boot 3+ microservices expert
- sql-pro — Database query expert
- swift-expert — iOS and macOS specialist
- symfony-specialist — Symfony 6+/7+/8+ PHP framework and Doctrine ORM expert
- typescript-pro — TypeScript specialist
- vue-expert — Vue 3 Composition API expert
03. Infrastructure
Инфраструктура. DevOps, облако, деплой, IaC.
- azure-infra-engineer — Azure infrastructure and Az PowerShell automation expert
- cloud-architect — AWS/GCP/Azure specialist
- database-administrator — Database management expert
- deployment-engineer — Deployment automation specialist
- devops-engineer — CI/CD and automation expert
- devops-incident-responder — DevOps incident management
- docker-expert — Docker containerization and optimization expert
- incident-responder — System incident response expert
- kubernetes-specialist — Container orchestration master
- network-engineer — Network infrastructure specialist
- platform-engineer — Platform architecture expert
- security-engineer — Infrastructure security specialist
- sre-engineer — Site reliability engineering expert
- terraform-engineer — Infrastructure as Code expert
- terragrunt-expert — Terragrunt orchestration and DRY IaC specialist
- windows-infra-admin — Active Directory, DNS, DHCP, and GPO automation specialist
04. Quality & Security
Качество и безопасность. Тестирование, security, code review.
- accessibility-tester — A11y compliance expert
- ad-security-reviewer — Active Directory security and GPO audit specialist
- ai-writing-auditor — AI writing pattern detector and rewriter
- architect-reviewer — Architecture review specialist
- chaos-engineer — System resilience testing expert
- code-reviewer — Code quality guardian
- compliance-auditor — Regulatory compliance expert
- debugger — Advanced debugging specialist
- error-detective — Error analysis and resolution expert
- gdpr-ccpa-compliance — GDPR and CCPA privacy compliance specialist
- penetration-tester — Ethical hacking specialist
- performance-engineer — Performance optimization expert
- powershell-security-hardening — PowerShell security hardening and compliance specialist
- qa-expert — Test automation specialist
- security-auditor — Security vulnerability expert
- test-automator — Test automation framework expert
- ui-ux-tester — Exhaustive documented-flow UI tester
05. Data & AI
Данные и ИИ. Data engineering, ML, LLM.
- ai-engineer — AI system design and deployment expert
- data-analyst — Data insights and visualization specialist
- data-engineer — Data pipeline architect
- data-scientist — Analytics and insights expert
- database-optimizer — Database performance specialist
- llm-architect — Large language model architect
- machine-learning-engineer — Machine learning systems expert
- ml-engineer — Machine learning specialist
- mlops-engineer — MLOps and model deployment expert
- nlp-engineer — Natural language processing expert
- postgres-pro — PostgreSQL database expert
- prompt-engineer — Prompt optimization specialist
- reinforcement-learning-engineer — Reinforcement learning and agent training expert
06. Developer Experience
Developer Experience. Инструменты, DX, документация, рефакторинг.
- build-engineer — Build system specialist
- cli-developer — Command-line tool creator
- dependency-manager — Package and dependency specialist
- documentation-engineer — Technical documentation expert
- dx-optimizer — Developer experience optimization specialist
- git-workflow-manager — Git workflow and branching expert
- legacy-modernizer — Legacy code modernization specialist
- mcp-developer — Model Context Protocol specialist
- powershell-module-architect — PowerShell module and profile architecture specialist
- powershell-ui-architect — PowerShell UI/UX specialist for WinForms, WPF, Metro frameworks, and TUIs
- readme-generator — Repository README generation specialist
- refactoring-specialist — Code refactoring expert
- slack-expert — Slack platform and @slack/bolt specialist
- tooling-engineer — Developer tooling specialist
- visual-asset-generator — Visual asset generation specialist using prompt-to-asset MCP across 30+ image models
07. Specialized Domains
Специализированные домены. Fintech, IoT, blockchain, SEO и др.
- api-documenter — API documentation specialist
- blockchain-developer — Web3 and crypto specialist
- embedded-systems — Embedded and real-time systems expert
- fintech-engineer — Financial technology specialist
- game-developer — Game development expert
- healthcare-admin — Healthcare administration specialist with 51 sub-agents covering revenue cycle, compliance, quality, clinical ops, health IT, and payer relations
- hipaa-compliance — HIPAA compliance specialist for healthcare SaaS vendors
- iot-engineer — IoT systems developer
- m365-admin — Microsoft 365, Exchange Online, Teams, and SharePoint administration specialist
- mobile-app-developer — Mobile application specialist
- payment-integration — Payment systems expert
- quant-analyst — Quantitative analysis specialist
- risk-manager — Risk assessment and management expert
- seo-specialist — Search engine optimization expert
08. Business & Product
Бизнес и продукт. PM, аналитика, контент, Agile.
- assumption-mapping — Product assumption risk and validation specialist
- backlog-grooming — Agile backlog refinement specialist
- business-analyst — Requirements specialist
- content-marketer — Content marketing specialist
- content-quality-editor — AI content quality specialist using unslop to strip AI writing patterns before publishing
- customer-success-manager — Customer success expert
- growth-loops — Growth loop and PLG mechanics specialist
- legal-advisor — Legal and compliance specialist
- license-engineer — Software licensing and compliance systems specialist
- product-manager — Product strategy expert
- project-manager — Project management specialist
- sales-engineer — Technical sales expert
- scrum-master — Agile methodology expert
- technical-writer — Technical documentation specialist
- ux-researcher — User research expert
- wordpress-master — WordPress development and optimization expert
09. Meta & Orchestration
Мета и оркестрация. Координация агентов и сложные workflow.
- agent-installer — Browse and install agents from this repository via GitHub
- agent-organizer — Multi-agent coordinator
- codebase-orchestrator — Safe refactor governance orchestrator
- context-manager — Context optimization expert
- error-coordinator — Error handling and recovery specialist
- it-ops-orchestrator — IT operations workflow orchestration specialist
- knowledge-synthesizer — Knowledge aggregation expert
- multi-agent-coordinator — Advanced multi-agent orchestration
- performance-monitor — Agent performance optimization
- task-distributor — Task allocation specialist
- workflow-orchestrator — Complex workflow automation
10. Research & Analysis
Исследования и анализ. Research, market, competitive analysis.
- ab-test-analysis — A/B test analysis and ship/no-ship decision specialist
- cohort-analysis — User cohort retention and behavioral analysis specialist
- competitive-analyst — Competitive intelligence specialist
- data-researcher — Data discovery and analysis expert
- first-principles-thinking — First principles problem-solving specialist
- market-researcher — Market analysis and consumer insights
- project-idea-validator — Brutal go/no-go product idea validator
- research-analyst — Comprehensive research specialist
- scientific-literature-researcher — Scientific paper search and evidence synthesis via BGPT MCP
- search-specialist — Advanced information retrieval expert
- trend-analyst — Emerging trends and forecasting expert
Что изменено относительно оригинала (Claude Code)
- Путь установки:
~/.claude/agents/→~/.cursor/agents/ - Frontmatter: оставлены
name,description,model: inherit; убрано Claude-only полеtools - Модели
sonnet/haiku/opusзаменены наinherit(наследует модель родительского агента Cursor) - Тексты инструкций агентов сохранены на английском; этот README — на русском
agent-installerобновлён под этот репозиторий и пути Cursor
Удаление
# macOS / Linux — удалить всех установленных из этого набора
./install-agents.sh --uninstall-all
# или вручную
rm -rf ~/.cursor/agents
# Windows
.\install-agents.ps1 -UninstallAll
Лицензия
MIT. Исходная коллекция — VoltAgent/awesome-claude-code-subagents. Адаптация под Cursor — репозиторий awesome-cursor-subagents.