Files
minimax-skills/.claude-plugin/marketplace.json
akai d35bfead71 Add skills library and plugin configs for Claude, Cursor, Codex, and OpenCode
- Add frontend-dev, fullstack-dev, and android-native-dev skills
- Add plugin configs for Claude Code, Cursor, Codex, and OpenCode
- Add English and Chinese READMEs with installation instructions
- Add .gitignore
2026-03-17 16:30:05 +08:00

19 lines
470 B
JSON

{
"name": "minimax-skills",
"description": "MiniMax AI skills library for frontend, fullstack, and Android native development",
"owner": {
"name": "MiniMax AI"
},
"plugins": [
{
"name": "minimax-skills",
"description": "MiniMax AI skills library: frontend development, fullstack development, and Android native development",
"version": "1.0.0",
"source": "./",
"author": {
"name": "MiniMax AI"
}
}
]
}