Skip to content

docs: add Cursor install guide and VS Code note#25

Merged
RyanLee-Dev merged 2 commits intoMiniMax-AI:mainfrom
JithendraNara:codex/docs-install-guidance
Mar 27, 2026
Merged

docs: add Cursor install guide and VS Code note#25
RyanLee-Dev merged 2 commits intoMiniMax-AI:mainfrom
JithendraNara:codex/docs-install-guidance

Conversation

@JithendraNara
Copy link
Copy Markdown
Contributor

@JithendraNara JithendraNara commented Mar 25, 2026

What

  • add a dedicated Cursor install guide with Windows PowerShell commands, verification, update, and uninstall steps
  • surface the Cursor install guide from both README files
  • add an explicit VS Code support note so the repo answers the open install question without implying a nonexistent VS Code extension

Why

There are open questions about Windows installation and how to use this repository from VS Code. The repo already has Codex and OpenCode install docs, but Cursor lacked a dedicated install guide and the README did not clearly state the current VS Code support boundary.

This PR is scoped to a single documentation improvement: make the supported install paths clearer for Cursor, Windows users, and VS Code users.

Fixes #14
Fixes #17

Notes

This PR does not add a VS Code extension. It documents the currently supported setup paths and points VS Code users to the supported CLI workflows.

Copilot AI review requested due to automatic review settings March 25, 2026 17:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds missing Windows-focused Cursor installation documentation and clarifies VS Code usage boundaries so users can choose supported CLI workflows (or Cursor for native local-skills) without assuming a VS Code extension exists.

Changes:

  • Add a dedicated Cursor install guide with Windows PowerShell steps, verification, updating, and uninstalling.
  • Link the Cursor Windows install guide from both English and Chinese READMEs.
  • Add an explicit “no standalone VS Code extension” note and point VS Code users to supported CLI tools.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
README.md Links to the new Cursor install guide and adds a VS Code support note with recommended workflows.
README_zh.md Same as README.md, localized for Chinese readers.
.cursor-plugin/INSTALL.md New dedicated Cursor install/verify/update/uninstall guide including Windows PowerShell instructions and a VS Code note.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .cursor-plugin/INSTALL.md Outdated
Set Cursor's skills path to:

```text
%USERPROFILE%\.cursor\minimax-skills\skills\
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Windows (PowerShell) section, the suggested skills path uses %USERPROFILE%..., which is CMD-style syntax and inconsistent with the rest of the PowerShell examples that use $env:USERPROFILE. This can confuse users (and may not expand in Cursor settings). Consider switching this to a PowerShell-style path and/or explicitly show the full absolute path format expected by Cursor settings.

Suggested change
%USERPROFILE%\.cursor\minimax-skills\skills\
C:\Users\YOUR_USERNAME\.cursor\minimax-skills\skills\

Copilot uses AI. Check for mistakes.
@RyanLee-Dev RyanLee-Dev merged commit 37046a3 into MiniMax-AI:main Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

在vscode如何安装? windows的话怎么安装?建议下次出一个windows安装技能的办法

3 participants