AI SummaryPlease read and follow the instructions in AGENTS.md. All code MUST compile with Java 8. See AGENTS.md for forbidden features, build commands, code patterns, skills, and the task-solving workflow.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "neqsim — Windsurf Rules" prompt rules to my project. Repository: https://github.com/equinor/neqsim Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
NeqSim is a library for calculation of fluid behavior, phase equilibrium and process simulation
Windsurf Rules for NeqSim
> This file is read automatically by Windsurf AI. > It mirrors the content in AGENTS.md — see that file for the full reference. Please read and follow the instructions in AGENTS.md. All code MUST compile with Java 8. See AGENTS.md for forbidden features, build commands, code patterns, skills, and the task-solving workflow.
Critical Constraints
• Java 8 ONLY — no var, List.of(), Map.of(), String.repeat(), text blocks, records • Use Arrays.asList(), StringUtils.repeat(), explicit types • Build: ./mvnw install (Linux/Mac), mvnw.cmd install (Windows) • Test: ./mvnw test -Dtest=ClassName • Static analysis: ./mvnw checkstyle:check spotbugs:check pmd:check • After flash: call fluid.initProperties() before reading transport properties • Always set mixing rule: fluid.setMixingRule("classic")
Agent & Skill System
• 25 agents in .github/agents/*.agent.md • 28 skills in .github/skills/*/SKILL.md • Full patterns in AGENTS.md, quick overview in CONTEXT.md • Code patterns in docs/development/CODE_PATTERNS.md • Past solved tasks in docs/development/TASK_LOG.md
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts