Skip to main content
NangoHQ
GitHub creator profile

NangoHQ

Repository-level view of 31 collected skills across 4 GitHub repositories.

skills collected
31
repositories
4
updated
Aug 14, 2026
repository explorer

Repositories and representative skills

building-nango-functions-locally
software-developers

Builds Nango Functions in a checked-out Zero YAML TypeScript Nango project using local files, index.ts registration, nango dryrun, generated tests, and optional nango deploy. Use when creating or updating Nango actions or syncs locally.

Jun 2, 2026
building-nango-functions-remotely
software-developers

Builds Nango Functions without a checked-out Nango project by calling Nango remote compile, dryrun, and deploy endpoints, resolving NANGO_SERVER_URL from env or .env, and using shared action and sync patterns. Use when creating or updating Nango actions or…

Jun 2, 2026
migrating-nango-deletion-detection
software-developers

Migrates Nango syncs from deleteRecordsFromPreviousExecutions()/trackDeletes to trackDeletesStart/trackDeletesEnd for automated deletion detection (including checkpoint-based full refresh). Use when updating existing createSync code.

Jun 2, 2026
migrating-to-checkpoints
software-developers

Migrates existing Nango TypeScript createSync implementations from nango.lastSyncDate, legacy incremental syncType, and non-resumable full refreshes to checkpoint-based syncs. Use when updating customer Nango sync code to define checkpoint schemas, call…

Jun 2, 2026
migrating-to-zero-yaml
software-developers

Manually migrates legacy `nango.yaml` Nango projects to Zero YAML TypeScript by generating `models.ts`, `index.ts`, package/tsconfig scaffolding, and wrapping legacy scripts in `createSync()`, `createAction()`, or `createOnEvent()`. Use when a Nango repo…

Jun 2, 2026
nango-toolbox
software-developers

Universal gateway for any third-party API or SaaS (Google Calendar, Gmail, Slack, Notion, Linear, HubSpot, etc.). TRIGGER on any request to read or modify data in an external product, even when no matching MCP tool is loaded.

Jun 2, 2026
action-builder-skill
software-developers

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

Dec 17, 2025
integration-patterns-skill
software-developers

Shared patterns for Nango actions and syncs - working directory verification, inline schemas, parameter naming, type safety, and registration requirements. Private dependency skill.

Dec 17, 2025
Showing 8 of 9 collected skills.
adding-nango-provider-support
software-developers

Use when adding support for a new Nango provider - configures provider in providers.yaml, creates documentation (main page, setup guide, connect guide), and updates docs.json following established patterns

Dec 18, 2025
nango-esm-migration
software-developers

Use when fixing CJS/ESM module issues in Nango integrations after zero-yaml migration - covers import path fixes, creating ESM wrappers for CJS vendor modules, and restoring commented-out code

Nov 27, 2025
nango-dry-run
software-developers

Use when testing Nango syncs locally - runs dry-run command with proper parameters for integration testing without affecting production data

Nov 5, 2025
agent-builder
software-developers

Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.

Oct 30, 2025
creating-cursor-rules
software-developers

Expert guidance for creating effective Cursor IDE rules with best practices, patterns, and examples

Oct 30, 2025
prpm-json-best-practices
software-developers

Best practices for structuring prpm.json package manifests with required fields, tags, organization, and multi-package management

Oct 30, 2025
slash-command-builder
software-developers

Use when creating, improving, or troubleshooting Claude Code slash commands. Expert guidance on command structure, arguments, frontmatter, tool permissions, and best practices for building effective custom commands.

Oct 30, 2025
slash-command-builder
software-developers

Use when creating, improving, or troubleshooting Claude Code slash commands. Expert guidance on command structure, arguments, frontmatter, tool permissions, and best practices for building effective custom commands.

Oct 30, 2025
Showing 8 of 9 collected skills.
creating-integration-docs
software-developers

Use when adding documentation for a new Nango integration - creates main page, setup guide, and updates docs.json and providers.yaml following established patterns

Aug 14, 2026
running-and-testing-locally
software-developers

Use when running the Nango application locally for development and browser testing - covers Docker services, dev commands, service URLs, and troubleshooting startup issues

Jun 4, 2026
creating-database-migrations
database-architects

Use when adding or editing Nango database migrations - covers migration directory selection, timestamped .cjs naming, matching recent migration style, down migration decisions, and foreign key ON DELETE conventions.

May 26, 2026
creating-skills
computer-occupations-all-other

Use when creating new agent skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, discovery optimization, and real examples

May 26, 2026
ui-visual-debugging
software-quality-assurance-analysts-and-testers

Use when modifying or visually debugging Nango frontend UI, including packages/webapp, packages/connect-ui, browser interactions, screenshots, and visual regressions. Prefer browser-controlled or headless Playwright checks; use Peekaboo only for native macOS,…

May 26, 2026
agent-builder
computer-occupations-all-other

Use when creating, improving, or troubleshooting Claude Code subagents. Expert guidance on agent design, system prompts, tool access, model selection, and best practices for building specialized AI assistants.

Mar 20, 2026
building-and-verifying
software-developers

Use when building the Nango monorepo or verifying TypeScript compilation - covers build commands, project references, common tsc errors, and package dependency order

Mar 20, 2026
running-tests
software-quality-assurance-analysts-and-testers

Use when running tests in the Nango monorepo - knows unit vs integration configs, vitest commands, Docker setup, and common test patterns

Mar 20, 2026
building-nango-functions-locally
software-developers

Builds Nango Functions in a checked-out Zero YAML TypeScript Nango project using local files, index.ts registration, nango dryrun, generated tests, and optional nango deploy via CLI. Use when creating, updating, validating, testing, or deploying Nango actions…

Aug 14, 2026
building-nango-functions-remotely
software-developers

Builds Nango Functions without a checked-out Nango project by using the Nango /functions compile, dryrun, dryrun status, and deployment APIs with NANGO_SERVER_URL and NANGO_SECRET_KEY. Use when creating, updating, validating, testing, or deploying Nango…

Aug 14, 2026
building-nango-functions
software-developers

Builds Nango Function implementation patterns for createAction() and createSync() without choosing a local CLI or remote API workflow. Use only when the user asks to create or update a Nango action or sync and it is unclear whether the work should happen in a…

Aug 14, 2026
migrating-nango-deletion-detection
software-developers

Migrates Nango syncs from deleteRecordsFromPreviousExecutions()/trackDeletes to trackDeletesStart/trackDeletesEnd for automated deletion detection (including checkpoint-based full refresh). Use when updating existing createSync code.

Aug 14, 2026
migrating-to-checkpoints
software-developers

Migrates existing Nango TypeScript createSync implementations from nango.lastSyncDate, legacy incremental syncType, and non-resumable full refreshes to checkpoint-based syncs. Use when updating customer Nango sync code to define checkpoint schemas, call…

Aug 14, 2026
Showing 4 of 4 repositories
All repositories loaded