Files
minimax-skills/.opencode/INSTALL.md
2026-03-17 17:25:23 +08:00

1.9 KiB

Installing MiniMax Skills for OpenCode

Prerequisites

Installation

Add minimax-skills to the plugin array in your opencode.json (global or project-level):

{
  "plugin": ["minimax-skills@git+https://github.com/MiniMax-AI/skills.git"]
}

Restart OpenCode. That's it — the plugin auto-installs and registers all skills.

Verify by asking: "List available skills"

Available Skills

  • frontend-dev — Frontend development with UI design, animations, AI-generated media assets
  • fullstack-dev — Full-stack backend architecture and frontend-backend integration
  • android-native-dev — Android native application development with Material Design 3
  • ios-application-dev — iOS application development with UIKit, SnapKit, and SwiftUI
  • shader-dev — GLSL shader techniques for stunning visual effects (ShaderToy-compatible)

Usage

Use OpenCode's native skill tool:

use skill tool to list skills
use skill tool to load minimax-skills/frontend-dev

Updating

MiniMax Skills updates automatically when you restart OpenCode.

To pin a specific version:

{
  "plugin": ["minimax-skills@git+https://github.com/MiniMax-AI/skills.git#v1.0.0"]
}

Troubleshooting

Plugin not loading

  1. Check logs: opencode run --print-logs "hello" 2>&1 | grep -i minimax
  2. Verify the plugin line in your opencode.json
  3. Make sure you're running a recent version of OpenCode

Skills not found

  1. Use skill tool to list what's discovered
  2. Check that the plugin is loading (see above)

Tool mapping

When skills reference Claude Code tools:

  • TodoWritetodowrite
  • Task with subagents → @mention syntax
  • Skill tool → OpenCode's native skill tool
  • File operations → your native tools

Getting Help