cursor-advanced-composer
1
总安装量
1
周安装量
#55422
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-advanced-composer
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
github-copilot
1
gemini-cli
1
Skill 文档
Cursor Advanced Composer
Overview
This skill covers advanced Cursor Composer techniques for complex multi-file edits. It provides patterns for coordinated file creation, architecture migrations, pattern replication, and quality control workflows for large-scale code generation.
Prerequisites
- Cursor IDE with Composer feature access
- Understanding of project structure and patterns
- Well-configured .cursorrules file
- Indexed codebase for @-mention references
Instructions
- Open Composer with Cmd+I (Mac) or Ctrl+I (Windows)
- Describe the feature or changes needed
- Reference existing patterns with @-mentions
- Specify file structure and naming conventions
- Review each proposed change before applying
- Apply changes incrementally, testing between phases
Output
- Multiple coordinated file changes
- Generated feature modules with consistent patterns
- Refactored codebase following specified patterns
- Complete test coverage for generated code
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.