Celigo AI
One-stop shop for building integrations on the Celigo platform with AI.
This repo contains:
- Skills -- domain knowledge for AI coding assistants (Claude Code, Cursor, Codex, and 50+ more)
- MCP Prompts & Resources -- content served by the Celigo MCP server
Install Skills
npx skills add celigo/ai
Install specific skills
# 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
Install as a Plugin
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.
Skills
| 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 |
MCP Prompts & Resources
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.
Prompts
| 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 |
Resources
| Resource | URI |
|---|---|
| API Reference | celigo://resources/api-reference |
| Connector Catalog | celigo://resources/connector-catalog |
| Error Patterns | celigo://resources/error-patterns |
| Glossary | celigo://resources/glossary |
| Tool Usage Guide | celigo://resources/tool-usage-guide |
Adding MCP content
See the MCP README for the frontmatter schema and how the Celigo MCP server consumes these files.
Celigo CLI
The skills reference the Celigo CLI for examples. Install it with:
npm install -g celigo-cli
API and UI alternatives are noted where applicable.
No comments yet
Be the first to share your take.