cursor-composer-workflows

Featured

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".

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 Composer Workflows Master Cursor Composer (Cmd+I / Ctrl+I) for multi-file code generation, scaffolding, and coordinated refactoring. Composer is the primary tool for changes that span multiple files. ## Composer Interface ``` ┌─────────────────────────────────────────────────────────┐ │ Composer [Model ▾] │ │─────────────────────────────────────────────────────────│ │ Context: [src/api/] [prisma/schema.prisma] │ │─────────────────────────────────────────────────────────│ │ Create a CRUD API for products with: │ │ - Prisma model with id, name, price, category │ │ - API routes (GET list, GET by id, POST, PUT, DELETE) │ │ - Zod validation schemas │ │ - Unit tests with vitest │ │─────────────────────────────────────────────────────────│ │ ┌─ Changes ──────────────────────────────────────────┐ │ │ │ ✅ prisma/schema.prisma (+12 lines) │ │ │ │ ✅ src/api/products/route.ts (new file) │ │ │ │ ✅ src/api/products/[id]/route.ts (new file) │ │ │ │ ✅ src/schemas/product.ts (new file) │ │ │ │ ✅ tests/api/products.test.ts (new file) │ │ │ └────────────────────────────────────────────────────┘ │ │ [Apply All] [Review Changes] [Reject] │ └─────────────────────────────────────────────────────────┘ ``` ## Core Workflow Patterns ### 1. Feature Scaffolding Generat...

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-advanced-composer

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".

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 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-reference-architecture

Reference architecture for Cursor IDE projects: directory structure, rules organization, indexing strategy, and team configuration patterns. Triggers on "cursor architecture", "cursor project structure", "cursor best practices", "cursor file structure".

2,274 Updated today
jeremylongshore
AI & Automation Featured

cursor-hello-world

Create your first project using Cursor AI features: Tab, Chat, Composer, and Inline Edit. Triggers on "cursor hello world", "first cursor project", "cursor getting started", "try cursor ai", "cursor basics", "cursor tutorial".

2,274 Updated today
jeremylongshore