Skip to main content

Prerequisites

Before installing the plugin, ensure you have:
  1. The Versori CLI installed
  2. An authenticated CLI context — see the Quickstart guide

Claude Code

1

Install the plugin

In Claude Code, run:
/plugin install versori-skills@versori-cli
2

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:
/plugins
You should see versori-skills@versori-cli listed with its coding-versori-sdk skill.
3

Start building

Describe your integration task to Claude Code. The plugin will guide you through the full workflow — from research through deployment.
Build an integration that syncs new Shopify orders to QuickBooks as sales receipts.

Cursor and other AI tools

The Versori skills can be downloaded and used with any AI tool that supports skill or agent files.
1

Download skills

Use the CLI to extract skills to your tool’s skill directory:
versori skills download --directory ~/.cursor/skills/
This extracts individual skill files from the CLI’s bundled skills.
2

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 download --agent --directory ~/.cursor/skills/
3

Get the latest version (optional)

To download the latest skills from GitHub instead of using the bundled version:
versori skills download --latest --directory ~/.cursor/skills/
See the versori skills command reference for the full list of flags and options.