Split skills into 4 marketplace plugins by usage group#49
Merged
Conversation
Reorganize 20 skills from a flat skills/ directory into 4 plugin groups under plugins/, each with its own plugin.json manifest: - finance-market-analysis (10): yfinance-based stock/ETF analysis - finance-social-readers (5): social media readers (opencli/tdl) - finance-data-providers (3): external API data sources - finance-startup-tools (2): startup analysis + generative UI Updated marketplace.json with 4 plugin entries, CI workflows for new paths, web app with plugin grouping in skills.ts/terminal animation/ skill detail pages, and fixed broken relative links in skill READMEs.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
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.
Summary
skills/into 4 plugin groups underplugins/, each with its ownplugin.jsonmanifestmarketplace.jsonwith 4 plugin entries (each with scopedsourcepath).claude-plugin/plugin.json(replaced by per-plugin manifests)release-skills.yml,skill-lint.yml) forplugins/*/skills/*/pathsPluginGrouptype inskills.ts, plugin-specific install commands in skill detail pages, terminal animation showing 4 plugins../../README.mdrelative links and 1 broken cross-skill link in skill READMEsCLAUDE.mdand rootREADME.mdwith new structure and per-plugin install commandsAlso updates
ccbump(in separate repo) to support multi-plugin marketplace repos:getCurrentVersion()falls back tomarketplace.jsonwhen rootplugin.jsondoesn't existgetVersionFiles()dynamically discovers allplugins[N].versionentries andplugins/*/plugin.jsonfilesTest plan
tsc --noEmitpasses)references/files exist at correct relative pathsskills/filesystem paths in any .md filenpx plugins add himself65/finance-skillsdiscovers all 4 pluginsskill-lintaction works withpath: 'plugins'🤖 Generated with Claude Code