Sync cached Vibes DIY documentation and import map from upstream sources
Updates cached Vibes DIY documentation and import maps from upstream sources. Run this when the skill warns about stale cache or you need the latest Fireproof API docs.
/plugin marketplace add popmechanic/vibes-cli/plugin install vibes@vibes-cliThis command syncs the cached documentation and import map from upstream Vibes DIY sources.
Run the sync script from the plugin root:
cd "${CLAUDE_PLUGIN_ROOT}/scripts" && [ -d node_modules/esbuild ] || npm install
cd "${CLAUDE_PLUGIN_ROOT}" && node scripts/sync.js --force
This updates:
Run this command when:
The skill will warn you if the cache is older than 30 days. This ensures you stay current with any security patches or API changes in the Vibes DIY ecosystem.