cursor-advanced-composer

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 1 day ago
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

  1. Open Composer with Cmd+I (Mac) or Ctrl+I (Windows)
  2. Describe the feature or changes needed
  3. Reference existing patterns with @-mentions
  4. Specify file structure and naming conventions
  5. Review each proposed change before applying
  6. 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.

Resources