| name | neqsim-your-skill-name |
| version | 0.1.0 |
| description | Short public description. USE WHEN: explicit trigger conditions for this community skill. |
| last_verified | YYYY-MM-DD |
| requires | {"python_packages":[],"java_packages":[],"env":[],"network":[]} |
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
Validation Checklist
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