Skip to content

Cursor 安装指南

前置要求

  • Cursor IDE 已安装
  • 网络可访问 GitHub

安装步骤

方式一:Agent Chat 命令(推荐)

在 Cursor 的 Agent Chat 中输入:

text
/add-plugin superpowers

方式二:插件市场搜索

  1. 打开 Cursor
  2. 进入插件市场(Extensions)
  3. 搜索 "superpowers"
  4. 点击安装

验证安装

启动新会话,输入:

帮我规划一个功能

如果 AI 开始提问而非直接写代码,说明 Superpowers 已生效。

配置文件位置

  • 技能目录:~/.cursor/plugins/superpowers/skills/
  • 自定义技能:~/.cursor/skills/

更新

在插件市场中检查更新,或在 Agent Chat 中输入:

text
/update-plugin superpowers

常见问题

安装后 AI 仍然直接写代码

确保是新会话。使用 /clear 或重启 Cursor。

找不到插件市场

Cursor 的插件市场在左侧边栏,或使用快捷键 Cmd+Shift+X(Mac)/ Ctrl+Shift+X(Windows/Linux)。

与 Claude Code 安装有什么区别?

Cursor 使用 /add-plugin 命令,而 Claude Code 使用 /plugin install。两者都支持插件市场搜索安装。