Merge pull request #25 from JithendraNara/codex/docs-install-guidance

docs: add Cursor install guide and VS Code note
This commit is contained in:
liyuan97
2026-03-27 20:46:42 +08:00
committed by GitHub
3 changed files with 117 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ git clone https://github.com/MiniMax-AI/skills.git ~/.cursor/minimax-skills
```
在 Cursor 设置中将 skills 路径指向 `~/.cursor/minimax-skills/skills/`
Windows 安装与校验方式见 [`.cursor-plugin/INSTALL.md`](.cursor-plugin/INSTALL.md)。
### Codex
@@ -63,6 +64,17 @@ ln -s ~/.minimax-skills/skills/* ~/.config/opencode/skills/
重启 OpenCode 以发现技能。详见 [`.opencode/INSTALL.md`](.opencode/INSTALL.md)。
### VS Code
当前仓库还没有提供独立的 VS Code 扩展。
如果你使用 VS Code推荐方式是在集成终端里运行已支持的 CLI 工具:
- Codex
- Claude Code
- OpenCode
如果你希望直接使用本仓库的本地 skills 配置,建议使用 Cursor并参考 [`.cursor-plugin/INSTALL.md`](.cursor-plugin/INSTALL.md)。
## 贡献
欢迎贡献!提交 PR 前请阅读: