cursor-local-dev-loop

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 1 day ago
1
总安装量
1
周安装量
#54177
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-local-dev-loop

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
github-copilot 1
gemini-cli 1

Skill 文档

Cursor Local Dev Loop

Overview

This skill helps optimize your local development workflow with Cursor IDE. It provides guidance on daily development patterns, keyboard-driven workflows, and efficient AI-assisted coding practices to maximize productivity.

Prerequisites

  • Cursor IDE installed and configured
  • Project with development environment set up
  • Git repository initialized
  • Basic familiarity with Cursor AI features

Instructions

  1. Open project and let indexing complete
  2. Review recent changes with git diff
  3. Use Chat (Cmd+L) for planning and architecture
  4. Use Composer (Cmd+I) for multi-file scaffolding
  5. Use Tab completion for implementation
  6. Use Inline Edit (Cmd+K) for quick fixes
  7. Commit with AI-generated messages

Output

  • Efficient keyboard-driven workflow
  • AI-assisted feature development
  • Streamlined git integration
  • Rapid iteration cycle

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources