Claude Code skill for React Bits — fetches real component source from the live registry instead of recalling it from memory (verified: without this, agents guess wrong package names and invent prop defaults).
claude plugin marketplace add Philotheephilix/reactbits.dev-skill && claude plugin install react-bits@reactbits.dev-skillTo update later: claude plugin update react-bits@reactbits.dev-skill.
react-bits/SKILL.md— the skillreact-bits/references/catalog.md— all 165 components, auto-updated daily by.github/workflows/update-catalog.ymlreact-bits/scripts/rb-add.mjs— fetches a component's real source + deps and writes it to disk
This repo's own code is MIT. It doesn't vendor React Bits' component source — that's fetched live at install time, under React Bits' own license (MIT + Commons Clause, © David Haz).