Cursor
ACT on Cursor ships as a local plugin that exposes ACT commands, agents, and skills.
Install
Section titled “Install”cd ~/.agentic-coding-toolkit && ./scripts/install.sh --tool cursorWhat Gets Installed
Section titled “What Gets Installed”| Location | Includes |
|---|---|
~/.cursor/plugins/local/ | Symlinked ACT local plugin directory |
~/.config/agentic-coding-toolkit/ | Shared ACT settings and copied runtime helper |
Verify
Section titled “Verify”After installing or updating ACT for Cursor:
- Restart or reload Cursor
- Open Agent chat
- Type
/act-
You should see ACT’s available act-* skills.
Skills
Section titled “Skills”Invoke ACT skills from Agent chat using the same canonical names documented across the site, for example:
/act-workflow-plan ai_specs/settings-spec.md/act-git-commitCommands and Agents
Section titled “Commands and Agents”- ACT commands such as
/act-helpand/act-updateare supported - ACT agents are supported
/act-helpworks as the main command navigator
ACT hooks are not currently supported on Cursor.
Permissions
Section titled “Permissions”Cursor supports a global per-user ~/.cursor/permissions.json file for persistent terminal and MCP allowlists.
For ACT, the useful minimum is:
{ "terminalAllowlist": [ "git", "flutter", "dart", "node", "gh" ]}To make this effective:
- enable
Auto-Run in SandboxorRun Everythingin Cursor Settings - do not use
Ask Every Time, since Cursor ignores allowlists in that mode - use the same isolation mindset as other high-autonomy setups: prefer a non-sensitive account or containerized environment when appropriate
This reduces repeated terminal approval prompts for ACT skills. Cursor’s built-in read/write/search tools are still governed by Cursor’s auto-run mode rather than permissions.json, and there is no per-project override.
Relevant Cursor docs:
Update
Section titled “Update”After updating ACT, rerun the installer to verify or recreate the Cursor local plugin symlink, then restart or reload Cursor:
cd ~/.agentic-coding-toolkit && ./scripts/install.sh --tool cursorUninstall
Section titled “Uninstall”cd ~/.agentic-coding-toolkit && ./scripts/uninstall.sh --tool cursorAfter running ./scripts/uninstall.sh --tool cursor, /act-* skills may remain visible until you fully close and restart Cursor.
Uninstall removes only the ACT-owned Cursor plugin symlink. It leaves shared ACT settings under ~/.config/agentic-coding-toolkit untouched.
Best Fit
Section titled “Best Fit”- You want ACT inside an editor-native agent workflow
- You prefer to use ACT commands, agents, and skills directly
- You do not need ACT hook parity