The Sequence Portability Translator is a free Claude Skill that converts an outbound cadence between tool schemas using a declarative field-mapping table you supply, with real timing-unit conversion and step-graph validation that catches broken branch references and cycles before you ship the translation.
A field-mapping and validation engine, not a hardcoded converter for any one real vendor’s exact API schema — those change, and vary by API version. You supply the mapping table; this handles the timing math and step-graph integrity checks.
| File | Purpose |
|---|---|
translator.js | convertTimingUnit(), validateStepReferences(), translateCadence() — zero dependencies |
test.js | 26-test suite covering unit conversion, graph validation, field mapping, and strict-mode guardrails |
SKILL.md | Full skill definition, loadable in Claude Code/Desktop |
A real BFS reachability check and DFS cycle detection over the step graph (sequential order + explicit next + conditional branches) before translation, and a documented approximation for business-day timing conversion rather than a silently wrong one. Pass { strict: true } to throw on broken references or cycles instead of shipping a silently broken cadence.
Yes. Free to download and run yourself. MV3 charges $175/hr only for implementation help wiring this into your real source and destination platform APIs.
No. It is a pure function over a cadence object and a mapping table you provide. You still write the code that pulls data from Tool A and pushes it into Tool B.
It uses a documented 7/5 weekend-averaging approximation, since a true conversion requires an actual calendar start date, which this function does not have. The approximation is stated in the code, not hidden.
With { strict: true }, translateCadence() throws immediately if the source cadence has broken branch references or cycles, instead of silently shipping a broken translation with warnings attached.
No. All calculations run entirely in your own environment.
AI Marketing & SEO Automation, All States
AI Content & SEO Infrastructure for B2B companies that want to own their growth channel , not rent it.
(704) 317-2293 Get the Audit →We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
Google Tag Manager simplifies the management of marketing tags on your website without code changes.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
You can find more information in our Cookie Policy and Privacy Policy.