corrosion-materials-selector
Materials selection skill for corrosion resistance based on process conditions and industry standards
Best use case
corrosion-materials-selector is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Materials selection skill for corrosion resistance based on process conditions and industry standards
Teams using corrosion-materials-selector 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/corrosion-materials-selector/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How corrosion-materials-selector Compares
| Feature / Agent | corrosion-materials-selector | 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?
Materials selection skill for corrosion resistance based on process conditions and industry standards
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
# Corrosion Materials Selector Skill
## Purpose
The Corrosion Materials Selector Skill recommends materials of construction based on process conditions, corrosion mechanisms, and industry standards to ensure equipment reliability.
## Capabilities
- Corrosion mechanism identification
- Material screening
- Corrosion rate estimation
- Corrosion allowance calculation
- Material specification development
- Isocorrosion curve analysis
- Galvanic compatibility assessment
- Stress corrosion cracking evaluation
- Cost-benefit analysis
## Usage Guidelines
### When to Use
- Selecting materials for new equipment
- Evaluating corrosion failures
- Assessing process changes
- Specifying replacement materials
### Prerequisites
- Process conditions defined
- Chemical composition known
- Operating temperature/pressure specified
- Design life established
### Best Practices
- Consider all corrosion mechanisms
- Use conservative assumptions
- Reference industry standards
- Validate with experience data
## Process Integration
This skill integrates with:
- Equipment Sizing and Specification
- Process Flow Diagram Development
- HAZOP Study Facilitation
## Configuration
```yaml
corrosion-materials-selector:
standards:
- NACE
- API
- ASME
material-classes:
- carbon-steel
- stainless-steel
- nickel-alloys
- non-metallics
```
## Output Artifacts
- Material recommendations
- Corrosion assessments
- Material specifications
- Cost comparisons
- Design life estimatesRelated Skills
unreal-materials
Unreal Engine Material Editor skill for PBR workflows, material instances, shader complexity, and material functions.
statistical-test-selector
Skill for selecting appropriate statistical tests for analyses
backend-selector
Multi-backend comparison and selection skill for optimal hardware choice
aflow-materials-discovery
AFLOW automatic materials discovery skill for high-throughput DFT calculations and materials database queries
ml-materials-predictor
Machine learning skill for nanomaterial property prediction and discovery acceleration
materials-database-querier
Materials database query skill for accessing structure and property data from multiple repositories
thermodynamic-model-selector
Automated thermodynamic property method selection based on component characteristics and operating conditions
biocompatibility-test-selector
Biocompatibility test selection and protocol recommendation skill based on device categorization
Incremental Model Strategy Selector
Selects and configures optimal incremental model strategies
graph-algorithm-selector
Select optimal graph algorithm based on problem constraints
data-structure-selector
Select optimal data structure based on operation requirements
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.