Skip to main content
NangoHQ
ملف منشئ GitHub

NangoHQ

عرض على مستوى المستودعات لـ ٣١ skills مجمعة عبر ٤ مستودعات GitHub.

skills مجمعة
٣١
مستودعات
٤
محدث
١٤ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و 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.

٢ يونيو ٢٠٢٦
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…

٢ يونيو ٢٠٢٦
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.

٢ يونيو ٢٠٢٦
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…

٢ يونيو ٢٠٢٦
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…

٢ يونيو ٢٠٢٦
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.

٢ يونيو ٢٠٢٦
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

١٧ ديسمبر ٢٠٢٥
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.

١٧ ديسمبر ٢٠٢٥
عرض 8 من أصل ٩ skills مجمعة.
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

١٨ ديسمبر ٢٠٢٥
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

٢٧ نوفمبر ٢٠٢٥
nango-dry-run
مطوّرو البرمجيات

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

٥ نوفمبر ٢٠٢٥
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.

٣٠ أكتوبر ٢٠٢٥
creating-cursor-rules
مطوّرو البرمجيات

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

٣٠ أكتوبر ٢٠٢٥
prpm-json-best-practices
مطوّرو البرمجيات

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

٣٠ أكتوبر ٢٠٢٥
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.

٣٠ أكتوبر ٢٠٢٥
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.

٣٠ أكتوبر ٢٠٢٥
عرض 8 من أصل ٩ skills مجمعة.
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

١٤ أغسطس ٢٠٢٦
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

٤ يونيو ٢٠٢٦
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.

٢٦ مايو ٢٠٢٦
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

٢٦ مايو ٢٠٢٦
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,…

٢٦ مايو ٢٠٢٦
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.

٢٠ مارس ٢٠٢٦
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

٢٠ مارس ٢٠٢٦
running-tests
محللو ضمان جودة البرمجيات والمختبرون

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

٢٠ مارس ٢٠٢٦
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…

١٤ أغسطس ٢٠٢٦
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…

١٤ أغسطس ٢٠٢٦
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…

١٤ أغسطس ٢٠٢٦
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.

١٤ أغسطس ٢٠٢٦
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…

١٤ أغسطس ٢٠٢٦
عرض ٤ من أصل ٤ مستودعات
تم تحميل كل المستودعات