2026-03-17 16:20:46 +08:00
# MiniMax Skills
[中文版 ](./README_zh.md )
> **Beta** — This project is under active development. Skills, APIs, and configuration formats may change without notice. We welcome feedback and contributions.
2026-03-17 17:25:23 +08:00
Development skills for AI coding agents. Plug into your favorite AI coding tool and get structured, production-quality guidance for frontend, fullstack, Android, iOS, and shader development.
2026-03-17 16:20:46 +08:00
## Skills
| Skill | Description |
|---------------------------------------|-------------|
| `frontend-dev` | Full-stack frontend development combining premium UI design, cinematic animations (Framer Motion, GSAP), AI-generated media assets via MiniMax API (image, video, audio, music, TTS), persuasive copywriting (AIDA framework), and generative art (p5.js, Three.js, Canvas). Tech stack: React / Next.js, Tailwind CSS. |
| `fullstack-dev` | Full-stack backend architecture and frontend-backend integration. REST API design, auth flows (JWT, session, OAuth), real-time features (SSE, WebSocket), database integration (SQL / NoSQL), production hardening, and release checklist. Guided workflow: requirements → architecture → implementation. |
| `android-native-dev` | Android native application development with Material Design 3. Kotlin / Jetpack Compose, adaptive layouts, Gradle configuration, accessibility (WCAG), build troubleshooting, performance optimization, and motion system. |
2026-03-17 17:25:23 +08:00
| `ios-application-dev` | iOS application development guide covering UIKit, SnapKit, and SwiftUI. Touch targets, safe areas, navigation patterns, Dynamic Type, Dark Mode, accessibility, collection views, and Apple HIG compliance. |
| `shader-dev` | Comprehensive GLSL shader techniques for creating stunning visual effects — ray marching, SDF modeling, fluid simulation, particle systems, procedural generation, lighting, post-processing, and more. ShaderToy-compatible. |
2026-03-17 16:20:46 +08:00
## Installation
### Claude Code
```bash
2026-03-17 16:49:46 +08:00
claude plugin marketplace add https://github.com/MiniMax-AI/skills
claude plugin install minimax-skills
2026-03-17 16:20:46 +08:00
```
### Cursor
```bash
git clone https://github.com/MiniMax-AI/skills.git ~/.cursor/minimax-skills
```
Add to your Cursor settings — point the skills path to `~/.cursor/minimax-skills/skills/` .
### Codex
```bash
git clone https://github.com/MiniMax-AI/skills.git ~/.codex/minimax-skills
mkdir -p ~/.agents/skills
ln -s ~/.codex/minimax-skills/skills ~/.agents/skills/minimax-skills
```
Restart Codex to discover the skills. See [`.codex/INSTALL.md` ](.codex/INSTALL.md ) for Windows instructions and details.
### OpenCode
2026-03-17 18:43:30 +08:00
```bash
git clone https://github.com/MiniMax-AI/skills.git ~/.minimax-skills
2026-03-17 16:20:46 +08:00
2026-03-17 18:43:30 +08:00
mkdir -p ~/.config/opencode/skills
ln -s ~/.minimax-skills/skills/* ~/.config/opencode/skills/
2026-03-17 16:20:46 +08:00
```
2026-03-17 18:43:30 +08:00
Restart OpenCode to discover the skills. See [`.opencode/INSTALL.md` ](.opencode/INSTALL.md ) for details.
2026-03-17 16:20:46 +08:00
## License
[MIT ](./LICENSE )