celigo/ai

Domain knowledge and tools for building Celigo integrations with AI coding assistants.

3Stars on the repository
32Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

building-apis

01

celigo/ai

Skill Claude CodeCodex

Build Celigo APIs -- custom HTTP endpoints that let external systems push or query data synchronously through Celigo integrations. Use when creating APIs, proxying authenticated requests, or exposing lookup/write operations as a REST interface that returns a structured response.

3 4d ago A 52 tokens original MIT

building-b2b

02

celigo/ai

Skill Claude CodeCodex

Build Celigo B2B Manager EDI integrations -- trading partner onboarding, EDI profiles, file definitions, X12/EDIFACT flow patterns, and transaction monitoring. Use when onboarding partners, editing EDI flows, setting up parsing rules, or monitoring document exchange.

3 4d ago A 60 tokens original MIT

building-flows

03

celigo/ai

Skill Claude CodeCodex

Build Celigo flows -- pipelines that move data from source systems to destination systems on a schedule or in response to events. Covers scheduling, chaining, error management, and abstract/instance templating. Use when creating, editing, or debugging flows.

3 4d ago A 53 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Build Celigo MCP server resources -- endpoints that expose Tools and builder-mode APIs to external AI agents and MCP clients. Use when creating MCP servers, linking tools or APIs, or configuring annotations and overrides.

3 4d ago A 46 tokens original MIT

building-tools

05

celigo/ai

Skill Claude CodeCodex

Build Celigo tool resources -- reusable building blocks that encapsulate lookups, imports, transforms, and branching behind input/output contracts. Callable from flows, APIs, AI agents, MCP servers, and other tools. Use when creating tools, adding steps, or configuring routing.

3 4d ago A 57 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Configure Celigo AI agent and guardrail imports -- LLM-powered steps that classify, extract, validate, or generate data within flows. Use when creating agent imports (OpenAI, Gemini), guardrails (PII, moderation), or configuring prompts, structured output, or BYOK connections.

3 4d ago A 64 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Configure Celigo connections and iClients -- credential and configuration objects that authenticate to external systems. Use when creating or editing connections, choosing auth methods, setting up OAuth, managing iClients (shared credential stores), or troubleshooting connectivity.

3 4d ago A 50 tokens original MIT

configuring-exports

08

celigo/ai

Skill Claude CodeCodex

Configure Celigo export resources -- the data source step that fetches records from external systems. Use when creating or editing exports, choosing the right adaptor type for a target application, setting up delta/incremental syncs, webhooks, file transfers, or lookups.

3 4d ago A 59 tokens original MIT

configuring-filters

09

celigo/ai

Skill Claude CodeCodex

Configure Celigo filter rules on exports, imports, and flow branches that control which records continue through the pipeline. Use when adding filters, setting branch routing conditions, or choosing between expression and script filters.

3 4d ago A 45 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Configure Celigo guardrail resources -- safety and compliance checks that validate data flowing through integrations. Use when creating or editing guardrails for PII detection, content moderation, or AI-based evaluation rules.

3 4d ago A 45 tokens original MIT

configuring-imports

11

celigo/ai

Skill Claude CodeCodex

Configure Celigo imports -- the destination step that writes records to external systems. Use when creating imports, choosing the adaptor type, setting up field mappings, lookups, upsert logic, AI agent imports, or file-based imports.

3 4d ago A 51 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Configure Celigo lookup cache resources -- in-memory key-value stores used for fast lookups, deduplication, cross-reference resolution, and state tracking during flow execution. Use when creating caches, loading data, referencing caches in import lookups, or managing cache lifecycle.

3 4d ago A 60 tokens original MIT

getting-started

13

celigo/ai

Skill Claude CodeCodex

Orientation for Celigo integrations -- core concepts, build order, account discovery, planning discipline, sandbox awareness, and which skill to use for each task. Start here when the task is unclear or the user is new to Celigo.

3 4d ago A 50 tokens original MIT

managing-api-tokens

14

celigo/ai

Skill Claude CodeCodex

Manage Celigo API tokens (the accesstoken resource) -- bearer credentials that authenticate inbound programmatic calls into integrator.io's REST API, custom APIs, and MCP servers. Covers personal access tokens (PATs) versus account-level API tokens, least-privilege scoping versus full access, the revoke-before-delete…

3 4d ago A 122 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Manage Celigo integrations -- the named containers that group flows, APIs, Tools, connections, scripts, and settings so a body of automation is organized, secured, and evolved as one unit. Covers plain integrations vs Integration Apps, parent/child hierarchies, cloning with connection remap, moving resources between…

3 4d ago A 120 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Manage Celigo on-premise agents -- lightweight software you install on a host inside your own network that opens a secure OUTBOUND tunnel to integrator.io, letting the platform reach private systems (on-prem databases, file shares, internal apps) without opening inbound firewall ports. An on-premise agent is a…

3 4d ago A 123 tokens original MIT

managing-stacks

17

celigo/ai

Skill Claude CodeCodex

Configure Celigo stacks -- pointers to your own compute environment (a self-hosted server or an AWS lambda) where Celigo runs extension code (script hooks and connector wrappers) instead of on its hosted JavaScript runtime. A stack stores the address and credentials of that runtime, not the code itself. Use when…

3 4d ago A 107 tokens original MIT

managing-users

18

celigo/ai

Skill Claude CodeCodex

Manage Celigo account users -- inviting users, updating permissions, configuring access levels (administrator, manage, monitor, integration-only), enforcing MFA/SSO, and disabling accounts. Use when adding team members, changing permissions, auditing access, or managing user lifecycle.

3 4d ago A 56 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Diagnose and resolve Celigo flow failures -- total failures, partial errors, stuck jobs, empty runs, and performance issues. Use when a flow is failing, producing errors, returning no data, or running slowly.

3 4d ago A 49 tokens original MIT

celigo/ai

Skill Claude CodeCodex

Find, install, and reuse pre-built integration blueprints from the Celigo Marketplace -- Templates (unlocked, fully editable, no ongoing updates) and Integration Apps (vendor-maintained, upgrade-protected, receive updates). Covers whole-template install versus copying a single element, how connections are mapped…

3 4d ago A 115 tokens original MIT

writing-handlebars

21

celigo/ai

Skill Claude CodeCodex

Write Handlebars template expressions for Celigo integrations -- dynamic values in mappings, HTTP bodies, SQL queries, URIs, and filters. Use when building any resource configuration that needs computed, conditional, or formatted field values.

3 4d ago A 50 tokens original MIT

writing-mappings

22

celigo/ai

Skill Claude CodeCodex

Write field mappings and transforms in Celigo integrations. Covers Mapper 2.0 (imports), Transformation 2.0 (exports), lookups, response mapping, and Mapper 1.0 (NetSuite/Salesforce). Use when editing mappings[], transform{}, responseMapping, or lookup configurations.

3 4d ago A 64 tokens original MIT

writing-scripts

23

celigo/ai

Skill Claude CodeCodex

Write Celigo JavaScript hook scripts -- preSavePage, preMap, postMap, postSubmit, postResponseMap, filter, transform, branching, handleRequest. Use when creating or editing scripts, choosing the right hook point, understanding input/output data shapes, or debugging script behavior.

3 4d ago A 62 tokens original MIT

writing-sql

24

celigo/ai

Skill Claude CodeCodex

Write SQL queries for Celigo RDBMS exports and imports -- SELECT, INSERT, UPDATE, UPSERT, MERGE, delta, once, and bulk operations across Snowflake, Postgres, MySQL, SQL Server, Oracle, BigQuery, and Redshift. Use when editing rdbms.query or troubleshooting SQL errors.

3 4d ago A 70 tokens original MIT