Local slash commands (.cursor/commands) not working in Cursor Cloud

Where does the bug appear (feature/product)?

Background Agent (GitHub, Slack, Web, Linear)

Describe the Bug

I’m experiencing an issue where local slash commands defined in the .cursor/commands directory work perfectly in the desktop Cursor app, but fail to load in Cursor Cloud when accessing the same GitHub repository.

Steps to Reproduce

  1. Create a .cursor/commands directory in the project root
  2. Add .md files with custom commands (e.g., code-review.md, test.md)
  3. Open the project in desktop Cursor → slash commands work correctly :white_check_mark:
  4. Open the same repository in Cursor Cloud (web/mobile) → slash commands not found :cross_mark:
  5. Error message displayed: “Unable to load team commands”

Expected Behavior

Local slash commands stored in .cursor/commands should be available in Cursor Cloud, just like they are in the desktop app, since the directory is committed to the repository.

Actual Behavior

  • Cursor Cloud shows “Unable to load team commands” error
  • No slash commands are displayed when typing / in the chat input
  • Only team commands (if any) seem to be supported

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.77
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This looks like a limitation: Cloud Agent may not currently support local slash commands from .cursor/commands in the repository.

The error message “Unable to load team commands” suggests that Cloud Agent is looking for team-level commands configured from the Cursor dashboard, rather than local repository commands.

I’ll pass this to the team so they can investigate. As a workaround, you can:

  • Use the desktop Cursor app for workflows that need these custom commands
  • If you’re on a Team or Enterprise plan, set up Team Commands from the dashboard

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.