Beta — This project is under active development. Skills, APIs, and configuration formats may change without notice. We welcome feedback and contributions. Development skills for AI coding agents.
> /plugin marketplace add minimax-ai/skills> /plugin install minimax-skills@minimax-skills
Repo: minimax-ai/skills
What's inside
Beta — This project is under active development. Skills, APIs, and configuration formats may change without notice. We welcome feedback and contributions.
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.
| Skill | Description | Source |
|---|---|---|
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. | Official |
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. | Official |
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. | Official |
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. | Official |
flutter-dev | Flutter cross-platform development covering widget patterns, Riverpod/Bloc state management, GoRouter navigation, performance optimization, and testing strategies. | Official |
react-native-dev | React Native and Expo development guide covering components, styling, animations, navigation, state management, forms, networking, performance optimization, testing, native capabilities, and engineering (project structure, deployment, SDK upgrades, CI/CD). | Official |
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. | Official |
gif-sticker-maker | Convert photos (people, pets, objects, logos) into 4 animated GIF stickers with captions. Funko Pop / Pop Mart style, powered by MiniMax Image & Video Generation API. | Official |
minimax-pdf | Generate, fill, and reformat PDF documents with a token-based design system. CREATE polished PDFs from scratch (15 cover styles), FILL existing form fields, or REFORMAT documents into a new design. Print-ready output with typography and color derived from document type. | Official |
pptx-generator | Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. | Official |
minimax-xlsx | Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Covers creating new xlsx from scratch via XML templates, reading and analyzing with pandas, editing existing files with zero format loss, formula recalculation, validation, and professional financial formatting. | Official |
minimax-docx | Professional DOCX document creation, editing, and formatting using OpenXML SDK (.NET). Three pipelines: create new documents from scratch, fill/edit content in existing documents, or apply template formatting with XSD validation gate-check. | Official |
vision-analysis | Analyze, describe, and extract information from images using vision AI models. Supports describe, OCR, UI mockup review, chart data extraction, and object detection. Powered by MiniMax VL API with OpenAI GPT-4V fallback. | Community |
minimax-multimodal-toolkit | Generate voice, music, video, and image content via MiniMax APIs — the unified entry for MiniMax multimodal use cases. Covers TTS (text-to-speech, voice cloning, voice design, multi-segment), music (songs, instrumentals), video (text-to-video, image-to-video, start-end frame, subject reference, templates, long-form multi-scene), image (text-to-image, image-to-image with character reference), and media processing (convert, concat, trim, extract) via FFmpeg. | Official |
minimax-music-gen | Generate vocal songs, instrumentals, and covers using MiniMax Music API. Two modes: Basic (one-liner in, song out) and Advanced Control (edit lyrics, refine prompt, plan structure). Supports lyrics generation, style vocabulary, streaming playback, and iterative feedback. | Official |
buddy-sings | Let your Claude Code pet (/buddy) sing a personalized song. Interprets the pet's name and personality into a unique cached vocal identity, auto-gathers context (conversation, memory, git history) for themed lyrics, and generates music via minimax-music-gen. | Official |
minimax-music-playlist | Generate personalized playlists by analyzing your music taste. Builds a taste profile (genre, mood, language, vocal preferences), plans a themed tracklist, generates songs with album cover art, and refines the profile from feedback. | Official |
claude plugin marketplace add https://github.com/MiniMax-AI/skills
claude plugin install minimax-skills
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/.
For Windows setup and verification, see .cursor-plugin/INSTALL.md.
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 for Windows instructions and details.
git clone https://github.com/MiniMax-AI/skills.git ~/.minimax-skills
mkdir -p ~/.config/opencode/skills
ln -s ~/.minimax-skills/skills/* ~/.config/opencode/skills/
Restart OpenCode to discover the skills. See .opencode/INSTALL.md for details.
This repository does not currently ship a standalone VS Code extension.
If you use VS Code, the supported approach is to run one of the supported CLI tools inside the integrated terminal:
If you want native local-skills configuration from this repo, use Cursor and follow .cursor-plugin/INSTALL.md.
We welcome contributions! Before submitting a PR, please read:
You can run the validation script locally before submitting:
python .claude/skills/pr-review/scripts/validate_skills.py
Some skills in this repository are inspired by or derived from work by the open-source community. See CREDITS.md for full acknowledgments.
.claude/
.claude-plugin/
marketplace.json
plugin.json
skills/
pr-review/
references/
quality-guidelines.md
structure-rules.md
scripts/
validate_skills.py
SKILL.md
.codex/
INSTALL.md
.cursor-plugin/
INSTALL.md
plugin.json
.gitignore
.opencode/
INSTALL_zh.md
INSTALL.md
assets/
logo.png
CONTRIBUTING.md
CREDITS.md
LICENSE
LICENSES/
Apache-2.0.txt
plugins/
pptx-plugin/
.claude-plugin/
marketplace.json
plugin.json
agents/
content-page-generator.md
cover-page-generator.md
section-divider-generator.md
summary-page-generator.md
table-of-contents-generator.md
README.md
skills/
color-font-skill/
SKILL.md
design-style-skill/
SKILL.md
ppt-editing-skill/
SKILL.md
ppt-orchestra-skill/
SKILL.md
slide-making-skill/
pptxgenjs.md
SKILL.md
README_zh.md
README.md
skills/
android-native-dev/
references/
accessibility.md
adaptive-screens.md
design-style-guide.md
functional-requirements.md
motion-system.md
performance-stability.md
privacy-security.md
testing.md
visual-design.md
SKILL.md
buddy-sings/
SKILL.md
flutter-dev/
references/
animations.md
bloc-state.md
forms.md
gorouter-navigation.md
localization.md
networking.md
performance.md
platform-specific.md
project-structure.md
riverpod-state.md
testing.md
widget-patterns.md
SKILL.md
frontend-dev/
canvas-fonts/
ArsenalSC-OFL.txt
ArsenalSC-Regular.ttf
BigShoulders-Bold.ttf
BigShoulders-OFL.txt
BigShoulders-Regular.ttf
Boldonse-OFL.txt
Boldonse-Regular.ttf
BricolageGrotesque-Bold.ttf
BricolageGrotesque-OFL.txt
BricolageGrotesque-Regular.ttf
CrimsonPro-Bold.ttf
CrimsonPro-Italic.ttf
CrimsonPro-OFL.txt
CrimsonPro-Regular.ttf
DMMono-OFL.txt
DMMono-Regular.ttf
EricaOne-OFL.txt
EricaOne-Regular.ttf
GeistMono-Bold.ttf
GeistMono-OFL.txt
GeistMono-Regular.ttf
Gloock-OFL.txt
Gloock-Regular.ttf
IBMPlexMono-Bold.ttf
IBMPlexMono-OFL.txt
IBMPlexMono-Regular.ttf
IBMPlexSerif-Bold.ttf
IBMPlexSerif-BoldItalic.ttf
IBMPlexSerif-Italic.ttf
IBMPlexSerif-Regular.ttf
InstrumentSans-Bold.ttf
InstrumentSans-BoldItalic.ttf
InstrumentSans-Italic.ttf
InstrumentSans-OFL.txt
InstrumentSans-Regular.ttf
InstrumentSerif-Italic.ttf
InstrumentSerif-Regular.ttf
Italiana-OFL.txt
Italiana-Regular.ttf
JetBrainsMono-Bold.ttf
JetBrainsMono-OFL.txt
JetBrainsMono-Regular.ttf
Jura-Light.ttf
Jura-Medium.ttf
Jura-OFL.txt
LibreBaskerville-OFL.txt
LibreBaskerville-Regular.ttf
Lora-Bold.ttf
Lora-BoldItalic.ttf
Lora-Italic.ttf
Lora-OFL.txt
Lora-Regular.ttf
NationalPark-Bold.ttf
NationalPark-OFL.txt
NationalPark-Regular.ttf
NothingYouCouldDo-OFL.txt
NothingYouCouldDo-Regular.ttf
Outfit-Bold.ttf
Outfit-OFL.txt
Outfit-Regular.ttf
PixelifySans-Medium.ttf
PixelifySans-OFL.txt
PoiretOne-OFL.txt
PoiretOne-Regular.ttf
RedHatMono-Bold.ttf
RedHatMono-OFL.txt
RedHatMono-Regular.ttf
Silkscreen-OFL.txt
Silkscreen-Regular.ttf
SmoochSans-Medium.ttf
SmoochSans-OFL.txt
Tektur-Medium.ttf
Tektur-OFL.txt
Tektur-Regular.ttf
WorkSans-Bold.ttf
WorkSans-BoldItalic.ttf
WorkSans-Italic.ttf
WorkSans-OFL.txt
WorkSans-Regular.ttf
YoungSerif-OFL.txt
YoungSerif-Regular.ttf
references/
asset-prompt-guide.md
env-setup.md
minimax-cli-reference.md
minimax-image-guide.md
minimax-music-guide.md
minimax-tts-guide.md
minimax-video-guide.md
minimax-voice-catalog.md
motion-recipes.md
troubleshooting.md
scripts/
minimax_image.py
minimax_music.py
minimax_tts.py
minimax_video.py
SKILL.md
templates/
generator_template.js
viewer.html
fullstack-dev/
references/
api-design.md
auth-flow.md
db-schema.md
django-best-practices.md
environment-management.md
release-checklist.md
technology-selection.md
testing-strategy.md
SKILL.md
gif-sticker-maker/
assets/
image-prompt-template.txt
video-prompt-template.txt
references/
captions.md
requirements.txt
scripts/
convert_mp4_to_gif.py
minimax_image.py
minimax_video.py
SKILL.md
ios-application-dev/
references/
accessibility.md
graphics-animation.md
layout-system.md
metal-shader.md
navigation-patterns.md
swift-coding-standards.md
swiftui-design-guidelines.md
system-integration.md
uikit-components.md
SKILL.md
minimax-docx/
.gitignore
assets/
styles/
academic_styles.xml
corporate_styles.xml
default_styles.xml
xsd/
aesthetic-rules.xsd
business-rules.xsd
common-types.xsd
wml-subset.xsd
LICENSE
references/
cjk_typography.md
cjk_university_template_guide.md
comments_guide.md
design_good_bad_examples.md
design_principles.md
openxml_element_order.md
openxml_encyclopedia_part1.md
openxml_encyclopedia_part2.md
openxml_encyclopedia_part3.md
openxml_namespaces.md
openxml_units.md
scenario_a_create.md
scenario_b_edit_content.md
scenario_c_apply_template.md
track_changes_guide.md
troubleshooting.md
typography_guide.md
xsd_validation_guide.md
scripts/
doc_to_docx.sh
docx_preview.sh
dotnet/
MiniMaxAIDocx.Cli/
MiniMaxAIDocx.Cli.csproj
Program.cs
MiniMaxAIDocx.Core/
Commands/
AnalyzeCommand.cs
ApplyTemplateCommand.cs
CreateCommand.cs
DiffCommand.cs
EditContentCommand.cs
FixOrderCommand.cs
MergeRunsCommand.cs
ValidateCommand.cs
MiniMaxAIDocx.Core.csproj
OpenXml/
CommentSynchronizer.cs
ElementOrder.cs
NamespaceConstants.cs
RunMerger.cs
StyleAnalyzer.cs
TrackChangesHelper.cs
UnitConverter.cs
Samples/
AestheticRecipeSamples_Batch1.cs
AestheticRecipeSamples_Batch2.cs
AestheticRecipeSamples_Batch3.cs
AestheticRecipeSamples_Batch4.cs
AestheticRecipeSamples.cs
CharacterFormattingSamples.cs
DocumentCreationSamples.cs
FieldAndTocSamples.cs
FootnoteAndCommentSamples.cs
HeaderFooterSamples.cs
ImageSamples.cs
ListAndNumberingSamples.cs
ParagraphFormattingSamples.cs
StyleSystemSamples.cs
TableSamples.cs
TrackChangesSamples.cs
Typography/
CjkHelper.cs
FontDefaults.cs
PageSizes.cs
Validation/
BusinessRuleValidator.cs
GateCheckValidator.cs
ValidationResult.cs
XsdValidator.cs
MiniMaxAIDocx.slnx
env_check.sh
setup.ps1
setup.sh
SKILL.md
minimax-multimodal-toolkit/
SKILL.md
minimax-music-gen/
references/
prompt_guide.md
SKILL.md
minimax-music-playlist/
data/
artist_genre_map.json
SKILL.md
minimax-pdf/
design/
design.md
README.md
scripts/
cover.py
fill_inspect.py
fill_write.py
make.sh
merge.py
palette.py
reformat_parse.py
render_body.py
render_cover.js
SKILL.md
minimax-xlsx/
references/
create.md
edit.md
fix.md
format.md
ooxml-cheatsheet.md
read-analyze.md
validate.md
scripts/
formula_check.py
libreoffice_recalc.py
shared_strings_builder.py
style_audit.py
xlsx_add_column.py
xlsx_insert_row.py
xlsx_pack.py
xlsx_reader.py
xlsx_shift_rows.py
xlsx_unpack.py
SKILL.md
templates/
minimal_xlsx/
_rels/
.rels
[Content_Types].xml
xl/
_rels/
workbook.xml.rels
sharedStrings.xml
styles.xml
workbook.xml
worksheets/
sheet1.xml
pptx-generator/
references/
design-system.md
editing.md
pitfalls.md
pptxgenjs.md
slide-types.md
SKILL.md
react-native-dev/
references/
animations.md
components.md
engineering.md
forms.md
native-capabilities.md
navigation.md
networking.md
performance.md
state-management.md
styling.md
testing.md
SKILL.md
shader-dev/
reference/
ambient-occlusion.md
analytic-ray-tracing.md
anti-aliasing.md
atmospheric-scattering.md
camera-effects.md
cellular-automata.md
... 72 moreFAQ
minimax-skills is a Claude Code plugin with 23 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes pr-review, color-font-skill, design-style-skill. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.