Home / Collections / nango-function-builder

Nango function Builder

Complete toolkit for building Nango integration actions with AI assistance - includes nango patterns, TDD workflow to create end to end functions in Nango

prpm install nango-function-builder
5 total installs
4 packages
...

šŸ“¦ Packages (4)

#1

@nango/sync-builder-skill

Required

Use when creating Nango syncs for continuous data synchronization - provides patterns for pagination, batch saving, deletion detection, and incremental updates

Why included: Core skill for building continuous data syncs with pagination, batch saving, and deletion detection

Version: latest
#2

@nango/action-builder-skill

Required

Use when creating or refactoring Nango integration actions to be thin API wrappers - provides patterns for minimal transformation logic, direct proxy calls, and standardized structure

Why included: Core skill for building thin API wrapper actions following Nango best practices

Version: latest
#3

@nango/build-function

Required

Unified entry point for building Nango integrations - asks user to choose action or sync, then routes to appropriate workflow

Why included: Complete TDD workflow command for building and validating a Nango function end-to-end

Version: latest
#4

@nango/integration-patterns-skill

Required

Shared patterns for Nango actions and syncs - working directory verification, inline schemas, parameter naming, type safety, and index.ts registration. Private dependency skill invoked by action-builder-skill and sync-builder-skill.

Why included: Shared patterns dependency - required by action-builder-skill and sync-builder-skill

Version: latest

Collection Info

Category
development

Links