← all publishers

NangoHQ

@nangohq-nango source repo

8 published skills

  1. Running Tests · nangohq-nango
    Use when running tests in the Nango monorepo - knows unit vs integration configs, vitest commands, Docker setup, and common test patterns
    1 install
  2. Adding Audit Events · nangohq-nango
    Use when adding or changing an audited Nango endpoint, or deciding one shouldn't be audited - covers the vocabulary table, metadata typing, spec placement, mount ordering, and the webapp filter list
    1 install
  3. UI Visual Debugging · nangohq-nango
    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.
    1 install
  4. Creating Skills · nangohq-nango
    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
    1 install
  5. Building And Verifying · nangohq-nango
    Use when building the Nango monorepo or verifying TypeScript compilation - covers build commands, project references, common tsc errors, and package dependency order
    1 install
  6. Creating Integration Docs · nangohq-nango
    Use when adding or editing Nango integration documentation - creates and maintains integration pages, setup guides, connect guides, navigation, and provider metadata following established patterns
    1 install
  7. Running And Testing Locally · nangohq-nango
    Use when running the Nango application locally for development and browser testing - covers Docker services, dev commands, service URLs, and troubleshooting startup issues
    1 install
  8. Creating Database Migrations · nangohq-nango
    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.
    1 install