Skip to content

chore: sync plugin metadata with current skills#26

Merged
zest0198 merged 2 commits intoMiniMax-AI:mainfrom
JithendraNara:codex/sync-plugin-metadata
Mar 26, 2026
Merged

chore: sync plugin metadata with current skills#26
zest0198 merged 2 commits intoMiniMax-AI:mainfrom
JithendraNara:codex/sync-plugin-metadata

Conversation

@JithendraNara
Copy link
Copy Markdown
Contributor

What

  • update the root Claude plugin metadata to reflect the current shipped skill catalog instead of only frontend/fullstack/android
  • update the root Cursor plugin metadata to include multimodal capabilities in its description and keywords
  • keep the metadata wording broad enough to stay aligned as the existing skill set evolves

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.

Copilot AI review requested due to automatic review settings March 25, 2026 18:05
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread .claude-plugin/plugin.json Outdated
"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"]
Copy link

Copilot AI Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
@zest0198 zest0198 merged commit 33cdc32 into MiniMax-AI:main Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants