Skill Title
One paragraph describing what this public skill helps agents and users do.
When to Use
- When the user asks for ...
- When a task involves ...
Inputs
input_name: units, expected range, and meaning.
Outputs
output_name: meaning and interpretation.
Engineering Method
Describe the public method, assumptions, and boundaries. State clearly whether this is educational screening logic or a validated NeqSim workflow.
Python Usage Pattern
# Add a minimal, tested usage pattern here.
Validation Checklist
- Inputs are validated.
- Examples use public data only.
- Tests cover normal and invalid cases.
- Limitations are explicit.
- NeqSim-dependent behavior has a fallback or clear prerequisite.
Common Mistakes
| Symptom | Cause | Fix |
|---|---|---|
| Example mistake | Why it happens | How to avoid it |
Limitations
- No confidential data or proprietary methods are included.
- State what this skill must not be used for.
Related NeqSim Functionality
Link this skill to NeqSim functionality where possible:
- NeqSim Java classes/methods this skill maps to, for example
neqsim.thermodynamicoperations.ThermodynamicOperations#TPflash(). - NeqSim MCP tools, if applicable.
- How NeqSim is reached, for example
from neqsim import jneqsim. - If the skill only supplies or renders data, name the downstream NeqSim Java/MCP workflow it feeds instead of claiming it runs calculations. Only cite functionality that actually exists.
References
- NeqSim repository: https://github.com/equinor/neqsim
- NeqSim Skills Guide: https://github.com/equinor/neqsim/blob/master/docs/integration/skills_guide.md