figure_discussion

figure_discussion is a skill for Claude Code, Codex from equinor/neqsim. It costs 0 tokens per session (1,843 once invoked), scanned A, a copy of figure-discussion, Apache-2.0.

A writing rule for explaining figures in papers, book chapters, and reports. It requires each figure to be followed by a four-part discussion covering what it shows, why it looks that way, what it means, and what to do next.

In plain words
What is it for?
Use it when writing figure discussions for scientific or technical documents.
Why use it?
It prevents figures from appearing without an explanation of their evidence and significance. Readers do not have to infer the conclusions from the image alone.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when writing figure discussions for scientific or technical documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/equinor/neqsim/figure_discussion
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add equinor/neqsim --skill figure_discussion
Clone the repo
git clone --depth 1 https://github.com/equinor/neqsim

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for figure_discussion

README.md
[![agentmods](https://agentmods.dev/badge/skills/equinor/neqsim/figure_discussion/github.svg)](https://agentmods.dev/skills/equinor/neqsim/figure_discussion)
Your own site
<a href="https://agentmods.dev/skills/equinor/neqsim/figure_discussion"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/figure_discussion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for figure_discussion

Your own site · 80×15
<a href="https://agentmods.dev/skills/equinor/neqsim/figure_discussion"><img src="https://agentmods.dev/badge/skills/equinor/neqsim/figure_discussion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,843 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 91% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01843
Opus 5 $0.00000 $0.00922
Sonnet 5 $0.00000 $0.00369
Haiku 4.5 $0.00000 $0.00184

Measured 5d ago against content hash c713f9aaea0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

figure_discussion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

91% identical to figure-discussion — 25 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

neqsim-paperlab/skills/figure_discussion/SKILL.md · 199 lines

How it starts

The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Figure Discussion (observation → mechanism → implication → recommendation)

When to Use

USE WHEN: writing the discussion of a figure in a paper, book chapter, or task report. Every figure that appears in a deliverable MUST have an accompanying discussion block that follows this contract. Loaded by scientific-writer, book-author, narrative-framer, and the solve.task.agent workflow.

DO NOT USE for: figure generation (use generate_publication_figures), captions only (captions are a separate, terser artefact).


Core principle

A figure that appears in a deliverable without a corresponding discussion block is a wasted figure. Reviewers and readers should be able to read the figure → discussion pair and walk away knowing what the figure shows, why it shows that, what it means, and what to do about it, in that order, without having to reverse-engineer the conclusion from the plot.

This skill ports the contract from task_solve/ results.json figure_discussion[] blocks to the paper / book authoring pipeline.


The four-part contract

Every figure discussion block has exactly four parts. Each is one to three sentences. The block lives immediately after the figure in the manuscript (paper.md or chapter.md) or in the corresponding results.json field.

1. Observation — what the figure shows

State what the figure shows, with numbers. Do not describe the plot ("a downward-sloping line"); describe the result ("the iteration count drops from 28 to 16 as n_components increases from 4 to 12").

Rules:

  • Always include at least one number with its unit.
  • Always state the trend in scientific, not graphical, terms.
  • Reference the figure number explicitly.

2. Mechanism — why it shows that

Explain the underlying physics, numerics, or algorithm. Tie back to an equation from the methods section or a NeqSim Java class.

Rules:

  • Reference an equation by number (Eq. 7) or a Java class (SystemSrkEos).
  • One sentence on the dominant mechanism is enough; do not hand-wave with multiple competing explanations.
  • If the mechanism is unclear, say so — do not invent one.

Read the full file on GitHub · 199 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 199 lines · 0 tokens per session scan A c713f9aaea0b

Subscribe to this mod's changes

figure_discussion is a skill published in the GitHub repository equinor/neqsim (151 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,843 tokens. A static security scan graded it A with 0 findings. It is 91% identical to figure-discussion, differing in 25 lines, and is treated as a copy.

Related

Other skills, from other repositories

pythermodb-reference-maker

Extract thermodynamic tables and correlations from references (CSV, PDF, images, or text) and convert them into the project's structured pyThermoDB YAML schema. Supports data tables, constants tables, matrix-parameter tables, and equation-based correlations (e.g., Cp, vapor pressure, density, enthalpy of…

sinagilassi/PyThermoCalcDB-NASA-MCP · 132 tokens

seismic-interpretation

End-to-end seismic interpretation workflow from SEG-Y loading through signal processing, rock physics, and visualization. Use when working with seismic data analysis pipelines.

SteadfastAsArt/geoscience-skills · 37 tokens

cantera-combustion

Use this Skill for combustion simulations with Cantera: mechanism loading, freely propagating flames, ignition delay, reactors, and sensitivity analysis.

xjtulyc/awesome-rosetta-skills · 34 tokens

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

K-Dense-AI/scientific-agent-skills · 42 tokens

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

K-Dense-AI/scientific-agent-skills · 68 tokens

ensembl-database

Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.

synthetic-sciences/openscience · 45 tokens