Commit Graph

26 Commits

Author SHA1 Message Date
liyuan97
f87b423670 Merge pull request #21 from divitkashyap/feat/vision-analysis
feat(vision-analysis): add image analysis skill with OCR, UI review, and chart extraction
2026-03-27 20:47:30 +08:00
liyuan97
ee1e834f6c Merge pull request #34 from dewu0224/fix/windows-i2i-payload
fix(image): use temp files for jq to avoid Windows command-line length limit
2026-03-27 20:44:41 +08:00
yuanhe
5361adc8e5 feat(minimax): add plan limits & fix video constraints to 768P/6s only
- Add Plan Limits & Quotas section with standard and high-speed plan tables
- Remove all 1080P references (not available on any plan)
- Update default video duration from 10s to 6s to match plan quota units
- Add explicit warning: video quota is very limited (2–5/day), confirm before generating

Made-with: Cursor
2026-03-27 20:42:32 +08:00
Claude
b4e6c16f4b fix(image): use temp files for jq to avoid Windows command-line length limit
When running in i2i (image-to-image) mode, the script passes a
base64-encoded image as a jq argument on the command line. On Windows,
cmd.exe limits arguments to ~32 KB, causing 'Argument list too long' errors
when the reference image is large.

Fix: write intermediate JSON fragments to temp files and pass them to jq
via --from-file instead of on the command line. This works reliably on
Windows and is equally valid on Linux/macOS.

Fixes the i2i (--mode i2i --ref-image) workflow on Windows.
2026-03-27 01:11:07 +08:00
zest
34c6cf05d7 fix: base url 2026-03-26 20:57:10 +08:00
sonartype3
7a04b5ecf1 feat: add react-native skill 2026-03-26 20:32:52 +08:00
mljxxx
2995582a5e feat: add flutter-dev skill
Add comprehensive Flutter cross-platform development guide covering:
- Widget patterns and const optimization
- Riverpod/Bloc state management
- GoRouter navigation
- Performance optimization
- Testing strategies
- Platform-specific implementations

Made-with: Cursor
2026-03-26 17:35:55 +08:00
zest0198
9fe1628851 Merge pull request #3 from utzcoz/add-testing-for-android-native-dev-skill
fix(android-native-dev): Add testing for android-native-dev skill
2026-03-26 11:31:50 +08:00
yuanhe
6ec1c6a7f1 fix: fix YAML frontmatter in minimax-multimodal-toolkit SKILL.md
- Use block scalar (>) for description to avoid colon-in-value parse error
- Add missing recommended fields: license and metadata

Made-with: Cursor
2026-03-26 11:08:35 +08:00
utzcoz
fb18ac5aa1 fix(android-native-dev): Add testing for android-native-dev skill 2026-03-25 23:48:39 +08:00
Divit Kashyap
0a61f2be6a Merge branch 'main' into feat/vision-analysis 2026-03-25 11:55:49 +00:00
Divit Kashyap
6d8beb6ade feat(vision-analysis): add proactive MCP setup helper with multi-environment instructions 2026-03-25 11:54:29 +00:00
Divit Kashyap
0b2927a366 feat(vision-analysis): add image analysis skill with OCR, UI review, chart extraction 2026-03-25 11:23:06 +00:00
yuanhe
bb821d62d3 feat: add minimax-multimodal-toolkit skill
Add community skill for MiniMax multimodal content generation,
covering TTS, voice cloning, music, video (t2v/i2v/sef/ref/long-form),
image (t2i/i2i), and FFmpeg-based media processing tools.

Made-with: Cursor
2026-03-25 10:37:56 +08:00
zest0198
58d3f92a46 Merge pull request #11 from rudrankriyam/codex/agent-safe-swift-standards
Clarify Swift standards guidance for agent use
2026-03-24 14:17:25 +08:00
zest0198
bc6419d14a Merge pull request #2 from xingkaixin/main
fix(minimax-xlsx): YAML frontmatter parsing error preventing skill registration
2026-03-24 12:55:00 +08:00
Rudrank Riyam
815a052324 Clarify Swift standards guidance for agent use 2026-03-23 21:22:16 +05:30
akai
ce4855d129 update: clean up minimax-docx dotnet build artifacts and add .gitignore 2026-03-23 19:21:56 +08:00
zeyin
8962ff053a update: add minimax-docx skill and sync docs 2026-03-22 19:35:44 +08:00
XingKaiXin
e674758f87 docs(minimax-xlsx): Escape description field in YAML frontmatter 2026-03-22 15:26:27 +08:00
akai
c846a74440 update: add minimax-xlsx skill 2026-03-22 14:03:38 +08:00
akai
4006c26613 update: add minimax-pdf skill and reorganize pptx-generator references
- Add minimax-pdf skill (CREATE / FILL / REFORMAT workflows)
- Move pptx-generator reference docs into references/ subdirectory
- Update README.md and README_zh.md with new skill entries
2026-03-21 23:32:36 +08:00
miposhka
43c4d84b28 update: change directory 2026-03-21 22:00:25 +08:00
akai
2e6511d8f6 Add gif-sticker-maker skill 2026-03-17 19:54:03 +08:00
akai
1706804893 Add ios-application-dev and shader-dev skills
Power by MiniMax
2026-03-17 17:25:23 +08:00
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