Skip to content

AI dev agent setup - make Cursor & Claude more autonomous like Devin

Notifications You must be signed in to change notification settings

thisismydesign/vibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

vibe

AI dev agent setup - make Cursor & Claude more autonomous like Devin

Give more autonomy to Cursor and Claude Agents:

  • work end-to-end like a true dev agent
  • create PRs
  • check and fix CI
  • anything else via custom rules and MCPs

Usage

  • Give a task to Cursor Agent: @task Add i18n to the project

Project setup

  • Install Claude Code and initialize to create CLAUDE.md containing project guidelines, commands, etc.
    • This is optional but it will auto-generate a good starting point for your project. Alternatively you can use README, docs, or anything else.
  • Setup a global Cursor Rule to always follow CLAUDE.md: cursor/rules/global.mdc
  • Setup custom Cursor Rules, such as @task which tells the agent how to execute a task end-to-end including testing, creating a PR, etc.
    • Note that @task won't be recognized as a symbol like @Web, @Codebase, etc. It's just a name, you can use whatever you want.
    • In the beginning you might need to remind the Agent to follow the rules, but it gets better with time.
  • Optionally enable Cursor Yolo mode.

About

AI dev agent setup - make Cursor & Claude more autonomous like Devin

Resources

Stars

Watchers

Forks