# Neqsim Your Skill Name

> Short public description. USE WHEN: explicit trigger conditions for this community skill.

- Skill: `equinor/neqsim-your-skill-name` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add equinor/neqsim-your-skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/equinor/neqsim-your-skill-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: equinor (https://skillmd.com/u/equinor)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/equinor/neqsim-your-skill-name

---


# 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

```python
# 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
