Agent skill · Testing & QA

scienceworld-circuit-builder

This skill constructs a simple electrical circuit by connecting components like batteries, wires, and light bulbs. Use when the agent needs to test electrical conductivity or create a functional circuit for an experiment. The input is a set of available components, and the output is a fully connected circuit ready for activation.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-circuit-builder/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

# Instructions ## 1. Objective Your goal is to build a functional electrical circuit to test the conductivity of a target object (e.g., a metal pot). The circuit's success is indicated by a light bulb turning on. ## 2. Prerequisites & Setup * **Location:** You must be in the **workshop**. If not, teleport there. * **Components:** Ensure the following are present on the table: * A battery * A light bulb (e.g., blue light bulb) * At least two wires (e.g., orange, yellow, green) * The target object to test (e.g., metal pot) * A blue box (for conductive objects) and an orange box (for non-conductive objects) * **Inventory:** The target object must be in your inventory. If not, locate and pick it up. ## 3. Core Procedure Follow these steps to construct the series circuit. Use the exact `connect` actions as shown. 1. **Place the Target Object:** Drop the target object from your inventory onto the floor of the workshop. 2. **Connect Power Source:** * `connect battery anode to <Wire1> terminal 1` (e.g., `orange wire`) * `connect battery cathode to <Wire2> terminal 1` (e.g., `yellow wire`) 3. **Connect Light Bulb:** * `connect <Wire1> terminal 2 to <LightBulb> cathode` (e.g., `blue light bu

What's inside
Steps it walks through
  1. 1. Objective
  2. 2. Prerequisites & Setup
  3. 3. Core Procedure
  4. 4. Testing & Conclusion
  5. 5. Key Principles
  6. 6. Example
Ships with 1 file
  • references/circuit_schematic.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-circuit-builder skill do?

This skill constructs a simple electrical circuit by connecting components like batteries, wires, and light bulbs. Use when the agent needs to test electrical conductivity or create a functional circuit for an experiment. The input is a set of available components, and the output is a fully connected circuit ready for activation.

How do I install it?

Run `npx skills add zjunlp/SkillNet --skill scienceworld-circuit-builder --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