website/src/content/docs/general/skill.mdx
Skills are documentation files that help AI coding assistants (like Claude Code, Cursor, Windsurf, and others) understand how to work with Rivet. When you add skills, your AI assistant gets access to Rivet-specific knowledge, best practices, and code patterns.
Add Rivet skills to your project:
npx skills add rivet-dev/skills
This command downloads the latest Rivet skills and makes them available to your AI coding assistant.
Skills work with any AI coding assistant that supports the skills format, including:
To get the latest skills:
npx skills add rivet-dev/skills
Running this command again will update your skills to the latest version.