cursor-advanced-composer

Featured

Advanced Cursor Composer techniques: agent mode, parallel agents, complex refactoring, and multi-step orchestration. Triggers on "advanced composer", "composer patterns", "multi-file generation", "composer refactoring", "agent mode", "parallel agents".

AI & Automation 2,274 stars 319 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Cursor Advanced Composer Advanced patterns for Cursor Composer including agent orchestration, complex multi-file refactoring, architecture migrations, and quality-control workflows. ## Agent Mode Deep Dive In Agent mode, Composer autonomously chains tool calls: reading files, searching the codebase, running terminal commands, and writing code. It operates in a loop until the task is complete or it hits the 25-tool-call limit. ### Agent Tool Capabilities | Tool | What it does | Approval needed? | |------|-------------|------------------| | Read file | Reads any file in workspace | No | | Search codebase | Semantic + text search | No | | Write file | Creates or overwrites files | Shows diff first | | Edit file | Modifies sections of files | Shows diff first | | Run terminal command | Executes shell commands | Yes (click Allow) | | List directory | Browses folder structure | No | ### Controlling Agent Behavior Give the agent constraints in your prompt: ``` Migrate all React class components in src/components/ to functional components with hooks. Constraints: - Do NOT modify test files - Preserve all existing prop types - Replace lifecycle methods with useEffect equivalents - Keep the same file names and export structure - Run `npm test` after each file to verify ``` ### Checkpoint Pattern For large refactors, use explicit checkpoints: ``` Phase 1: Create the new database schema types in src/types/schema-v2.ts. Show me the types before proceeding. Phase 2:...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

cursor-composer-workflows

Master Cursor Composer for multi-file AI editing, scaffolding, and refactoring. Triggers on "cursor composer", "multi-file edit", "cursor generate files", "composer workflow", "cursor scaffold", "Cmd+I".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-known-pitfalls

Avoid common Cursor IDE pitfalls: AI feature mistakes, security gotchas, configuration errors, and team workflow issues. Triggers on "cursor pitfalls", "cursor mistakes", "cursor gotchas", "cursor issues", "cursor problems", "cursor tips".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-local-dev-loop

Optimize daily development workflow with Cursor IDE using Chat, Composer, Tab, and Git integration. Triggers on "cursor workflow", "cursor development loop", "cursor productivity", "cursor daily workflow", "cursor dev flow".

2,274 Updated today
jeremylongshore
AI & Automation Listed

agent-composer

Reads the current work context and plans the optimal agent dispatch. Clarifies direction with 1-2 questions when unclear; infers and proceeds immediately when execution path is unclear. Runs an automatic recording gate after each Wave completes. Triggered by "compose agents", "which agent should I use?", "run in parallel", or "agent-composer".

2 Updated today
chrono-code
AI & Automation Listed

agent-composer

Reads the current work context and plans the optimal agent dispatch. Clarifies direction with 1-2 questions when unclear; infers and proceeds immediately when execution path is unclear. Runs an automatic recording gate after each Wave completes. Triggered by "compose agents", "which agent should I use?", "run in parallel", or "agent-composer".

2 Updated today
chrono-meta