library/specializations/code-migration-modernization/skills/knowledge-extractor/SKILL.md
Extract tribal knowledge from code, documentation, and commit history to preserve institutional memory
npx skillsauth add a5c-ai/babysitter knowledge-extractorInstall 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.
Extracts tribal knowledge from code comments, commit messages, documentation, and other sources to preserve institutional memory during migration.
Enable knowledge preservation for:
| Tool | Purpose | Integration Method | |------|---------|-------------------| | Sourcegraph | Code search | API | | GitHub API | Commit history | API | | grep/ripgrep | Pattern search | CLI | | Custom NLP | Text analysis | Library | | Confluence API | Wiki extraction | API |
{
"extractionId": "string",
"timestamp": "ISO8601",
"knowledge": {
"comments": [
{
"type": "todo|fixme|note|warning|explanation",
"file": "string",
"line": "number",
"content": "string",
"context": "string"
}
],
"commits": [
{
"hash": "string",
"message": "string",
"author": "string",
"context": "string",
"relatedFiles": []
}
],
"documentation": [],
"businessRules": [],
"glossary": {}
}
}
legacy-code-interpreter: Code understandingdocumentation-generator: Doc creationlegacy-system-archaeologist: Uses for excavationdocumentation-migration-agent: Uses for doc creationdevelopment
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.