Materials Science

## Overview

42 stars

Best use case

Materials Science is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Overview

Teams using Materials Science should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/materials/SKILL.md --create-dirs "https://raw.githubusercontent.com/Zaoqu-Liu/ScienceClaw/main/skills/materials/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/materials/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Materials Science Compares

Feature / AgentMaterials ScienceStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Overview

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Materials Science

## Overview
Computational materials science, simulation, and property prediction.

## Key Tools
- **VASP**: Density functional theory (DFT) calculations
- **Gaussian**: Quantum chemistry
- **LAMMPS**: Molecular dynamics
- **Pymatgen**: Python materials genomics
- **ASE**: Atomic simulation environment
- **Materials Project API**: Materials property database

## Common Workflows

### DFT Property Calculation
1. Structure optimization (VASP/Gaussian)
2. Electronic structure (band structure, DOS)
3. Mechanical properties (elastic constants)
4. Optical properties (dielectric function)
5. Thermodynamic properties (phonon, free energy)

### Materials Screening
1. Query databases (Materials Project, AFLOW, OQMD)
2. Filter by target properties
3. DFT verification of candidates
4. Experimental validation

### Machine Learning for Materials
- Crystal graph neural networks (CGCNN, MEGNet)
- Composition-based models (Magpie, Roost)
- Active learning for experimental design
- Transfer learning from large pre-trained models

## Databases
| Database | Content | Access |
|----------|---------|--------|
| Materials Project | 150K+ inorganic materials | Free API |
| AFLOW | 3.5M+ material entries | Free API |
| ICSD | Crystal structures | Subscription |
| COD | Open crystal structures | Free |
| Citrination | Materials data platform | Free tier |

Related Skills

ScienceClaw Presentations — Joey's PPT Templates

42
from Zaoqu-Liu/ScienceClaw

Joey's reference for all presentation work. Use this skill when creating academic presentations.

ScienceClaw Aesthetics — Publication-Quality Figure Standards

42
from Zaoqu-Liu/ScienceClaw

Rachel's aesthetic reference for all visualization work. Use this skill when generating any scientific figure.

Science Communication — Making Research Accessible

42
from Zaoqu-Liu/ScienceClaw

## Overview

Reproducibility Checklist — Open Science Best Practices

42
from Zaoqu-Liu/ScienceClaw

## Overview

investor-materials

42
from Zaoqu-Liu/ScienceClaw

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

zinc-database

42
from Zaoqu-Liu/ScienceClaw

Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery.

zarr-python

42
from Zaoqu-Liu/ScienceClaw

Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.

Academic Writing

42
from Zaoqu-Liu/ScienceClaw

## Overview

scientific-visualization

42
from Zaoqu-Liu/ScienceClaw

## Overview

venue-templates

42
from Zaoqu-Liu/ScienceClaw

Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.

vaex

42
from Zaoqu-Liu/ScienceClaw

Use this skill for processing and analyzing large tabular datasets (billions of rows) that exceed available RAM. Vaex excels at out-of-core DataFrame operations, lazy evaluation, fast aggregations, efficient visualization of big data, and machine learning on large datasets. Apply when users need to work with large CSV/HDF5/Arrow/Parquet files, perform fast statistics on massive datasets, create visualizations of big data, or build ML pipelines that do not fit in memory.

uspto-database

42
from Zaoqu-Liu/ScienceClaw

Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.