From prismatic-skills
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/prismatic-skills:migration-frameworkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The intermediate JSON format that all platform parsers produce. See `references/standard-integration-schema.md`.
The intermediate JSON format that all platform parsers produce. See references/standard-integration-schema.md.
Key sections:
The schema-to-answers script maps schema fields to the integration YAML spec items.
See references/schema-to-requirements-mapping.md.
Pre-populated (from parsed export — confirmed by user via proposal):
systems, trigger_type, schedule_value, data_flowsource_system, destination_systemtransformations, error_handler_type, error_retry_*additional_requirements (includes Groovy scripts for translation)Left for live discovery (requires platform interaction):
source_component, destination_component — live registry search*_connection_type, *_connection — live connection search + user decisionflow_count, flow_definitions — confirmed by userPer-element confidence:
Overall = weighted average. Drives reviewer focus.
When migration-schema.json exists in the session, code-plan emits <migration-context>:
See references/migration-code-gen-guide.md for translation patterns.
references/standard-integration-schema.md — Full schema definition with examplesreferences/schema-to-requirements-mapping.md — Spec item ID mappingreferences/migration-code-gen-guide.md — API profiles, script translation, field mapping patternsnpx claudepluginhub prismatic-io/prismatic-skills --plugin prismatic-skillsThis 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".
Generates system-to-system API connectors with authentication (OAuth, API key, JWT), rate limit handling, data mapping, error recovery with circuit breakers, and sync monitoring.
Creates and validates OmniStudio Integration Procedures with 110-point scoring. Useful for building server-side process orchestrations combining Data Mapper actions, Apex Remote Actions, HTTP callouts, and conditional logic.