Claude Code Plugins

Community-maintained marketplace

Feedback

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name cursor-team-setup
description Set up Cursor for teams and organizations. Triggers on "cursor team", "cursor organization", "cursor business", "cursor enterprise setup".
allowed-tools Read, Write, Edit, Bash
version 1.0.0
license MIT
author Jeremy Longshore <jeremy@intentsolutions.io>

Cursor Team & Organization Setup

Team Plans Overview

Plan Comparison

Free (Individual):
- 2000 completions/month
- 50 slow premium requests
- Basic features

Pro ($20/user/month):
- Unlimited completions
- 500 fast premium requests
- Priority support
- All AI models

Business ($40/user/month):
- Everything in Pro
- Admin dashboard
- Team management
- Usage analytics
- SSO support
- Priority support

Enterprise (Custom):
- Everything in Business
- Custom contracts
- Dedicated support
- SLA guarantees
- Custom security
- On-premise options

Setting Up Team Account

Initial Setup

1. Go to cursor.com/settings/team
2. Click "Create Team"
3. Enter team name and details
4. Choose plan (Business/Enterprise)
5. Add billing information
6. Invite team members

Team Structure

Organization
├── Team 1 (Engineering)
│   ├── Admin
│   ├── Member
│   └── Member
├── Team 2 (Design)
│   ├── Admin
│   └── Member
└── Billing Admin

Member Management

Inviting Members

Admin Dashboard > Members > Invite

Options:
- Email invitation
- Domain-based auto-join
- SSO provisioning (Enterprise)

Invite by email:
1. Enter email addresses
2. Select role (Admin/Member)
3. Send invitations
4. Track pending invites

Role Management

Roles:

Owner:
- Full account control
- Billing management
- Delete organization

Admin:
- Manage members
- Configure settings
- View analytics
- Cannot delete org

Member:
- Use all features
- No admin access
- Cannot invite users

Removing Members

Admin Dashboard > Members > Select User > Remove

Considerations:
- Immediate access revocation
- Settings preserved for 30 days
- Can be reinvited later
- Billing adjusts automatically

Team Configuration

Shared Settings

// Recommended team settings (share via repo)

// .vscode/settings.json
{
  // Cursor defaults for team
  "cursor.chat.defaultModel": "gpt-4-turbo",
  "cursor.completion.model": "gpt-3.5-turbo",

  // Formatting consistency
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",

  // Disable conflicting features
  "editor.suggest.showInlineDetails": false
}

Team .cursorrules

# .cursorrules (committed to repo)

team: engineering
project: main-product

standards:
  # Coding standards
  - TypeScript strict mode required
  - ESLint + Prettier formatting
  - Conventional commits

  # Documentation
  - JSDoc for public functions
  - README for each module
  - ADRs for decisions

  # Testing
  - Unit tests for business logic
  - Integration tests for APIs
  - 80% coverage minimum

patterns:
  # Follow company patterns
  - See @docs/patterns.md
  - Use shared components from @ui

Onboarding New Members

Onboarding Checklist

[ ] Add to Cursor team
[ ] Send invite email
[ ] Share setup guide
[ ] Add to code repository
[ ] Install recommended extensions
[ ] Configure local settings
[ ] Sync .cursorrules
[ ] Test AI features work
[ ] Schedule training session

Setup Documentation

# Cursor Setup Guide

## 1. Accept Invitation
Click link in invitation email to join team.

## 2. Install Cursor
Download from cursor.com for your OS.

## 3. Sign In
Sign in with your work email.

## 4. Clone Repository
git clone [repo-url]
cd project

## 5. Verify Setup
- Open project in Cursor
- Wait for indexing to complete
- Test: Cmd+L and ask "What is this project?"

## 6. Extensions
Install recommended extensions:
Cmd+Shift+P > "Show Recommended Extensions"

Team Workflows

Code Review with Cursor

Team workflow:
1. Developer creates PR
2. Reviewer opens in Cursor
3. Uses @git diff for AI review
4. Comments with AI suggestions
5. Developer addresses feedback

AI-assisted review:
"@git diff main..feature/auth
Review this PR for:
- Security issues
- Performance concerns
- Code style violations
- Missing tests"

Pair Programming

With Cursor, less need for real-time pairing:

Async collaboration:
1. Developer writes initial code
2. Uses Composer for scaffolding
3. Commits with clear messages
4. Reviewer uses AI to understand
5. AI-assisted feedback

When to still pair:
- Complex architecture decisions
- Knowledge transfer
- Onboarding new members

Team Analytics

Usage Dashboard

Admin Dashboard > Analytics

Metrics available:
- Total completions used
- Chat requests per user
- Model usage breakdown
- Active users per day
- Feature adoption rates

Monitoring Usage

Track team efficiency:
- Completions accepted rate
- Time saved estimates
- Most used features
- Common error patterns

Adjust based on data:
- Identify training needs
- Optimize model selection
- Improve .cursorrules

Cost Management

Billing Overview

Admin Dashboard > Billing

View:
- Current plan details
- User count and cost
- Usage against limits
- Billing history
- Upcoming charges

Optimizing Costs

Strategies:
1. Right-size team seats
   - Remove inactive users
   - Use viewer roles where appropriate

2. Optimize model usage
   - Use GPT-3.5 for simple tasks
   - Reserve GPT-4 for complex work

3. Training
   - Better prompts = fewer retries
   - Proper .cursorrules = better results

Support Resources

Getting Help

Priority by plan:
- Free: Community forums
- Pro: Email support
- Business: Priority support
- Enterprise: Dedicated support

Resources:
- docs.cursor.com
- Discord community
- GitHub discussions
- Support tickets (paid plans)

Training Resources

For new team members:
1. Official documentation
2. Internal setup guide
3. .cursorrules walkthrough
4. Hands-on practice session
5. Ongoing tips sharing

Security Considerations

Team Security

[ ] Enable SSO (Enterprise)
[ ] Enforce 2FA
[ ] Regular access audits
[ ] Offboarding process
[ ] API key rotation
[ ] Privacy mode policies

Data Handling

Understand data flow:
- Code sent to AI for processing
- Not stored long-term by Cursor
- Privacy mode for sensitive code
- Audit trail available