cursor-local-dev-loop

Featured

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

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 Local Dev Loop Establish a productive daily development workflow using Cursor's AI features at each stage of the code-write-test-commit cycle. ## The AI-Augmented Development Loop ``` ┌─────────────────────────────────────────────────────────────┐ │ 1. PLAN → Chat (Cmd+L) with @Codebase, @Docs │ │ 2. SCAFFOLD → Composer (Cmd+I) for new files │ │ 3. IMPLEMENT → Tab completion for line-by-line coding │ │ 4. REFINE → Inline Edit (Cmd+K) for targeted fixes │ │ 5. TEST → Chat to generate tests, terminal to run │ │ 6. COMMIT → AI-generated commit messages │ │ 7. REVIEW → @Git for branch diff review │ └─────────────────────────────────────────────────────────────┘ ``` ## Stage 1: Plan (Chat) Start each task by discussing architecture with Chat: ``` @Codebase @Docs Prisma I need to add a "favorites" feature where users can bookmark products. What's the best approach given our current data model and API structure? Consider: database schema, API endpoints, and frontend hooks. ``` Chat excels at: - Architecture decisions before writing code - Evaluating trade-offs (SQL join table vs JSON array, REST vs GraphQL) - Understanding existing patterns via `@Codebase` ## Stage 2: Scaffold (Composer) Once the plan is clear, use Composer for multi-file generation: ``` @src/api/users/route.ts @prisma/schema.prisma Create the favorites feature: 1. prisma/schema.prisma: Favorite model (us...

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
Code & Development Featured

cursor-git-integration

Integrate Git workflows with Cursor IDE: AI commit messages, @Git context, diff review, and conflict resolution. Triggers on "cursor git", "git in cursor", "cursor version control", "cursor commit", "cursor branch", "@Git".

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