CtrlK
BlogDocsLog inGet started
Tessl Logo

fluidsim

Framework for computational fluid dynamics simulations using Python. Use when running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows, or when analyzing turbulence, vortex dynamics, or geophysical flows. Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis.

64

Quality

78%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./backend/cli/skills/physics/fluidsim/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-structured, code-rich skill body with excellent progressive disclosure and a clear five-step workflow. Its main weaknesses are non-executable example details (the 'uv uv' install typo and missing math imports), missing validation checkpoints for batch simulations, and some redundant/marketing prose.

Suggestions

Fix the install commands ('uv uv pip install' → 'uv pip install') and add missing imports (from math import pi, sin, cos, exp; import numpy as np) so code snippets are copy-paste executable.

Add an explicit validation/verification checkpoint to the main workflow and to the parametric-study batch loop (e.g. check sim.output.spatial_means or assert energy decay before proceeding).

Trim marketing language and remove the redundant Quick Reference section, which restates commands already shown in the workflow and use-case examples.

DimensionReasoningScore

Conciseness

Mostly efficient code-centric content, but padded with marketing language ('delivering performance comparable to Fortran/C++ while maintaining Python's ease of use') and redundancy — the Quick Reference section repeats commands already shown and Common Use Cases re-covers the workflow. Matches the level-2 anchor 'mostly efficient but could be tightened'; not level 3 because of the redundant Quick Reference/use-case sections and promotional framing.

2 / 3

Actionability

Provides abundant concrete Python examples, but several are not copy-paste executable: the install commands read 'uv uv pip install' (duplicated token) and snippets use sin/cos/exp/pi without importing them (e.g. 'vx[:] = sin(X) * cos(Y)', 'b[:] = exp(...)'). Matches level-2 'concrete guidance but incomplete... missing key details'; not level 3 because the missing imports and typo break copy-paste readiness.

2 / 3

Workflow Clarity

The five-step workflow (import → create params → instantiate → execute → analyze) is clearly sequenced, but validation/verification checkpoints are absent, and the batch parametric-study workflow runs multiple simulations with no verification step. Per the rubric, missing validation in batch operations caps this at 2; not level 3 because there are no explicit validate-then-proceed checkpoints.

2 / 3

Progressive Disclosure

SKILL.md is a clear overview that signals one-level-deep references (all six 'See references/xxx.md' paths resolve to real files) with a Resources section summarizing each. Matches the level-3 anchor 'clear overview with well-signaled one-level-deep references... easy navigation'; not level 2 because references are clearly signaled and resolve to existing files rather than being vague or nested.

3 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, well-constructed description: third-person voice, explicit 'Use when' triggers, concrete capabilities, and a distinct CFD niche with natural trigger terms. It answers both what and when without padding.

DimensionReasoningScore

Specificity

Names multiple concrete actions — 'running fluid dynamics simulations including Navier-Stokes equations (2D/3D), shallow water equations, stratified flows' and 'analyzing turbulence, vortex dynamics, or geophysical flows' — plus concrete capabilities (pseudospectral methods with FFT, HPC support). This matches the anchor listing several specific concrete actions; it is above level 2 because actions go beyond naming a domain.

3 / 3

Completeness

Explicitly answers what ('Framework for computational fluid dynamics simulations using Python... Provides pseudospectral methods with FFT, HPC support, and comprehensive output analysis') and when via an explicit 'Use when running... or when analyzing...' clause. Matches the level-3 anchor answering both what and when with explicit triggers; not capped at 2 because the trigger guidance is present and explicit.

3 / 3

Trigger Term Quality

Covers natural terms a CFD user would actually say — 'Navier-Stokes equations', 'shallow water equations', 'stratified flows', 'turbulence', 'vortex dynamics', 'geophysical flows'. Good keyword coverage matching the level-3 anchor; not level 2 because it includes the common variations rather than just one generic term.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (CFD / fluid dynamics simulations) with distinct, domain-specific triggers unlikely to fire for unrelated skills. Matches the level-3 anchor; not level 2 because the scope is narrowly scoped to fluid dynamics rather than overlapping with broad physics or data skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
synthetic-sciences/openscience
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.