chore: sync plugin metadata with current skills#26
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the root Claude and Cursor plugin metadata to better reflect the repository’s currently shipped skill catalog, improving marketplace/search discoverability.
Changes:
- Broaden plugin descriptions to cover mobile (Android/iOS), documents (PDF/DOCX), presentations (PPTX), spreadsheets (XLSX), and multimodal media workflows.
- Expand keyword lists (notably in Cursor) to include multimodal-related terms (video/image/audio/music) and additional document/spreadsheet terms.
- Update Claude marketplace metadata descriptions to align with the broader catalog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.cursor-plugin/plugin.json |
Updates description and expands keywords to include multimodal and document/media workflow terms. |
.claude-plugin/plugin.json |
Updates description and expands keywords, but currently misses some terms referenced in the description. |
.claude-plugin/marketplace.json |
Broadens marketplace and plugin descriptions to match the wider skill catalog. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "repository": "https://github.com/MiniMax-AI/skills", | ||
| "license": "MIT", | ||
| "keywords": ["skills", "frontend", "fullstack", "android", "minimax"] | ||
| "keywords": ["skills", "frontend", "fullstack", "android", "ios", "shader", "gif", "pdf", "pptx", "xlsx", "docx", "multimodal", "video", "image", "audio", "music", "minimax"] |
There was a problem hiding this comment.
In .claude-plugin/plugin.json, the updated description explicitly mentions GIF sticker, document, presentation, and spreadsheet workflows, but the updated keywords list omits several of those corresponding search terms (e.g., sticker, document, presentation, spreadsheet/excel, word). If the intent is to improve marketplace discoverability and keep metadata aligned with the described skill catalog, consider adding the missing keywords (or adjusting the description to match the narrower keyword set).
What
Why
The repository currently ships skills for iOS, PDF, PPTX, XLSX, DOCX, GIF sticker generation, and MiniMax multimodal media generation, but the root plugin metadata still advertises only a subset of that catalog. That makes marketplace and plugin surfaces look stale and can make newer skills harder to discover.
This PR is scoped to a single metadata improvement: sync plugin descriptions and keywords with the current skill set.