materials-screening
Orchestrates a materials screening workflow from database search through property filtering to stability assessment and ranking. Use when identifying candidate materials for batteries, catalysts, semiconductors, or other applications. NOT for molecular chemistry or biological compound analysis.
Best use case
materials-screening is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Orchestrates a materials screening workflow from database search through property filtering to stability assessment and ranking. Use when identifying candidate materials for batteries, catalysts, semiconductors, or other applications. NOT for molecular chemistry or biological compound analysis.
Teams using materials-screening 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/materials-screening/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How materials-screening Compares
| Feature / Agent | materials-screening | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Orchestrates a materials screening workflow from database search through property filtering to stability assessment and ranking. Use when identifying candidate materials for batteries, catalysts, semiconductors, or other applications. NOT for molecular chemistry or biological compound analysis.
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 Screening (Meta Skill) This meta-skill orchestrates a computational materials screening pipeline by combining database querying, property-based filtering, structural analysis, and multi-criteria ranking. It coordinates three specialized skills to systematically identify and evaluate candidate materials for target applications. ## Workflow ### Step 1: Database Search and Candidate Retrieval Query the Materials Project API to build an initial candidate pool based on application-specific criteria: - Chemical system constraints (e.g., Li-containing oxides for battery cathodes) - Space group or crystal system requirements - Elemental composition filters (include/exclude specific elements) - Property range pre-filters (band gap, formation energy, density) Retrieve structural data (CIF files), computed properties, and literature references for each candidate material. ### Step 2: Property-Based Filtering Apply quantitative property thresholds to narrow the candidate pool: - **Electronic**: Band gap range for semiconductors, metals, or insulators - **Thermodynamic**: Formation energy cutoffs for synthesizability - **Mechanical**: Bulk/shear modulus for structural applications - **Physical**: Density, volume per atom, coordination preferences - **Magnetic**: Magnetic ordering for spintronic applications Define application-specific filter chains (e.g., for photovoltaics: band gap 1.0-1.8 eV, direct gap preferred, low effective mass). ### Step 3: Structure Analysis with Pymatgen Perform detailed structural characterization on filtered candidates: - Symmetry analysis: space group verification, site symmetries - Bonding analysis: coordination environments, bond lengths and angles - Defect tolerance: vacancy formation energies, anti-site energies - Surface analysis: slab models, surface energy estimation - Structural similarity: comparison across candidates using fingerprints ### Step 4: Stability Assessment Evaluate thermodynamic and dynamic stability of remaining candidates: - **Thermodynamic**: Energy above the convex hull (Ehull < 25 meV/atom typical) - **Phase stability**: Competing phases, decomposition products - **Phonon stability**: Check for imaginary frequencies indicating dynamic instability - **Aqueous stability**: Pourbaix diagram analysis for electrochemical applications - **Thermal stability**: Estimated decomposition temperatures Flag materials with marginal stability for experimental verification. ### Step 5: Multi-Criteria Ranking and Selection Use scipy optimization to rank candidates through weighted scoring: - Define objective function combining normalized property values - Apply Pareto front analysis for multi-objective screening - Weight criteria by application importance (user-configurable) - Calculate composite figure of merit for final ranking - Sensitivity analysis on weight choices to assess ranking robustness Output a ranked shortlist with property cards and selection rationale. ## Integration Points - **materials-project** -- Database queries, computed properties, phase diagrams, crystal structures - **pymatgen-materials** -- Structure manipulation, symmetry, bonding, surface analysis, fingerprints - **scipy-analysis** -- Optimization, Pareto analysis, statistical ranking, sensitivity analysis ## Output Formats - **Candidate table**: Formula, space group, key properties, stability metrics - **Property cards**: Per-material summary with structure visualization description - **Ranking report**: Ordered list with composite scores and contributing factors - **Stability summary**: Ehull values, competing phases, phonon stability flags - **Comparison matrix**: Side-by-side property comparison of top candidates ## Best Practices 1. Define the target application clearly before constructing filter chains 2. Start with broad chemical systems and narrow progressively to avoid missing candidates 3. Use energy above hull as a primary stability filter before detailed analysis 4. Validate database-computed properties against experimental values when available 5. Consider synthesizability alongside thermodynamic stability 6. Apply cost and toxicity filters for practical applications 7. Use multiple ranking weight schemes to test sensitivity of the final shortlist 8. Cross-reference with ICSD or experimental databases for synthesis precedent 9. Document all filter thresholds and ranking weights for reproducibility 10. Flag materials requiring experimental validation of computed properties
Related Skills
pymatgen-materials
Materials science computation with pymatgen. Use when: (1) crystal structure creation and manipulation, (2) phase diagram construction, (3) electronic structure analysis, (4) symmetry and space group operations, (5) VASP input/output parsing. NOT for: molecular chemistry (use rdkit-chemistry), protein structure (use biopython-bio), or general numerical computation (use scipy-analysis).
materials-science
Analyzes material properties including crystal structures, phase diagrams, mechanical/thermal/electronic properties, and supports materials discovery through computational approaches; trigger when users discuss alloys, ceramics, polymers, nanomaterials, or materials characterization.
materials-project
Query the Materials Project API v3 for crystal structures, band gaps, formation energies, and thermodynamic stability of 150k+ inorganic materials. Use when: (1) searching materials by chemical formula, (2) looking up material properties by MP ID, (3) filtering materials by band gap, energy, or density, (4) finding stable phases for a composition. NOT for: organic molecules (use pubchem-compound), proteins (use uniprot-protein), drug compounds (use chembl-drug).
asreview-screening
Screen papers for systematic reviews using ASReview active learning. Use when: user has a large set of papers to screen for inclusion/exclusion, wants to prioritize relevant papers, or needs to reduce manual screening workload. NOT for: searching papers (use literature-search) or meta-analysis (use meta-analysis).
xurl
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
writing
No description provided.
world-bank-data
World Bank Open Data API for development indicators. Use when: user asks about GDP, population, poverty, health, or education statistics by country. NOT for: real-time financial data or stock prices.
wikipedia-search
Search and fetch structured content from Wikipedia using the MediaWiki API for reliable, encyclopedic information
wikidata-knowledge
Query Wikidata for structured knowledge using SPARQL and entity search. Use when: (1) finding structured facts about entities (people, places, organizations), (2) querying relationships between entities, (3) cross-referencing external identifiers (Wikipedia, VIAF, GND, ORCID), (4) building knowledge graphs from linked data. NOT for: full-text article content (use Wikipedia API), scientific literature (use semantic-scholar), geospatial data (use OpenStreetMap).
weather
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
wacli
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).