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 件のリポジトリを表示
すべてのリポジトリを表示しました