> ## Documentation Index
> Fetch the complete documentation index at: https://docs.versori.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code Plugin

> AI-assisted skill for building Versori data integrations in Claude Code.

The Versori Claude Code plugin (`versori-skills@versori-cli`) is an AI skill that guides Claude Code through the full integration lifecycle — from research and system setup through code generation, testing, and deployment.

When you describe an integration task, the plugin provides Claude Code with structured knowledge about the Versori CLI, Run SDK, and platform workflow. It activates automatically when you work on ETL pipelines, API integrations, data synchronisation, webhooks, or mention Versori.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/latest/ai-tooling/installation">
    Install the plugin in Claude Code or download skills for other tools.
  </Card>

  <Card title="Workflow" icon="arrows-spin" href="/latest/ai-tooling/workflow">
    The structured 8-step process the plugin follows to build integrations.
  </Card>

  <Card title="Tips & Best Practices" icon="lightbulb" href="/latest/ai-tooling/tips">
    Get the most out of AI-assisted integration development.
  </Card>

  <Card title="Run SDK" icon="code" href="/latest/run-sdk/latest/introduction">
    Learn about the SDK used to build integration workflows.
  </Card>
</CardGroup>

## What the plugin does

The plugin equips Claude Code with a skill that understands Versori's platform, CLI commands, and SDK patterns. When activated, it follows a structured workflow to:

* **Research** your integration requirements and produce a structured plan
* **Set up systems** on the Versori platform using the CLI
* **Create connections** with the correct authentication for each system
* **Generate TypeScript workflows** using the Versori Run SDK
* **Write and run tests** to validate your integration logic
* **Deploy** the finished integration via the CLI

## Prerequisites

Before using the plugin, make sure you have:

* A [Versori account](https://platform.versori.com) with an active organisation
* The [Versori CLI installed](/latest/cli/installation) and [authenticated](/latest/cli/quickstart)
* [Node.js](https://nodejs.org/) or [Deno](https://deno.com/) installed for local development and testing

<Note>
  The plugin is designed for Claude Code, but the underlying skills can be used with other AI tools like Cursor.
  Run `versori skills download` to extract skills for use outside Claude Code.
  See the [Installation](/latest/ai-tooling/installation) page for details.
</Note>
