Skills for the Loops API and CLI
npx skills add https://github.com/loops-so/skills --skill email-sending-best-practicesInstall 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, 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 api
npx skills add https://github.com/Loops-so/skills --global --skill cli
npx skills add https://github.com/Loops-so/skills --global --skill 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.
After installation, try a task that should trigger one of the skills:
This repo currently ships:
This repo does not currently ship:
apiUse this skill when you need to:
Example prompts:
Skill file: skills/api/SKILL.md
cliUse this skill when you need to:
Example prompts:
Skill file: skills/cli/SKILL.md
email-sending-best-practicesUse this skill when you need to:
Example prompts:
Skill file: skills/email-sending-best-practices/SKILL.md
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/
api/
SKILL.md
references/
cli/
SKILL.md
references/
email-sending-best-practices/
SKILL.md
references/