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

# Agent Skills

Agent Skills give AI agents that support skills (Claude Code, Cursor, Windsurf, Codex, and others) the ability to work with Membrane directly.

## Install

Run in your project directory:

```bash theme={null}
npx skills add membranehq/agent-skills
```

This gives your agent tools for managing connections, running actions, and working with data. The agent will set up everything it needs automatically (MCP server, credentials, etc.).

## Available Skills

### integrate-anything

The core skill for connecting to external apps and working with them. Use this when you want your agent to connect to apps, run actions, subscribe to events, and manage integrations.

```bash theme={null}
npx skills add membranehq/agent-skills --skill integrate-anything
```

See [Quickstart: AI Agents](/docs/getting-started/quickstart-agent) for getting started.

### integration-development

For building customer-facing integration features into your product — integrations pages, connection UIs, data sync, and multi-tenant authentication.

```bash theme={null}
npx skills add membranehq/agent-skills --skill integration-development
```

See [Quickstart: Product Integrations](/docs/getting-started/product-integrations) for getting started.

## Using Skills

Once installed, prompt your agent naturally:

> "Connect to HubSpot and create an action that syncs new contacts to our database."
>
> "Build an integrations page where my users can connect to external apps."

The agent will use Membrane's tools to set up integrations, create connections, and implement the logic.

## Other Ways to Get Agents to Use Membrane

* **[MCP Server](/docs/ways-to-use-membrane/mcp)** — for agents that support MCP but not skills (Claude Desktop, ChatGPT, etc.)
* **[In-app AI Agent](/docs/getting-started/product-integrations/in-app-ai-agent)** — for embedding an AI assistant in your product that acts on behalf of each user
