library/specializations/domains/science/nanotechnology/skills/materials-database-querier/SKILL.md
Materials database query skill for accessing structure and property data from multiple repositories
npx skillsauth add a5c-ai/babysitter materials-database-querierInstall 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 Materials Database Querier skill provides unified access to multiple materials databases for structure and property retrieval, enabling comprehensive materials search and data aggregation across repositories.
Query Design
Data Retrieval
Data Processing
{
"query_type": "composition|structure|property",
"databases": ["materials_project", "aflow", "icsd"],
"criteria": {
"elements": ["string"],
"property_range": {"property": "string", "min": "number", "max": "number"}
},
"limit": "number"
}
{
"materials": [{
"id": "string",
"formula": "string",
"structure_file": "string",
"properties": {
"bandgap": "number",
"formation_energy": "number"
},
"source": "string"
}],
"total_found": "number",
"query_metadata": {
"databases_searched": ["string"],
"query_time": "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.