cursor-multi-repo

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 1 day ago
1
总安装量
1
周安装量
#54101
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-multi-repo

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
github-copilot 1
gemini-cli 1

Skill 文档

Cursor Multi Repo

Overview

This skill guides you through working with multiple repositories in Cursor. It covers multi-root workspaces, monorepo patterns, selective indexing strategies, and cross-project context management for complex development environments.

Prerequisites

  • Multiple repositories or monorepo structure
  • Understanding of workspace concepts
  • Cursor IDE with workspace support
  • Configured .cursorrules for each project

Instructions

  1. Decide on multi-repo strategy (separate windows, workspace, or monorepo)
  2. Create workspace file or open specific packages
  3. Configure .cursorrules inheritance (root + overrides)
  4. Set up selective indexing with .cursorignore
  5. Use full paths for @-mentions across projects
  6. Test cross-project context and queries

Output

  • Functional multi-repository workspace
  • Properly inherited .cursorrules
  • Selective indexing per project
  • Cross-project AI context awareness

Error Handling

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

Examples

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

Resources