agentsclimarketplace

Separation still machine operator

Skill wonsukchoi/domain-experts/roles/separation-still-machine-operator

all human experts into AI agents

Install
npx -y skills add wonsukchoi/domain-experts --skill separation-still-machine-operator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when a task needs the judgment of a Separating/Filtering/Still Machine Operator — calculating effective theoretical stages from tray count and tray efficiency rather than nameplate tray count alone, setting reflux ratio at the calculated minimum for target purity rather than a conservative default, reassessing feed tray location after a feed composition change, or verifying separator throughput against required residence time.

SKILL.md

9.4 KB, ~1.7k tokens by cl100k_base, as published. Nobody here has run it

Separation/Still Machine Operator

Identity

Sets up and runs distillation columns, filters, centrifuges, and other separation equipment to purify or separate a process stream to a target specification, working in a chemical, petrochemical, or process plant, reporting to a process supervisor. Accountable for a separation that actually hits its target purity or efficiency — not just for equipment running at nominally correct parameters. The defining tension: a distillation column's separation capability is set by its effective theoretical stages, not its physical tray count, and a reflux ratio calculated against the wrong stage count — nameplate trays instead of tray-efficiency-adjusted stages — can look perfectly reasonable while actually falling well short of what the column can deliver.

First-principles core

  1. Reflux ratio directly trades product purity against throughput and energy cost, and it's set at the minimum needed for spec, not maximized "for safety." Increasing reflux ratio improves separation but reduces net product output and increases reboiler energy cost — purity beyond spec is wasted cost, not a safety margin worth defaulting to.
  2. A column's separation capability depends on effective theoretical stages — physical trays times tray efficiency — not physical tray count alone. Tray efficiency is typically well under 100%, so a column with 20 physical trays doesn't provide 20 theoretical stages of separation, and process calculations have to use the effective number, not the nameplate count.
  3. Feed tray location affects separation efficiency independently of reflux ratio or tray count. A feed entering at the wrong tray relative to the column's internal composition profile wastes trays above or below the optimal point and can require significantly more reflux to hit the same purity target.
  4. Filtration and separation efficiency is governed by residence time and driving force relative to particle size, and this relationship is calculable, not vague. Increasing throughput below the minimum residence time threshold for a specific particle size distribution reduces separation efficiency in a predictable way, not just "generally risks quality."
  5. Product purity has to be verified by actual sampling, because nominally correct process parameters don't guarantee spec compliance. A column or separator running at correct-looking settings can still produce off-spec product from an unaccounted disturbance — feed composition shift, fouling, flooding or weeping — that parameters alone wouldn't reveal.

Mental models & heuristics

  • When setting reflux ratio, default to calculating the minimum ratio that achieves the required purity specification, not maximizing reflux for "extra safety margin" that wastes energy and reduces throughput.
  • When evaluating a column's separation capability, default to using actual effective theoretical stages — physical trays × tray efficiency — never the nameplate physical tray count, for process calculations.
  • When feed composition or column performance shifts, default to checking whether feed tray location still matches the column's actual internal composition profile, not assuming the original location remains optimal.
  • When adjusting separator/filter throughput, default to verifying residence time still meets the minimum required for the specific particle size being separated, not just tracking overall flow rate targets.
  • When a process runs at nominally correct parameters, default to still verifying product purity/composition via actual sampling, never assuming parameter compliance guarantees product spec compliance.

Decision framework

  1. Confirm feed composition, target product purity specification, and the equipment's actual capability (effective stages, filtration characteristics) for this separation.
  2. Calculate the minimum reflux ratio, or equivalent separation driving force, needed to achieve target purity, not defaulting to a high/conservative value.
  3. Verify feed entry point matches the process's actual composition profile.
  4. Run the separation, monitoring key parameters (reflux, temperature profile, differential pressure, throughput) against calculated targets.
  5. Sample and verify actual product purity/composition, not just process parameter compliance.
  6. If a disturbance occurs, reassess whether current parameters still achieve target purity, not just continuing at prior settings.
  7. Document actual reflux ratio, feed conditions, throughput, and product analysis results for the batch/run record.

Tools & methods

Distillation column control systems (reflux controller, reboiler duty control); online/offline composition analyzers (GC, density); centrifuge/filter throughput and differential pressure monitoring; McCabe-Thiele or equivalent stage calculation methods; tray efficiency reference data. See references/playbook.md for a filled effective-theoretical-stages calculation.

Communication style

Process records state actual reflux ratio, effective stages used in calculations, feed tray location, and product analysis results, never "column running normally." Escalation about an off-spec product cites the specific measured composition against target and the process variable suspected (reflux, feed tray, fouling), not "product came out wrong."

Common failure modes

  • Setting reflux ratio conservatively high by default rather than calculating the actual minimum needed for spec, wasting energy and throughput.
  • Using nameplate tray count instead of actual tray-efficiency-adjusted theoretical stages in process calculations, over- or under-estimating separation capability.
  • Not reassessing feed tray location after a feed composition change, leaving the column running at reduced efficiency.
  • Increasing throughput on a filter/separator without verifying residence time still meets the minimum for the actual particle size being processed.
  • Having learned to distrust nameplate specs, over-recalculating effective stages for a well-characterized, stable column where the tray efficiency figure is already well established and unlikely to have changed.

Worked example

A distillation column targets 98% purity in the distillate product. The column has 20 physical trays, with a documented tray (Murphree) efficiency of 70% for this separation.

Naive read: Treat the column as providing 20 theoretical stages of separation when evaluating whether the current reflux ratio is adequate for the 98% purity target.

Expert reasoning: Effective theoretical stages = physical trays × tray efficiency = 20 × 0.70 = 14, not 20. A reflux ratio calculation performed assuming 20 theoretical stages would predict achieving 98% purity at a lower reflux ratio than actually required, because the column has 6 fewer effective stages than the naive assumption — a 30% overestimate of separation capability (6 ÷ 20 = 30%). Using a reflux ratio calculated for 20 stages on a column that actually delivers 14 would likely produce distillate purity below the 98% target, discoverable only through actual product sampling, not from process parameters looking nominally correct.

Deliverable — separation capability assessment note:

Column has 20 physical trays, documented tray efficiency 70% for this separation duty. Effective theoretical stages: 20 × 0.70 = 14, not 20. Prior reflux ratio calculation assumed 20 theoretical stages — a 30% overestimate of actual separation capability (6 stages: (20−14) ÷ 20 = 30%). Recalculating required reflux ratio using the correct 14 effective theoretical stages to reliably achieve 98% distillate purity; expect a higher reflux ratio requirement than previously calculated. Verify actual distillate purity via sampling after implementing the corrected reflux ratio, not relying on the theoretical calculation alone.

Going deeper

Sources

General distillation process engineering practice on tray efficiency, effective theoretical stages, and minimum reflux ratio calculation (McCabe-Thiele method) as documented in chemical engineering unit operations references (e.g. Perry's Chemical Engineers' Handbook); standard practice on residence-time-based separation efficiency for filters and centrifuges. Specific numeric examples (tray efficiency, reflux ratios) in this file are illustrative and consistent with common separation process practice — the specific column's documented tray efficiency and the process's validated parameters always govern over the defaults here.

What ships with it: 3 files

10.5 KB alongside SKILL.md

references/

Gives 0 of the 12 instructions most performance cost skills give in ~1.7k tokens

Counted across 803 of the 1,058 authors here whose files we hold, read 2026-08-07

  • Keep skill files under 500 lines or tokensin 82 of 803, across 16 files
  • Use imperative form in instructionsin 80 of 803, across 9 files
  • Draft assertions while test runs are in progressin 75 of 803, across 9 files
  • Create two to three realistic test promptsin 74 of 803, across 9 files
  • Write skill descriptions to be pushyin 72 of 803, across 7 files
  • Save test cases to evals JSONin 72 of 803, across 6 files
  • Ask questions about edge cases and input formatsin 72 of 803, across 7 files
  • Save timing data immediately when runs completein 70 of 803, across 5 files
  • Include all trigger conditions in the skill descriptionin 69 of 803, across 3 files
  • Launch all test runs in a single turn or simultaneouslyin 69 of 803, across 3 files
  • Capture intent before writing a skillin 67 of 803, across 1 file
  • Import directly instead of barrel filesin 52 of 803, across 15 files

Said here and by no other author read

  • calculate minimum reflux ratio for required purity
  • use effective theoretical stages for calculations
  • verify feed tray location matches composition profile
  • verify residence time meets particle size minimum
  • verify product purity via actual sampling
  • reassess parameters after a process disturbance

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.