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
This commit is contained in:
akai
2026-03-17 16:20:46 +08:00
parent 9af3b05cee
commit d35bfead71
125 changed files with 13272 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}
}
]
}