Agent skill · Workflow & Productivity

scienceworld-mixture-creator

This skill chemically mixes the contents of a container using the 'mix' action. Use when all required ingredients (e.g., sodium chloride and water) are present inside a container and the agent needs to combine them to produce a new substance. The skill performs the mixing operation and outputs the resulting product, completing the synthesis step of the task.

zjunlpgithub.com/zjunlpGitHub ↗
claude-codeMIT
Install
npx skills add zjunlp/SkillNet --skill scienceworld-mixture-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-mixture-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,117
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill: Chemical Mixture Creator ## When to Use All required ingredients are confirmed inside a single container and you need to combine them into a new substance. ## Procedure 1. `examine <CONTAINER>` — verify all required ingredients are present. 2. `mix <CONTAINER>` — the environment processes the chemistry and produces the result. 3. `examine <CONTAINER>` or `focus on <NEW_SUBSTANCE>` — confirm the synthesis succeeded. Do not `mix` unless the container holds the exact ingredients required by the recipe. ## Example **Task:** Create salt water by mixing sodium chloride and water. 1. `examine glass cup` — observe: "containing water, sodium chloride" 2. `mix glass cup` 3. Expected result: the environment produces "salt water" inside the glass cup. 4. `focus on salt water` to confirm the synthesis is complete. For common chemical recipes (e.g., salt water = sodium chloride + water), see `references/common_recipes.md`.

What's inside
Steps it walks through
  1. When to Use
  2. Procedure
  3. Example
Ships with 1 file
  • references/common_recipes.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-mixture-creator skill do?

This skill chemically mixes the contents of a container using the 'mix' action. Use when all required ingredients (e.g., sodium chloride and water) are present inside a container and the agent needs to combine them to produce a new substance. The skill performs the mixing operation and outputs the resulting product, completing the synthesis step of the task.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-mixture-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From zjunlp/SkillNet, a repository with 1,117 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going