migration

migration is a skill for Claude Code, Codex from Cumulocity-IoT/cumulocity-skills. It costs 98 tokens per session (2,188 once invoked), scanned A, original, Apache-2.0.

A step-by-step guide for moving a Cumulocity Web SDK application from one version to another. It checks breaking changes, creates a clean reference app at the target version, compares key configuration files, and checks code quality.

In plain words
What is it for?
Use it to migrate a Cumulocity Web SDK app, compare its configuration with a target-version reference, and verify the finished code.
Why use it?
It makes version changes easier to track and exposes incompatibilities that could otherwise cause migration failures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md; mentions Codex.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/user/my-c8y-app.

Good fit Use it to migrate a Cumulocity Web SDK app, compare its configuration with a target-version reference, and verify the finished code.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migration

README.md
[![agentmods](https://agentmods.dev/badge/skills/cumulocity-iot/cumulocity-skills/migration/github.svg)](https://agentmods.dev/skills/cumulocity-iot/cumulocity-skills/migration)
Your own site
<a href="https://agentmods.dev/skills/cumulocity-iot/cumulocity-skills/migration"><img src="https://agentmods.dev/badge/skills/cumulocity-iot/cumulocity-skills/migration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for migration

Your own site · 80×15
<a href="https://agentmods.dev/skills/cumulocity-iot/cumulocity-skills/migration"><img src="https://agentmods.dev/badge/skills/cumulocity-iot/cumulocity-skills/migration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,188 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.02188
Opus 5 $0.00049 $0.01094
Sonnet 5 $0.00020 $0.00438
Haiku 4.5 $0.00010 $0.00219

Measured 12d ago against content hash 24df7326cceb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

migration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/migration/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cumulocity Web SDK Migration Skill

Overview

This skill guides you through a full migration of a Cumulocity Web SDK application from one version to another. It combines three tools into a single repeatable workflow:

  1. ui-breaking-changes-cli — detect every breaking change between the two SDK versions
  2. new-app skill — scaffold a clean reference project at the target version
  3. code-quality-analysis skill — verify the migrated code meets quality standards

Prerequisites

Before starting, identify:

Variable Description Example
FROM_VERSION Your current @c8y/ngx-components version y2025-lts, 1021.22.50
TO_VERSION The target SDK version y2026-lts, cd
PROJECT_ROOT Absolute path to the app you are migrating /home/user/my-c8y-app

To find your current version:

cat package.json | grep '@c8y/ngx-components'

Step 1 — Detect Breaking Changes

Use the ui-breaking-changes-cli to get a full report of everything that changed between your current and target versions.

Install the CLI

Download the latest .tgz from the GitHub Releases page, then extract and run it directly — no global install required:

tar -xzf c8y-breaking-changes-cli-v*.*.*.tgz

Alternatively, build from source:

git clone https://github.com/Cumulocity-IoT/ui-breaking-changes-cli.git
cd ui-breaking-changes-cli
pnpm install
pnpm build

Run the report

The CLI accepts several version alias formats for --from and --to:

Format Examples
LTS alias y2025-lts, y2026-lts
Year alias y2025, y2026
Minor / stable line 1021, 1023, 1021.22
Full patch version 1021.22.145, 1023.13.2
Continuous delivery cd — resolves to the current latest tag on npm

Version format: use the y-prefixed dist-tag form (y2026-lts) — this is what npm dist-tags @c8y/websdk will show and what the breaking-changes-cli resolves against. The un-prefixed form (2026-lts) is also accepted by the CLI but is not a real npm tag.

Read the full file on GitHub · 252 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 252 lines · 98 tokens per session scan A 24df7326cceb

Subscribe to this mod's changes

migration is a skill published in the GitHub repository Cumulocity-IoT/cumulocity-skills (5 stars, last pushed 10d ago), licensed Apache-2.0. It adds 98 tokens to every session and 2,188 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

deprecation-and-migration

Manages safe API deprecation and system migrations. Use when removing or changing existing APIs, migrating databases, upgrading dependencies, or migrating between architectural patterns without breaking existing consumers.

vanja-emichi/a0_agent_skills · 40 tokens

migration-planner

Plan and execute framework, language, or infrastructure migrations safely: version upgrades, framework swaps, API changes.

JansenAnalytics/claudex · 25 tokens

next-upgrade

Upgrade Next.js to the latest version following official migration guides and codemods.

zebbern/termstack · 19 tokens

angular-migration-v2

Angular Migration workflow skill. Use this skill when the user needs Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration and the operator should preserve the upstream workflow, copied support files, and provenance before merging or…

diegosouzapw/awesome-omni-skills · 60 tokens

epistemic-graph-migrations

Upgrade and migrate a live epistemic-graph engine (the AI-native database): binary version flips, the one-time snapshot/.mp -> redb authoritative migration, config/env migrations (e.g. retired GRAPHBACKEND values), and on-disk data-format evolution (bi-temporal fields, persisted blobs). Use when raising the engine…

Knuckles-Team/epistemic-graph · 87 tokens

Breaking Change Detector

Compares two versions of a codebase or API and flags all breaking changes with migration hints.

Notysoty/openagentskills · 23 tokens