ml-materials-predictor
Machine learning skill for nanomaterial property prediction and discovery acceleration
Profile →npx skills add a5c-ai/babysitter --skill ml-materials-predictor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ML Materials Predictor ## Purpose 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. ## Capabilities - Feature engineering for materials - Property prediction models (GNN, transformers) - Active learning for experiment design - High-throughput virtual screening - Synthesis success prediction - Transfer learning for small datasets ## Usage Guidelines ### ML Materials Workflow 1. **Data Preparation** - Collect and curate dataset - Generate features (composition, structure) - Handle missing values 2. **Model Development** - Select appropriate architecture - Train with cross-validation - Evaluate on held-out test 3. **Application** - Screen candidate materials - Prioritize experiments - Validate predictions ## Process Integration - Machine Learning Materials Discovery Pipeline - Structure-Property Correlation Analysis ## Input Schema ```json { "dataset_file": "string", "target_property": "string", "model_type": "random_forest|gnn|cgcnn|megnet", "features": "composition|structure|both", "task": "train|predict|screen" } ``` ## Output
- Purpose
- Capabilities
- Usage Guidelines
- ML Materials Workflow
- Process Integration
- Input Schema
- Output Schema
What does the ml-materials-predictor skill do?
Machine learning skill for nanomaterial property prediction and discovery acceleration
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill ml-materials-predictor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.