Agent skill · Frontend

scienceworld-circuit-connector

This skill connects two electrical components (e.g., wires, batteries, devices) by their terminals to build or modify a circuit. Use when constructing electrical setups for testing, such as conductivity checks or device activation. The input includes two component identifiers and their connection points, and the output is an established electrical connection.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: experiments/src/skills/scienceworld/scienceworld-circuit-connector/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 ## Primary Action Execute the `connect OBJ to OBJ` action. The syntax is `connect <ComponentA> <TerminalA> to <ComponentB> <TerminalB>`. ## When to Use Use this skill when you need to establish an electrical connection between two components as part of building a circuit for testing or device operation. Common scenarios include: * Building a circuit to test a material's conductivity. * Connecting a power source (battery) to a load (light bulb, buzzer). * Integrating a switch or sensor into a circuit. ## Procedure 1. **Identify Components:** Locate the two components you need to connect (e.g., `battery`, `black wire`, `unknown substance M`, `electric buzzer`). 2. **Identify Terminals:** Examine the components if necessary to determine their available connection points (e.g., `anode`, `cathode`, `terminal 1`, `terminal 2`). 3. **Formulate Command:** Construct the `connect` command using the pattern: `connect <ComponentA> <TerminalA> to <ComponentB> <TerminalB>`. * Example from trajectory: `connect battery anode to black wire terminal 1` 4. **Execute:** Issue the command. A successful observation will confirm the connection (e.g., "`anode on battery is now connected to

What's inside
Steps it walks through
  1. Primary Action
  2. When to Use
  3. Procedure
  4. Key Principles
  5. Related Skills
Ships with 1 file
  • references/circuit_basics.md
More from SkillNet
All skills →
About this skill
What does the scienceworld-circuit-connector skill do?

This skill connects two electrical components (e.g., wires, batteries, devices) by their terminals to build or modify a circuit. Use when constructing electrical setups for testing, such as conductivity checks or device activation. The input includes two component identifiers and their connection points, and the output is an established electrical connection.

How do I install it?

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