NangoHQ

20 mods across 2 repositories, 12k stars between them.

agent-builder

01

NangoHQ/nango

Skill Claude CodeCodex

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.

12k 2d ago A 40 tokens

NangoHQ/nango

Skill Claude CodeCodex

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

12k 2d ago A 36 tokens

NangoHQ/nango

Skill Claude CodeCodex

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.

12k 2d ago A 44 tokens

NangoHQ/nango

Skill Claude CodeCodex

Use when adding or editing Nango integration documentation - creates and maintains integration pages, setup guides, connect guides, navigation, and provider metadata following established patterns.

12k 2d ago A 36 tokens

creating-skills

05

NangoHQ/nango

Skill Claude CodeCodex

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.

12k 2d ago A 37 tokens

NangoHQ/nango

Skill Claude CodeCodex

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

12k 2d ago A 35 tokens

running-tests

07

NangoHQ/nango

Skill Claude CodeCodex

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

12k 2d ago A 32 tokens

ui-visual-debugging

08

NangoHQ/nango

Skill Claude CodeCodex

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.

12k 2d ago A 64 tokens

nango-docs-migrator

09

NangoHQ/nango

Agent Claude Code

Migrates Nango integration documentation from old tabbed format to new simplified structure with separate guide pages and pre-built syncs sections.

12k 2d ago A 33 tokens

nango AGENTS.md

10

NangoHQ/nango

Instructions file CodexOpenCode

AGENTS.md instructions for NangoHQ/nango, covering linting & formatting, running nango locally, running the webapp dev server, multiple worktrees (local backend) and remote api.

12k 2d ago A 606 tokens

nango CLAUDE.md

11

NangoHQ/nango

Instructions file

Claude Code instructions for NangoHQ/nango, a project described as: Build product integrations with AI.

12k 2d ago A 3 tokens

nango

12

NangoHQ/skills

Plugin Claude Code

Claude Code plugin that exposes skills for building and migrating Nango functions.

2 11d ago A tokens not measured

NangoHQ/skills

Skill Claude CodeCodex

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…

2 11d ago A 122 tokens

NangoHQ/skills

Skill Claude CodeCodex

Builds Nango Functions without a checked-out Nango project by using the Nango /functions compile, dryrun, dryrun status, and deployment APIs with NANGOSERVERURL and NANGOSECRETKEY. Use when creating, updating, validating, testing, or deploying Nango actions or syncs remotely via API or single-file payloads. This…

2 11d ago A 131 tokens

NangoHQ/skills

Skill Claude CodeCodex

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

2 11d ago A 105 tokens

NangoHQ/skills

Skill Claude CodeCodex

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 11d ago A 53 tokens

NangoHQ/skills

Skill Claude CodeCodex

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…

2 11d ago A 94 tokens

NangoHQ/skills

Skill Claude CodeCodex

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.

2 11d ago A 85 tokens

nango-toolbox

19

NangoHQ/skills

Skill Claude CodeCodex

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 11d ago A 57 tokens

quickstart

20

NangoHQ/skills

Skill Claude CodeCodex

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.

2 11d ago A 50 tokens