cursor-multi-repo
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
- Decide on multi-repo strategy (separate windows, workspace, or monorepo)
- Create workspace file or open specific packages
- Configure .cursorrules inheritance (root + overrides)
- Set up selective indexing with .cursorignore
- Use full paths for @-mentions across projects
- 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.