1.9 KiB
1.9 KiB
Installing MiniMax Skills for OpenCode
Prerequisites
- OpenCode.ai installed
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
- Check logs:
opencode run --print-logs "hello" 2>&1 | grep -i minimax - Verify the plugin line in your
opencode.json - Make sure you're running a recent version of OpenCode
Skills not found
- Use
skilltool to list what's discovered - Check that the plugin is loading (see above)
Tool mapping
When skills reference Claude Code tools:
TodoWrite→todowriteTaskwith subagents →@mentionsyntaxSkilltool → OpenCode's nativeskilltool- File operations → your native tools
Getting Help
- Report issues: https://github.com/MiniMax-AI/skills/issues