Nango avatar

Nango

Official

@nangohq

0Followers
|
24Public Repos
|
26Published Skills

Offers a unified TypeScript framework for managing third-party data synchronization, provider configuration, and modular integration development.

Skills Distribution
DomainDeveloper To...Integration Engine.. (40%)TypeScript Framewo.. (30%)Data Synchronizati.. (30%)

Agent Skills by Nango

Showing 26 vetted skills indexed across 4 GitHub repositories.

NangoHQNangoHQ
11.7k

running-tests

Runs Vitest unit, integration, and CLI tests in the Nango monorepo with correct configs.

Official
Intermediate
NangoHQNangoHQ
11.7k

ui-visual-debugging

Captures and compares Playwright screenshots to visually debug Nango frontend UI changes.

Official
Intermediate
NangoHQNangoHQ
11.7k

creating-database-migrations

Creates timestamped CommonJS database migrations following Nango repository conventions.

Official
Basic
NangoHQNangoHQ
11.7k

adding-audit-events

Adds audit events to Nango endpoints by updating the vocabulary table, middleware, and webapp filters.

Official
Intermediate
NangoHQNangoHQ
11.7k

creating-skills

Guides creation of discoverable, scannable agent skills with proper frontmatter and structure.

Official
Intermediate
NangoHQNangoHQ
11.7k

building-and-verifying

Builds and type-checks the Nango TypeScript monorepo using npm workspaces and project references.

Official
Intermediate
NangoHQNangoHQ
45

migrating-nango-deletion-detection

Migrate Nango syncs from legacy deletion APIs to trackDeletes workflow.

Official
Intermediate
NangoHQNangoHQ
45

migrating-to-zero-yaml

Migrate legacy nango.yaml projects to Zero YAML TypeScript scaffolding.

Official
Advanced
NangoHQNangoHQ
45

migrating-to-checkpoints

Migrate Nango TypeScript createSync implementations to checkpoint-based progress models.

Official
Advanced
NangoHQNangoHQ
45

building-nango-functions-locally

Build and validate Nango Functions locally in a TypeScript project.

Official
Advanced
NangoHQNangoHQ
45

building-nango-functions-remotely

Compile, dry-run, and deploy Nango actions and syncs from a single TypeScript file.

Official
Advanced
NangoHQNangoHQ
45

nango-toolbox

Route external API calls through a centralized gateway with environment-based secrets and headers.

Official
Advanced
NangoHQNangoHQ
45

sync-builder-skill

Automate Nango sync creation with reusable pagination, batch saving, and deletion patterns.

Official
Intermediate
NangoHQNangoHQ
45

integration-patterns-skill

Implement Nango actions and syncs with strict schemas and explicit parameters.

Official
Advanced
NangoHQNangoHQ
45

action-builder-skill

Automate creation and refactoring of Nango integration actions in TypeScript projects.

Official
Intermediate
NangoHQNangoHQ
1

nango-function-builder

Create and manage Nango Functions with TypeScript and Zero YAML conventions.

Official
Advanced
NangoHQNangoHQ
11.4k

creating-integration-docs

Generate documentation scaffolds for new Nango integrations with config updates.

Official
Basic
NangoHQNangoHQ
1

adding-nango-provider-support

Configure a new Nango provider entry in providers.yaml and generate documentation.

Official
Intermediate
NangoHQNangoHQ
1

nango-esm-migration

Fix CJS to ESM migration issues in Nango integrations.

Official
Advanced
NangoHQNangoHQ
1

nango-dry-run

Test Nango sync jobs locally with parameterized dryrun commands.

Official
Intermediate
NangoHQNangoHQ
1

PRPM JSON Best Practices

Enforce required fields and structure for PRPM package manifests.

Official
Basic
NangoHQNangoHQ
1

hubspot-nango-integration

Implement incremental HubSpot syncs via the Search API with rate-limit awareness.

Official
Intermediate
NangoHQNangoHQ
1

agent-builder

Guide creation and refinement of Claude Code subagents with system prompts and tool configuration.

Official
Basic
NangoHQNangoHQ
1

Creating Cursor Rules

Generate MDC-formatted Cursor rule files with YAML frontmatter.

Official
Basic

Frequently Asked Questions About Nango

FAQPage Schema
What specific tasks can engineers perform using Nango?

Engineers can build, validate, and deploy complex data syncs and actions using TypeScript. The platform enables incremental data ingestion, pagination handling, batch saving, and deletion tracking across various third-party providers while managing authentication secrets and headers through a centralized gateway.

Which technical personas benefit most from this platform?

Backend engineers and integration developers focused on connecting enterprise applications benefit from these capabilities. It is designed for developers who need to maintain high-reliability data pipelines, manage complex provider-specific schemas, and enforce strict TypeScript conventions across multiple integration projects.

What are the prerequisites for running Nango integrations?

Users require a TypeScript development environment and familiarity with Zero YAML configuration standards. Integration development involves defining provider entries, implementing sync logic with checkpoint-based progress models, and utilizing local dry-run commands to validate function execution before deployment to the production gateway.