Skills for the Loops API and CLI
npx skills add https://github.com/loops-so/skills --skill cliInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Official installable Loops skills for AI coding agents.
This repository packages SKILL.md-based skills for working with Loops. It is intended to help agents use the Loops API, official SDKs, the Loops CLI, LMX email markup, and email-sending best practices more accurately.
These skills are designed for agent environments that support installable skills, such as Claude Code, Codex, Cursor, and other tools that work with the skills CLI.
For skills CLI setup, agent-specific install targets, and the full list of flags, use the official docs:
This README only documents the Loops-specific install commands.
# See what this repo contains
npx skills add https://github.com/Loops-so/skills --list
# Install all Loops skills globally (recommended)
npx skills add https://github.com/Loops-so/skills --global
# Install specific Loops skills globally
npx skills add https://github.com/Loops-so/skills --global --skill loops-api
npx skills add https://github.com/Loops-so/skills --global --skill loops-cli
npx skills add https://github.com/Loops-so/skills --global --skill loops-lmx
npx skills add https://github.com/Loops-so/skills --global --skill loops-email-sending-best-practices
Project-level installs are also supported. Omit --global if you want the skills scoped to the current repository instead of user-level.
This repo is versioned with GitHub Releases. For stable installs, pin a release tag instead of installing from the default branch:
npx skills add https://github.com/Loops-so/skills#v1.0.0 --global
Older installs used the unprefixed skill names api, cli, email-sending-best-practices, and lmx. Installing the renamed loops-* skills does not automatically remove those old local skills. After installing the prefixed skills, remove the old names:
npx skills remove api cli email-sending-best-practices lmx --global
After installation, try a task that should trigger one of the skills:
This repo currently ships:
This repo does not currently ship:
loops-apiUse this skill when you need to:
Example prompts:
Skill file: skills/loops-api/SKILL.md
loops-cliUse this skill when you need to:
Example prompts:
Skill file: skills/loops-cli/SKILL.md
loops-email-sending-best-practicesUse this skill when you need to:
Example prompts:
Skill file: skills/loops-email-sending-best-practices/SKILL.md
loops-lmxUse this skill when you need to:
Example prompts:
Skill file: skills/loops-lmx/SKILL.md
Loops skills are versioned as a single repo-level bundle with GitHub Releases and semver-style tags such as v1.0.0.
Use the GitHub release notes as the changelog for user-facing upgrade guidance.
This repo is the installable Loops entry point for agent skills. When product behavior changes faster than this repo, verify against the official Loops resources:
Pull requests are welcome.
When updating a skill:
SKILL.md concise and move detailed material into references/SKILL.md and referencesnpx skills add . --list before merginggit clone https://github.com/Loops-so/skills.git
cd skills
npx skills add . --list
skills/
loops-api/
SKILL.md
references/
loops-cli/
SKILL.md
references/
loops-lmx/
SKILL.md
references/
loops-email-sending-best-practices/
SKILL.md
references/