library/specializations/code-migration-modernization/skills/legacy-code-interpreter/SKILL.md
Understand and document legacy code behavior through deep analysis and behavior characterization
npx skillsauth add a5c-ai/babysitter legacy-code-interpreterInstall 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.
Deep analysis and interpretation of legacy code to understand undocumented behavior, extract business logic, and characterize system functionality.
Enable legacy code understanding for:
| Tool | Purpose | Integration Method | |------|---------|-------------------| | Understand (SciTools) | Deep analysis | CLI / API | | Lattix | Architecture analysis | CLI | | CodeScene | Behavioral analysis | API | | Sourcetrail | Code exploration | CLI | | ast-grep | Pattern matching | MCP / CLI |
{
"analysisId": "string",
"timestamp": "ISO8601",
"interpretation": {
"businessLogic": [
{
"name": "string",
"location": "string",
"description": "string",
"pseudoCode": "string",
"inputs": [],
"outputs": [],
"sideEffects": []
}
],
"controlFlow": {
"entryPoints": [],
"stateMachines": [],
"criticalPaths": []
},
"dataFlow": {
"transformations": [],
"stateChanges": []
},
"undocumented": []
}
}
static-code-analyzer: Structural analysisknowledge-extractor: Documentation mininglegacy-system-archaeologist: Uses for excavationdevelopment
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.