@viasay.io/cursor-agents
v1.0.6
Published
AI-powered team of agents for feature development in Cursor IDE
Maintainers
Readme
@viasay.io/cursor-agents
AI-powered team of agents for feature development in Cursor IDE.
Overview
This package installs a team of specialized AI agents that work together to handle the complete software development lifecycle - from requirement analysis to deployment.
The Team
| Trigger | Agent | Role |
|---------|-------|------|
| @team | ViaSay | Orchestrator - Coordinates the team |
| @analyst | Louis | Analyst - Tech specs, JIRA, planning |
| @builder | MindSay | Builder - Code implementation |
| @reviewer | Laiye | Reviewer - Code quality |
| @publisher | Destygo | Publisher - PRs, deployment |
Installation
Using npx (recommended)
# Install to current project
npx @viasay.io/cursor-agents install
# Install to specific path
npx @viasay.io/cursor-agents install --path ./my-project
# Force overwrite existing files
npx @viasay.io/cursor-agents install --forceGlobal installation
npm install -g @viasay.io/cursor-agents
cursor-agents installWhat Gets Installed
The CLI creates a .cursor directory with:
.cursor/
├── rules/
│ ├── team--viasay.mdc # @team - Orchestrator
│ ├── team--louis.mdc # @analyst - Analyst
│ ├── team--mindsay.mdc # @builder - Builder
│ ├── team--laiye.mdc # @reviewer - Reviewer
│ ├── team--destygo.mdc # @publisher - Publisher
│ └── team--shared.mdc # Shared protocols
├── team/
│ ├── config.yaml # Team configuration
│ ├── protocols/ # Handoff & workflow protocols
│ ├── templates/ # JIRA, PR, tech spec templates
│ └── state/ # Feature state tracking
└── docs/
└── team/ # Team documentationQuick Start
Once installed, use the agents in Cursor:
Start a New Feature
@team I want to add user authenticationor use the command:
@team [NF] Add user authenticationQuick Bug Fix
@team [QF] Fix login button not working on mobileCheck Status
@team [STATUS]Workflows
New Feature [NF]
Complete development cycle:
- Louis - Analysis, JIRA ticket, tech specs
- MindSay - Implementation, tests, commits
- Laiye - Code review, quality check
- Destygo - PR, merge, deployment
Quick Fix [QF]
Fast bug fix:
- MindSay - Fix, test
- Laiye - Quick review
- Destygo - PR, merge
Documentation [DOC]
Docs only:
- Louis - Write docs
- Laiye - Review
- Destygo - Publish
Integrations
The agents use MCP (Model Context Protocol) to interact with:
- JIRA - Ticket management
- GitHub - Version control, PRs
- Notion - Technical documentation
Configuration
After installation, edit .cursor/team/config.yaml to customize:
- JIRA project key and settings
- GitHub repository details
- Notion workspace and databases
- Workflow settings
Commands
Available Commands
cursor-agents install [options] Install cursor agents
cursor-agents --version Show version
cursor-agents --help Show helpInstall Options
| Option | Description |
|--------|-------------|
| -p, --path <path> | Target installation path (default: current directory) |
| -f, --force | Force overwrite existing files |
Requirements
- Node.js >= 16.0.0
- Cursor IDE with agent rules support
- MCP servers configured for JIRA, GitHub, Notion (optional)
License
MIT
Contributing
Contributions welcome! Please read the contributing guidelines first.
