Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
NangoHQ
GitHub 创作者资料

NangoHQ

按仓库查看 5 个 GitHub 仓库中的 30 个已收集 skills,并展示近似职业覆盖。

已收集 skills
30
仓库
5
职业领域
1
更新
2026-05-28
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
ai-ide-prompts
11 个 skills11更新于 2025-12-18
占该创作者 37%
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-05
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
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
当前展示该仓库 Top 8 / 11 个已收集 skills。
#002
skills
8 个 skills02更新于 2026-05-28
占该创作者 27%
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 actions or syncs remotely via API or single-file payloads. This content overlaps with building-nango-functions but adds remote API workflow details, so load this instead of building-nango-functions whenever remote, API, /functions/compile, /functions/dryruns, /functions/deployments, or no local project workflow is indicated.

2026-05-28
quickstart
未分类

Copy-pasteable Nango quickstart prompt for agents. Guides brand-new Nango customers from signup through API key setup, integration setup, connection authorization, and action/sync next steps. Use for first Nango integration walkthroughs.

2026-05-28
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 or syncs locally in a repo. This content overlaps with building-nango-functions but adds CLI workflow details, so load this instead of building-nango-functions whenever a local project, local files, Nango root, CLI, dryrun, generated tests, or nango deploy workflow is indicated.

2026-05-26
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 checked-out project via CLI or through Nango remote APIs. Do not load when building-nango-functions-locally or building-nango-functions-remotely applies; those skills overlap with this content and add workflow-specific validation and deploy details.

2026-05-26
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-05-25
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 getCheckpoint/saveCheckpoint/clearCheckpoint after every batchSave (including inside paginate loops), test dryruns with --checkpoint, and fix deletion handling for checkpointed incremental or full syncs.

2026-05-18
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-04-01
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 still has `nango.yaml` and needs manual Zero YAML migration.

2026-04-01
#003
nango
7 个 skills9.6k974更新于 2026-05-26
占该创作者 23%
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-05-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-05-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, visible-browser, or Accessibility tree inspection.

2026-05-26
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-05-04
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-04-14
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-03-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-03-20
#004
integration-templates
3 个 skills3724更新于 2025-12-17
占该创作者 10%
已展示 5 / 5 个仓库
已展示全部仓库