building-nango-functions-remotely

Installation
SKILL.md

Build Nango Functions Remotely

Build Nango actions and syncs without a checked-out Nango project by sending a single-file TypeScript function to Nango's /functions/compile, /functions/dryruns, and /functions/deployments APIs.

Implementation Scope

  • Build or modify a Nango function implementation
  • Build an action in Nango with createAction()
  • Build a sync in Nango with createSync()
  • Use the active workflow skill for compile, dryrun, test, and deploy mechanics

Sync Strategy Gate (required before writing code)

If the task is a sync, read references/syncs.md before writing code and state one of these paths first:

Installs
70
Repository
nangohq/skills
First Seen
Apr 17, 2026
building-nango-functions-remotely — nangohq/skills