library/specializations/domains/science/nanotechnology/skills/tem-image-analyzer/SKILL.md
Transmission Electron Microscopy image analysis skill for nanoparticle size, morphology, and crystallography assessment
npx skillsauth add a5c-ai/babysitter tem-image-analyzerInstall 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.
The TEM Image Analyzer skill provides comprehensive analysis of transmission electron microscopy data for nanomaterial characterization, enabling automated particle detection, size distribution analysis, and crystallographic structure determination.
Particle Detection
Size Measurement
Crystallographic Analysis
{
"image_path": "string",
"analysis_type": "sizing|morphology|crystallography",
"scale_bar": {"length": "number", "pixels": "number"},
"expected_material": "string (for indexing)"
}
{
"particle_statistics": {
"count": "number",
"mean_size": "number (nm)",
"std_dev": "number (nm)",
"size_distribution": {"bins": [], "counts": []}
},
"morphology": {
"shapes": [{"type": "string", "fraction": "number"}],
"aspect_ratio": "number"
},
"crystallography": {
"phase": "string",
"d_spacings": ["number (nm)"],
"zone_axis": "string"
}
}
development
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.