library/specializations/domains/science/nanotechnology/skills/nanoparticle-synthesis-optimizer/SKILL.md
Synthesis parameter optimization skill for metal, semiconductor, and oxide nanoparticle production with automated protocol generation and reproducibility validation
npx skillsauth add a5c-ai/babysitter nanoparticle-synthesis-optimizerInstall 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 Nanoparticle Synthesis Optimizer skill provides systematic optimization of synthesis parameters for metal, semiconductor, and oxide nanoparticle production, enabling reproducible synthesis protocols with controlled size, morphology, and surface chemistry.
Precursor Selection
Temperature Programming
Surfactant Systems
{
"target_material": "string",
"target_size": "number (nm)",
"target_morphology": "sphere|rod|cube|plate",
"size_tolerance": "number (%)",
"synthesis_method": "thermal_decomposition|hot_injection|coprecipitation"
}
{
"optimized_protocol": {
"precursors": [{"name": "string", "concentration": "number"}],
"temperature_profile": [{"temp": "number", "duration": "number"}],
"surfactants": [{"name": "string", "ratio": "number"}]
},
"predicted_outcomes": {
"size": "number (nm)",
"size_distribution": "number (%)",
"yield": "number (%)"
}
}
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.