Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
NangoHQ
GitHub creator profile

NangoHQ

Repository-level view of 30 collected skills across 5 GitHub repositories, including approximate occupation coverage.

skills collected
30
repositories
5
occupation fields
1
updated
2026-05-28
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
ai-ide-prompts
11 skills11updated 2025-12-18
37% of creator
adding-nango-provider-support
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2025-10-30
prpm-json-best-practices
Desenvolvedores de software

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

2025-10-30
slash-command-builder
Desenvolvedores de software

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
Showing top 8 of 11 collected skills in this repository.
#002
skills
8 skills02updated 2026-05-28
27% of creator
building-nango-functions-remotely
sem classificação

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
sem classificação

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
sem classificação

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
sem classificação

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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.6k974updated 2026-05-26
23% of creator
creating-database-migrations
Arquitetos de banco de dados

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Programadores de computadorDesenvolvedores de software

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
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software

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 skills3724updated 2025-12-17
10% of creator
Mostrando 5 de 5 repositorios
Todos os repositorios foram exibidos