Commit Graph

7 Commits

Author SHA1 Message Date
wavejs.org b5584e0352 Add html2wp to the plugins list (#845)
html2wp is a Claude Code marketplace that converts a static HTML site —
Lovable, Bolt, v0, Claude artifacts or hand-written pages — into a
standalone WordPress block theme.

The repo carries .claude-plugin/marketplace.json and plugin.json, so
generate_plugins_json.py can read it the same way as the other entries.

Co-authored-by: BELNEM s.r.o <hello@html2wp.dev>
2026-08-29 13:16:10 -04:00
Shouryamaan Jain 85dc0d1c07 Add Cohesivity plugin marketplace listing (#827)
* feat(plugins): add Cohesivity plugin listing

* Update scripts/generate_plugins_json.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-08-22 11:31:19 -04:00
Martin Krasser 5891254656 fix(plugins): register krasserm/ml-plugins in generator REPOS, restoring ml-research listing (#613, dropped by #697) (#718)
The ml-research entry from #613 was hand-added to the generated
dashboard/public/plugins.json without registering the repo in the
generator's REPOS list, so #697's regeneration silently dropped it.

- Add krasserm/ml-plugins to REPOS so the listing survives regeneration
- Restore the entry as produced by the generator's own process_repo(),
  inserted in stars-descending order
- Generator: prefer plugin.json displayName for the display name
- Generator: for single-plugin repos, fall back to the locally scanned
  component counts already collected for plugins_detail

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 21:23:15 -04:00
Daniel Avila a0cd1f3afb Add plugin details modal and search to marketplace pages (#697)
Clicking a plugin inside a marketplace (e.g. commit-commands in
claude-plugins-official) now opens a modal listing its actual
commands/agents/skills with names and descriptions, instead of just a
count badge. Also adds a live search box to filter plugins within a
marketplace page.

generate_plugins_json.py now fetches each component file's frontmatter
description (bounded by max_local_scans=50 locally-sourced plugins per
marketplace) and stores it in components_items, consumed by the new
MarketplacePluginsList.tsx island.
2026-07-11 21:04:13 -04:00
Nyanbalaji28 3a391067c8 Add AugmentClaude best-claude-skills marketplace (#630)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-13 12:37:37 -04:00
Andrew Ofstad 1ccf4f5c9d Add Airtable Skills marketplace (#612)
Adds the official Airtable marketplace (Airtable/skills) to the /plugins
page. Includes:

- Entry in scripts/generate_plugins_json.py REPOS list so the next
  regeneration run picks it up.
- Manual entry in dashboard/public/plugins.json so the marketplace
  appears immediately, matching the format used by recent direct
  additions (e.g., Mercado Pago, PR #576).

The marketplace currently contains 1 plugin (airtable) bundling 3 skills
(airtable-cli, airtable-filters, airtable-overview) and 1 MCP server
(https://mcp.airtable.com/mcp).
2026-05-29 17:54:16 -04:00
Dani 5bfcbcc57a feat: Overhaul plugins page with real .claude-plugin data, search, and sorting
- Add Python script (generate_plugins_json.py) that scans GitHub repos for
  .claude-plugin/marketplace.json and plugin.json, extracting real component
  counts by scanning plugin directories via GitHub API
- Replace static plugins.json with 30 verified repos (15 marketplaces,
  15 individual plugins) with real stars and component data
- Add interactive PluginsGrid React component with search, sort by
  stars/alphabetical, marketplace badge, and empty state
- Redesign plugin detail page: correct install instructions (/plugin
  marketplace add), marketplace plugin listings with descriptions,
  component breakdowns, and overview stats
2026-03-28 09:48:12 -04:00