How this command is triggered — by the user, by Claude, or both
Slash command
/vercel-skills:sync-skillsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Sync Vercel Skills This command updates the Vercel agent skills from the upstream repositories. ## Usage Run the following commands to update the skills to the latest version: This pulls the latest skills from: - [vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills) - [vercel-labs/agent-browser](https://github.com/vercel-labs/agent-browser) ## What Gets Updated - **react-best-practices** - Latest React and Next.js optimization guidelines - **web-design-guidelines** - Latest accessibility and UX rules - **vercel-deploy-claimable** - Latest Vercel deployment capabi...
This command updates the Vercel agent skills from the upstream repositories.
Run the following commands to update the skills to the latest version:
cd ~/.claude/plugins/vercel-skills
git submodule update --remote skills browser-automation
This pulls the latest skills from:
The updated skills will be available in your next Claude Code session.
npx claudepluginhub pwarnock/pwarnock-cc-plugins --plugin vercel-skills/sync-from-claudeSyncs skills from Claude Code (~/.claude/SKILL.md files) to Codex (~/.codex/skills/), Cursor (.cursor/), or Copilot (~/.config/github-copilot/instructions/). Reports copied/skipped counts and names; supports --to, --include-marketplace, --dry-run.
/skill-updateChecks git-repo-backed skills for remote updates, lists stale ones for user selection (or specific/all), fetches changes, reports status, and guides through updating/evaluating.
/refresh-knowledgeFetches latest Claude Code plugin documentation via context7 and compares against the local cc-suite skill file, reporting drift or updating the skill.
/fire-skills-syncSynchronizes skills between the local project library and the global skills library with configurable direction and dry-run preview. Supports push, pull, both, and force modes.
/update-crate-skillUpdates a crate skill to the latest version by removing the old skill, fetching the latest crate version, generating fresh documentation, and recreating the skill.
/load-skillLoads an auto-generated skill into the current Claude Code session for immediate use. Also supports listing available skills and searching community skills.