By celigo
Build integrations on the Celigo platform with AI -- 19 skills covering flows, connections, exports/imports, mappings, scripts, B2B/EDI, AI agents, APIs, and troubleshooting.
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.
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.
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.
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.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
One-stop shop for building integrations on the Celigo platform with AI.
This repo contains:
npx skills add celigo/ai
# List available skills
npx skills add celigo/ai --list
# Install one skill
npx skills add celigo/ai --skill getting-started
# Install to a specific agent
npx skills add celigo/ai --skill configuring-exports -a claude-code
This repo is also a native plugin marketplace for Claude Code and Cursor, bundling all of the skills below.
Claude Code -- in the app, or with the claude CLI:
/plugin marketplace add celigo/ai
/plugin install celigo@celigo
Cursor -- install Celigo from the Cursor plugin marketplace (Settings -> Plugins). Team admins can add this repo directly under Team Marketplaces.
For Codex and 50+ other agents, use the skills install above.
| Skill | Description |
|---|---|
| getting-started | Core concepts, build order, account discovery, and which skill to use |
| configuring-connections | Credentials, auth methods, OAuth, iClients |
| configuring-exports | Data source steps -- REST, SOAP, database, file, webhook, delta sync |
| configuring-imports | Data destination steps -- mappings, lookups, upsert logic |
| building-flows | Pipelines wiring exports to imports -- scheduling, chaining, error management |
| building-apis | Custom HTTP endpoints for synchronous external access |
| building-tools | Reusable operations callable from flows, APIs, agents, and MCP servers |
| building-mcp-servers | MCP endpoints exposing tools to external AI agents |
| building-b2b | EDI integrations -- trading partners, X12/EDIFACT, file definitions |
| configuring-ai-agents | LLM-powered import steps (OpenAI, Gemini) and guardrails |
| configuring-filters | Expression and script filters on exports, imports, and branches |
| configuring-guardrails | PII detection, content moderation, AI-based validation |
| configuring-lookup-caches | In-memory key-value stores for fast lookups and dedup |
| managing-users | User invitations, permissions, MFA/SSO, access levels |
| troubleshooting-flows | Diagnosing failures, partial errors, stuck jobs, empty runs |
| writing-mappings | Mapper 2.0, Transformation 2.0, lookups, response mapping |
| writing-handlebars | Dynamic template expressions for mappings, URIs, SQL, filters |
| writing-scripts | JavaScript hooks -- preSavePage, preMap, postMap, postSubmit |
| writing-sql | SQL for RDBMS exports/imports across Snowflake, Postgres, MySQL, and more |
The mcp/ directory contains prompts and resources served by the Celigo MCP server via the MCP protocol's prompts/list, prompts/get, resources/list, and resources/read endpoints.
| Prompt | Description |
|---|---|
| getting-started | Orientation for the Celigo MCP server -- core concepts, build order, tool inventory |
| plan-new-integration | Plan a new integration from requirements |
| review-flow-config | Review an existing flow configuration |
| troubleshoot-flow | Diagnose a failing or misbehaving flow |
| diagnose-connection | Troubleshoot connection issues |
| audit-account-health | Audit account health and find issues |
| writing-handlebars | Write Handlebars template expressions |
| writing-sql | Write SQL for RDBMS exports and imports |
npx claudepluginhub celigo/ai --plugin celigoMemory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Editorial "Web Designer" bundle for Claude Code from Antigravity Awesome Skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns