Claude-skill-registry cursor-team-setup

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cursor-team-setup" ~/.claude/skills/majiayu000-claude-skill-registry-cursor-team-setup-e38ef5 && rm -rf "$T"
manifest: skills/data/cursor-team-setup/SKILL.md
source content

Cursor Team Setup

Overview

This skill guides you through setting up Cursor for teams and organizations. It covers plan selection, member management, shared configurations, onboarding workflows, and team analytics to ensure consistent Cursor usage across your organization.

Prerequisites

  • Cursor Business or Enterprise subscription
  • Admin access to Cursor organization
  • Team roster and role assignments planned
  • Billing and payment method configured

Instructions

  1. Create team at cursor.com/settings/team
  2. Configure team plan and billing
  3. Invite team members with appropriate roles
  4. Set up shared .cursorrules in repository
  5. Configure team analytics and usage tracking
  6. Create onboarding documentation

Output

  • Configured team account with all members
  • Role-based access control
  • Shared configuration and standards
  • Usage analytics and cost tracking
  • Onboarding process documented

Error Handling

See

{baseDir}/references/errors.md
for comprehensive error handling.

Examples

See

{baseDir}/references/examples.md
for detailed examples.

Resources