Replace MongoDB and Supabase plugins with official skills, automate release publishing - #132
Merged
Conversation
Shared _helpers.sh with clone_or_update, sync_dir, ensure_license, create_zip. Per-source scripts for supabase/agent-skills and mongodb/agent-skills.
sync-versions.sh propagates plugin versions across all manifests. release.sh creates GitHub releases with per-plugin zip artifacts.
Delete supabase-tools and mongodb-tools (MCP-based). Add supabase-skills (1 skill + 30 references) and mongodb-skills (7 skills + 25 references) synced from official repos. Update all three marketplace files and add *.zip to .gitignore.
Add marketplace version alignment check to validate_plugins.py, skip description length for synced skills. Fix sync_marketplace_to_plugins.py to merge instead of replace fields.
Add /update-readme command to regenerate README plugin sections. Update CLAUDE.md with maintenance scripts section and repo structure. Update README.md with new skill plugins and download ZIP badges.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace supabase-tools and mongodb-tools with skill copies from official vendor repos (supabase/agent-skills, mongodb/agent-skills). Add sync scripts that pull latest skills, align versions across manifests, and build per-plugin zip artifacts for distribution.
plugins/{vendor}-skills/with shared helperssync-versions.shaligns all plugin manifest versions,release.shzips each plugin for upload