Skip to main content
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.

API skill

This skill allows your agent to work with Loops API to manage contacts, custom properties, mailing lists, events, and transactional emails. Best used inside an application, like a Next.js or Nuxt.js project. Install with:
npx skills add loops-so/skills --global --skill api

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. Install with:
npx skills add loops-so/skills --global --skill cli

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 youremail sending. Install with:
npx skills add loops-so/skills --global --skill email-sending-best-practices

Loops skills

View the Loops skills repo on GitHub.

Loops CLI

View the Loops CLI repo on GitHub.
Last modified on April 21, 2026