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

# Agent skills for Loops

> Install Loops agent skills in Claude Code, Codex, or Cursor so your coding agent can manage contacts, events, transactional email, and deliverability.

Skills are small modules that teach your coding agent how to work with Loops. You can install them with a single command, then your agent will be able to reference them when working with Loops.

Skills work in tools like Claude, Codex, Cursor, and ChatGPT.

If your tool uses MCP or Model Context Protocol language, treat Loops skills as
the public Loops agent setup. Install the skills and CLI, then ask your agent
to use them from your project.

## Installation

Install the Loops CLI and every agent skill with one command:

```bash theme={"dark"}
curl -fsSL https://install.loops.so/wizard | sh
```

Need only the skills? Use the skills installer:

```bash theme={"dark"}
curl -fsSL https://install.loops.so/skills | sh
```

The skills installer adds the Loops API, CLI, LMX, and email best practices skills.

## API skill

This skill allows your agent to build with the Loops API to manage campaigns, contacts, custom properties, mailing lists, events, and transactional emails.

Best used inside an application, like a Next.js or Nuxt.js project.

## CLI skill

This skill allows your agent to use the Loops CLI to manage contacts, mailing lists, send events, and send transactional emails.

Best used inside an LLM.

Use this when you want your agent to make real Loops calls from a terminal,
inspect IDs, or run smoke tests after adding Loops to an app.

## LMX skill

This skill allows your agent to use Loops' markup language (LMX) to create and update emails.

Best used inside an LLM.

## Email best practices skill

This skill helps your agent audit deliverability, lifecycle coverage, consent handling, and transactional vs marketing email setup.

Best used inside a project where you want help improving your email sending.

## Links

<CardGroup cols={2}>
  <Card title="Loops skills" href="https://github.com/loops-so/skills" icon="book">
    View the Loops skills repo on GitHub.
  </Card>

  <Card title="Loops CLI" href="https://github.com/loops-so/cli" icon="square-code">
    View the Loops CLI repo on GitHub.
  </Card>
</CardGroup>


## Related topics

- [Quickstart for agents](/docs/quickstart-agents.md)
- [Loops CLI](/docs/cli.md)
- [Quickstart](/docs/quickstart.md)
- [Recipe: Scheduled digest email](/docs/guides/scheduled-digest-email.md)
- [PHP SDK](/docs/sdks/php.md)
