Agent Skill · Prismatic

boomi-migration

This skill should be used when the user needs to analyze a Dell Boomi export, parse Boomi Component XML files, migrate from Boomi to Prismatic, convert Boomi processes to CNI flows, map Boomi shapes to Prismatic equivalents, or interpret Boomi connector settings, transform maps, and process properties. Relevant when the user says "analyze this Boomi export", "migrate from Boomi", "parse Boomi XML", "convert Boomi process to Prismatic", or "what does this Boomi shape map to".

Provider: Prismatic Path in repo: plugin/skills/boomi-migration/SKILL.md

Skill body

Boomi Migration

Knowledge for analyzing Dell Boomi Component XML exports and converting them to the standard integration schema for Prismatic CNI migration.

Boomi Export Format

Boomi exports are directories of XML files, each representing a single component. Each file uses the bns:Component wrapper from the http://api.platform.boomi.com/ namespace.

File naming convention: <name>__<type>__<subType>__<componentId>.xml

Component types found in exports:

Parser

Use prismatic-tools parse-export to deterministically extract structured data from the export directory. The parser handles all XML parsing and outputs JSON. See references/boomi-export-parsing.md for interpreting the output.

# Full output
prismatic-tools parse-export <export-directory> --platform boomi

# Summary mode (condensed overview for quick scope assessment)
prismatic-tools parse-export <export-directory> --platform boomi --summary

Efficient reading strategy: For large exports, use --summary first to understand the scope (process names, system names, endpoint paths, profile field counts). Then read the full output selectively — start with processes and connectors, only read profiles and transforms when needed.

Shape Type Mapping

See references/boomi-concepts-mapping.md for the complete shape-by-shape conversion table mapping Boomi shapes to Prismatic CNI equivalents.

Key mappings:

Analysis Workflow

When analyzing a Boomi export:

  1. Run the parser script to get structured JSON
  2. Identify the MAIN process - Look for MAIN or [MAIN] in process names
  3. Separate monitoring from business logic - Exclude processes with [OTEL], [Monitoring], or [MONITORING] prefixes
  4. Trace the shape graph - Follow dragpoint connections from the start shape to understand flow
  5. Identify systems - Connection settings reveal source/destination systems
  6. Analyze transformations - Transform maps show field mappings and functions
    • Ensure all Groovy script source code from script.mapping, script.processing, and transform.function components is carried into the schema — not just metadata
  7. Extract config variables - Overrideable process properties and connection fields become configVars
  8. Assess confidence - Rate each migration element based on concept mapping complexity
  9. Produce standard schema - Assemble findings into the standard integration schema JSON

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/boomi-migration"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.