Machine learning skill for nanomaterial property prediction and discovery acceleration
Predicts nanomaterial properties and accelerates discovery using machine learning models.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The ML Materials Predictor skill provides machine learning capabilities for accelerated nanomaterial discovery and property prediction, enabling data-driven approaches to materials design and optimization.
Data Preparation
Model Development
Application
{
"dataset_file": "string",
"target_property": "string",
"model_type": "random_forest|gnn|cgcnn|megnet",
"features": "composition|structure|both",
"task": "train|predict|screen"
}
{
"model_performance": {
"mae": "number",
"rmse": "number",
"r2": "number"
},
"predictions": [{
"material": "string",
"predicted_value": "number",
"uncertainty": "number"
}],
"top_candidates": [{
"material": "string",
"predicted_property": "number",
"rank": "number"
}]
}
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.