Agent Skill · Prismatic

migration-framework

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".

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

Skill body

Migration Framework

Standard Integration Schema

The intermediate JSON format that all platform parsers produce. See references/standard-integration-schema.md.

Key sections:

Schema-to-Spec Mapping

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):

Left for live discovery (requires platform interaction):

Confidence Scoring

Per-element confidence:

Overall = weighted average. Drives reviewer focus.

Migration-Aware Code Generation

When migration-schema.json exists in the session, code-plan emits <migration-context>:

See references/migration-code-gen-guide.md for translation patterns.

Key References

Skill frontmatter

version: 1.0.0 user-invocable: false