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,14 @@
{
"name": "minimax-skills",
"displayName": "MiniMax Skills",
"description": "MiniMax AI skills library: frontend development, fullstack development, and Android native development",
"version": "1.0.0",
"author": {
"name": "MiniMax AI"
},
"homepage": "https://github.com/MiniMax-AI/skills",
"repository": "https://github.com/MiniMax-AI/skills",
"license": "MIT",
"keywords": ["skills", "frontend", "fullstack", "android", "minimax"],
"skills": "./skills/"
}