Agent skills

Teach your coding agent how to use Nudgen

Skills are composable modules that teach your coding agent how to work with Nudgen. Install them with a single command.

Add to your agent

Copy one command β€” your agent loads the skill automatically.

CLI

Install and authenticate the Nudgen CLI, manage teams, contacts, campaigns, brand identities, and referral tracking.

Skill guide

npx skills add https://github.com/Nudgen-Marketing/skills --global --skill cli

Install, authenticate via PAT, and manage contacts, campaigns, brand identities, and referral data from the terminal. Supports multi-team context switching and --json output for scripting.

API

Contacts CRUD, campaigns, teams, brand configs, stats, affiliate data, SDK patterns, rate limits, and idempotency keys.

Skill guide

npx skills add https://github.com/Nudgen-Marketing/skills --global --skill api

Covers contacts, campaigns, templates, brand settings, team management, SDK vs REST API patterns, rate limits, idempotency keys, and error handling. Uses Authorization: Bearer <PAT> for authentication.

Email best practices

Works without Nudgen

General-purpose email skill. Audits deliverability, structure, and lifecycle patterns. Works with or without Nudgen.

Skill guide

npx skills add https://github.com/Nudgen-Marketing/skills --global --skill email-sending-best-practices

Validates sender authentication (SPF, DKIM, DMARC), checks transactional vs. marketing separation, reviews unsubscribe handling, flags missing lifecycle stages, and scores content for spam triggers.