cursor-best-practices

📁 siviter-xyz/dot-agent 📅 Jan 17, 2026
147
总安装量
144
周安装量
#1702
全站排名
安装命令
npx skills add https://github.com/siviter-xyz/dot-agent --skill cursor-best-practices

Agent 安装分布

cursor 105
codex 84
opencode 81
gemini-cli 78
github-copilot 72
claude-code 69

Skill 文档

Cursor Best Practices

Best practices for working with Cursor to maximize productivity and code quality.

Core Principles

  • Start with plans – Use Plan Mode (Shift+Tab) for complex tasks
  • Manage context effectively – Let agent find context, start new conversations when needed
  • Extend the agent – Use Rules for static context, Skills for dynamic capabilities
  • Review carefully – AI-generated code needs review like human code

Key Workflows

  • Test-driven development – Write tests first, iterate until passing
  • Codebase understanding – Use agent to explore and learn codebases
  • Git workflows – Automate common git operations with commands
  • Parallel agents – Run multiple agents simultaneously for comparison

References

For detailed guidance, see:

  • references/planning.md – Plan mode and starting with plans
  • references/context.md – Managing context and conversations
  • references/extending.md – Rules vs Skills, extending agent
  • references/workflows.md – TDD, codebase understanding, git workflows
  • references/reviewing.md – Code review strategies
  • references/parallel-agents.md – Running agents in parallel