docs(README): refresh plugin list to match marketplace.json - #3
Open
from2001 wants to merge 1 commit into
Open
Conversation
Bump plugin count badge 3 -> 8 and rebuild the Available Plugins table from marketplace.json so x-twitter, beehiiv, newspaper-explainer, self-message, and telegram-notify are no longer hidden from the top-level README. taxonomy-filesystem is intentionally omitted for now since its plugin directory is not yet shipped. Refs: alberduris#2
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.
Closes #2.
Thanks again for this marketplace — sending a quick docs PR while it's fresh in my head. 🙏
Summary
3 → 8so the README reflects what's actually shipped underplugins/..claude-plugin/marketplace.jsonas the source of truth, sox-twitter,beehiiv,newspaper-explainer,self-message, andtelegram-notifyare no longer hidden from new visitors.second-opinion,langfuse-traces,slack-reminders), but tighten their descriptions to matchmarketplace.json.Note on
taxonomy-filesystemmarketplace.jsonregisterstaxonomy-filesystem(./plugins/taxonomy-filesystem), but that directory isn't present in the repo yet, so I left it out of the README to avoid a broken link / 404 on install. Happy to add it back once the plugin directory lands — or to send a follow-up PR removing the entry frommarketplace.jsonif you'd prefer that direction. See #2 for the full context.Test plan
README.mdrenders correctly (table, badges, links resolve to existingplugins/<name>/directories).README.md.