Nango
Official@nangohq
Offers a unified TypeScript framework for managing third-party data synchronization, provider configuration, and modular integration development.
Agent Skills by Nango
Showing 26 vetted skills indexed across 4 GitHub repositories.
running-tests
Runs Vitest unit, integration, and CLI tests in the Nango monorepo with correct configs.
ui-visual-debugging
Captures and compares Playwright screenshots to visually debug Nango frontend UI changes.
creating-database-migrations
Creates timestamped CommonJS database migrations following Nango repository conventions.
adding-audit-events
Adds audit events to Nango endpoints by updating the vocabulary table, middleware, and webapp filters.
creating-skills
Guides creation of discoverable, scannable agent skills with proper frontmatter and structure.
building-and-verifying
Builds and type-checks the Nango TypeScript monorepo using npm workspaces and project references.
migrating-nango-deletion-detection
Migrate Nango syncs from legacy deletion APIs to trackDeletes workflow.
migrating-to-zero-yaml
Migrate legacy nango.yaml projects to Zero YAML TypeScript scaffolding.
migrating-to-checkpoints
Migrate Nango TypeScript createSync implementations to checkpoint-based progress models.
building-nango-functions-locally
Build and validate Nango Functions locally in a TypeScript project.
building-nango-functions-remotely
Compile, dry-run, and deploy Nango actions and syncs from a single TypeScript file.
nango-toolbox
Route external API calls through a centralized gateway with environment-based secrets and headers.
sync-builder-skill
Automate Nango sync creation with reusable pagination, batch saving, and deletion patterns.
integration-patterns-skill
Implement Nango actions and syncs with strict schemas and explicit parameters.
action-builder-skill
Automate creation and refactoring of Nango integration actions in TypeScript projects.
nango-function-builder
Create and manage Nango Functions with TypeScript and Zero YAML conventions.
creating-integration-docs
Generate documentation scaffolds for new Nango integrations with config updates.
adding-nango-provider-support
Configure a new Nango provider entry in providers.yaml and generate documentation.
nango-esm-migration
Fix CJS to ESM migration issues in Nango integrations.
nango-dry-run
Test Nango sync jobs locally with parameterized dryrun commands.
PRPM JSON Best Practices
Enforce required fields and structure for PRPM package manifests.
hubspot-nango-integration
Implement incremental HubSpot syncs via the Search API with rate-limit awareness.
agent-builder
Guide creation and refinement of Claude Code subagents with system prompts and tool configuration.
Creating Cursor Rules
Generate MDC-formatted Cursor rule files with YAML frontmatter.
Frequently Asked Questions About Nango
FAQPage SchemaWhat 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.