Skip to main content
NangoHQ
Perfil de criador do GitHub

NangoHQ

Visão por repositório de 31 skills coletadas em 4 repositórios do GitHub.

skills coletadas
31
repositórios
4
atualizado
14 de ago. de 2026
explorador de repositórios

Repositórios e skills representativas

building-nango-functions-locally
Desenvolvedores de software

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.

2 de jun. de 2026
building-nango-functions-remotely
Desenvolvedores de software

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…

2 de jun. de 2026
migrating-nango-deletion-detection
Desenvolvedores de software

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

2 de jun. de 2026
migrating-to-checkpoints
Desenvolvedores de software

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…

2 de jun. de 2026
migrating-to-zero-yaml
Desenvolvedores de software

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…

2 de jun. de 2026
nango-toolbox
Desenvolvedores de software

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.

2 de jun. de 2026
action-builder-skill
Desenvolvedores de software

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

17 de dez. de 2025
integration-patterns-skill
Desenvolvedores de software

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

17 de dez. de 2025
Mostrando 8 de 9 skills coletadas.
adding-nango-provider-support
Desenvolvedores de software

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

18 de dez. de 2025
nango-esm-migration
Desenvolvedores de software

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

27 de nov. de 2025
nango-dry-run
Desenvolvedores de software

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

5 de nov. de 2025
agent-builder
Desenvolvedores de software

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.

30 de out. de 2025
creating-cursor-rules
Desenvolvedores de software

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

30 de out. de 2025
prpm-json-best-practices
Desenvolvedores de software

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

30 de out. de 2025
slash-command-builder
Desenvolvedores de software

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.

30 de out. de 2025
slash-command-builder
Desenvolvedores de software

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.

30 de out. de 2025
Mostrando 8 de 9 skills coletadas.
creating-integration-docs
Desenvolvedores de software

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

14 de ago. de 2026
running-and-testing-locally
Desenvolvedores de software

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

4 de jun. de 2026
creating-database-migrations
Arquitetos de banco de dados

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.

26 de mai. de 2026
creating-skills
Outras ocupações de informática

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

26 de mai. de 2026
ui-visual-debugging
Analistas de garantia de qualidade de software e testadores

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,…

26 de mai. de 2026
agent-builder
Outras ocupações de informática

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.

20 de mar. de 2026
building-and-verifying
Desenvolvedores de software

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

20 de mar. de 2026
running-tests
Analistas de garantia de qualidade de software e testadores

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

20 de mar. de 2026
building-nango-functions-locally
Desenvolvedores de software

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…

14 de ago. de 2026
building-nango-functions-remotely
Desenvolvedores de software

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…

14 de ago. de 2026
building-nango-functions
Desenvolvedores de software

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…

14 de ago. de 2026
migrating-nango-deletion-detection
Desenvolvedores de software

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

14 de ago. de 2026
migrating-to-checkpoints
Desenvolvedores de software

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…

14 de ago. de 2026
Mostrando 4 de 4 repositórios
Todos os repositórios foram exibidos