Skip to main content
NangoHQ
GitHub 제작자 프로필

NangoHQ

4개 GitHub 저장소에서 수집된 31개 skills를 저장소 단위로 보여줍니다.

수집된 skills
31
저장소
4
업데이트
2026년 8월 14일
저장소 탐색

저장소와 대표 skills

building-nango-functions-locally
소프트웨어 개발자

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.

2026년 6월 2일
building-nango-functions-remotely
소프트웨어 개발자

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…

2026년 6월 2일
migrating-nango-deletion-detection
소프트웨어 개발자

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

2026년 6월 2일
migrating-to-checkpoints
소프트웨어 개발자

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…

2026년 6월 2일
migrating-to-zero-yaml
소프트웨어 개발자

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…

2026년 6월 2일
nango-toolbox
소프트웨어 개발자

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.

2026년 6월 2일
action-builder-skill
소프트웨어 개발자

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

2025년 12월 17일
integration-patterns-skill
소프트웨어 개발자

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

2025년 12월 17일
수집된 skill 9개 중 8개를 표시합니다.
adding-nango-provider-support
소프트웨어 개발자

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

2025년 12월 18일
nango-esm-migration
소프트웨어 개발자

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

2025년 11월 27일
nango-dry-run
소프트웨어 개발자

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

2025년 11월 5일
agent-builder
소프트웨어 개발자

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.

2025년 10월 30일
creating-cursor-rules
소프트웨어 개발자

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

2025년 10월 30일
prpm-json-best-practices
소프트웨어 개발자

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

2025년 10월 30일
slash-command-builder
소프트웨어 개발자

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.

2025년 10월 30일
slash-command-builder
소프트웨어 개발자

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.

2025년 10월 30일
수집된 skill 9개 중 8개를 표시합니다.
creating-integration-docs
소프트웨어 개발자

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

2026년 8월 14일
running-and-testing-locally
소프트웨어 개발자

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

2026년 6월 4일
creating-database-migrations
데이터베이스 아키텍트

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.

2026년 5월 26일
creating-skills
기타 컴퓨터 관련 직업

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

2026년 5월 26일
ui-visual-debugging
소프트웨어 품질 보증 분석가·테스터

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

2026년 5월 26일
agent-builder
기타 컴퓨터 관련 직업

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.

2026년 3월 20일
building-and-verifying
소프트웨어 개발자

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

2026년 3월 20일
running-tests
소프트웨어 품질 보증 분석가·테스터

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

2026년 3월 20일
building-nango-functions-locally
소프트웨어 개발자

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…

2026년 8월 14일
building-nango-functions-remotely
소프트웨어 개발자

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…

2026년 8월 14일
building-nango-functions
소프트웨어 개발자

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…

2026년 8월 14일
migrating-nango-deletion-detection
소프트웨어 개발자

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

2026년 8월 14일
migrating-to-checkpoints
소프트웨어 개발자

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…

2026년 8월 14일
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다