From prismatic-skills
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/prismatic-skills:boomi-migrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Knowledge for analyzing Dell Boomi Component XML exports and converting them to the standard integration schema for Prismatic CNI migration.
Knowledge for analyzing Dell Boomi Component XML exports and converting them to the standard integration schema for Prismatic CNI migration.
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
[0010] MAIN - Dacra Interface__process__8b67b542-c021-401f-8a84-6f3819d4d778.xmlComponent types found in exports:
process - Workflows/orchestrations with shapes (steps) and connectionsconnector-settings - Connection configurations (HTTP, database, etc.)connector-action - API operations (GET, POST, etc.)transform.map - Data transformation maps with field mappings and functionsprofile.json / profile.xml / profile.flatfile - Data structure definitionscrossref - Cross-reference lookup tablesprocessproperty - Configurable process propertiesdocumentcache - In-memory document cachingscript.mapping / script.processing - Groovy scriptstransform.function - User-defined reusable functionsUse 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.
See references/boomi-concepts-mapping.md for the complete shape-by-shape conversion table mapping Boomi shapes to Prismatic CNI equivalents.
Key mappings:
When analyzing a Boomi export:
MAIN or [MAIN] in process names[OTEL], [Monitoring], or [MONITORING] prefixesnpx claudepluginhub prismatic-io/prismatic-skills --plugin prismatic-skillsDevelops and deploys Boomi integrations, APIs, and platform services including Event Streams, Flow Services, and web service endpoints. Use when building, modifying, or deploying Boomi components (processes, profiles, connections, operations, maps, API components, EDI, Flow Services). Handles bi-directional sync, deployment automation, testing, and provides comprehensive Boomi reference documentation for complete solution development.
Core knowledge for migrating integrations from other platforms (Boomi, Cyclr) to Prismatic Code Native Integrations. Provides the standard integration schema, schema-to-spec mapping, confidence scoring, and migration-aware code generation patterns. Use when the user says "migrate", "convert from Boomi/Cyclr", "parse this export".
Creates and validates OmniStudio Data Mapper configurations (Extract, Transform, Load, Turbo Extract) with field mapping, query optimization, and 100-point scoring.