Prerequisites
Before adding the skill, ensure you have:- The Versori CLI installed
- An authenticated CLI context — see the Quickstart guide
Any AI tool
The skill can be used with any AI tool that supports skill or agent files, such as Cursor, Codex, and Claude Code.1
Download the skill
Use the CLI to extract the skill to your tool’s skill directory. For example, for Cursor:Point
--directory at wherever your tool loads skills from.2
Combine into a single agent file (optional)
If your tool works better with a single file — for example Codex or Cursor using
AGENTS.md — use the --agent flag to combine the skill into an AGENTS.md file:3
Get the latest version (optional)
To download the latest skill from GitHub instead of using the bundled version:
4
Start building
Describe your integration task to your AI tool. The skill will guide it through the full workflow — from research through deployment.
Claude Code plugin
If you use Claude Code, you can install the skill as a plugin in one step instead of downloading it manually.1
Add the marketplace
In Claude Code, add the Versori plugin marketplace:
2
Install the plugin
Then install the skill plugin:
3
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.versori skills command reference for the full list of flags and options.