Prerequisites
Before installing the plugin, ensure you have:- The Versori CLI installed
- An authenticated CLI context — see the Quickstart guide
Claude Code
Verify the plugin is active
After installation, the plugin activates automatically when Claude Code detects integration-related tasks. You can verify it is installed by checking your active plugins:You should see
versori-skills@versori-cli listed with its coding-versori-sdk skill.Cursor and other AI tools
The Versori skills can be downloaded and used with any AI tool that supports skill or agent files.Download skills
Use the CLI to extract skills to your tool’s skill directory:This extracts individual skill files from the CLI’s bundled skills.
Combine into a single agent file (optional)
If your tool works better with a single file, use the
--agent flag to combine skills into an AGENTS.md file:versori skills command reference for the full list of flags and options.