library/specializations/code-migration-modernization/skills/framework-compatibility-checker/SKILL.md
Check codebase compatibility with target framework versions and generate migration paths
npx skillsauth add a5c-ai/babysitter framework-compatibility-checkerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Checks codebase compatibility with target framework versions, identifies breaking changes, and recommends migration paths.
Enable framework upgrade assessment for:
| Tool | Framework | Integration Method | |------|-----------|-------------------| | Angular Update Guide | Angular | Web / API | | React Codemod | React | CLI | | Next.js Upgrade | Next.js | CLI | | Spring Boot Migrator | Spring | CLI | | Vue Migration Guide | Vue | Web / CLI | | .NET Upgrade Assistant | .NET | CLI |
{
"analysisId": "string",
"timestamp": "ISO8601",
"current": {
"framework": "string",
"version": "string"
},
"target": {
"framework": "string",
"version": "string"
},
"compatibility": {
"compatible": "boolean",
"breakingChanges": [
{
"type": "string",
"description": "string",
"locations": [],
"migration": "string",
"effort": "string"
}
],
"deprecations": [],
"removedApis": []
},
"migrationPath": {
"steps": [],
"intermediateVersions": [],
"estimatedEffort": "string"
},
"risk": {
"score": "number",
"factors": []
}
}
codemod-executor: Automated fixesdependency-updater: Dependency upgradesframework-upgrade-specialist: Upgrade executiondevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.