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š¦ Packages (4)
@nango/sync-builder-skill
RequiredUse 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
@nango/action-builder-skill
RequiredUse 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
@nango/build-function
RequiredUnified 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
@nango/integration-patterns-skill
RequiredShared 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
Collection Info
- Category
- development