Using Cursor with ActorCore
This guide shows how to integrate ActorCore with Cursor to enhance your developer experience through AI-assisted coding.
Setting Up Cursor Rules for ActorCore
Cursor rules allow you to customize how the AI assistant behaves when working with ActorCore code. By providing project-specific context, you’ll get more accurate and relevant suggestions.
Project Rules (Recommended)
Project rules are stored in the .cursor/rules
directory and apply to specific files or folders in your project.
Open project
Create rule
Press Cmd + Shift + P
(Mac) or Ctrl + Shift + P
(Windows/Linux).
Select New Cursor Rule
and name it actorcore-development-guide
.
Configure rule
Set Auto Attach
to **/*.ts
.
Paste prompt.txt into the rule.
Global Rules
If you frequently work with ActorCore across multiple projects, you can add ActorCore-specific rules globally:
Open settings
Open Cursor and go to Cursor Settings
> Rules
> User Rules
Add content
Paste prompt.txt into the textbox
Global rules will apply to all of your projects when using Cursor.
Example Queries for ActorCore
Here are some useful prompts to try with Cursor when working with ActorCore: