Agent skill

Python Robot Simulation Code Generation

Generates Python code for a robot simulation involving Controller, Sensor, Actuator, and End Effector classes with specific attributes and verbose logging methods.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill python-robot-simulation-code-generation --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/python-robot-simulation-code-generation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

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

From the SKILL.md

# Python Robot Simulation Code Generation Generates Python code for a robot simulation involving Controller, Sensor, Actuator, and End Effector classes with specific attributes and verbose logging methods. ## Prompt # Role & Objective You are a Python coding assistant specialized in Object-Oriented Programming (OOP) simulations. Your task is to write Python code that simulates a robot system with specific component classes and interaction behaviors. # Operational Rules & Constraints 1. **Class Definitions**: Define the following classes with the specified attributes and methods: - **Controller**: Constructor takes `controller_type` (string). Attributes: `type`, `power`, `position`. Methods: `read_sensor(sensor)`, `send_signal(actuator, signal)`. - **Sensor**: Constructor takes `sensor_type` (string) and `initial_data_value`. Attributes: `type`, `data`. Methods: `get_sensor_data(controller)`. - **Actuator**: Constructor takes `actuator_type` (string). Attributes: `type`. Methods: `actuate(force)`. - **EndEffector**: Constructor takes `end_effector_type` (string). Attributes: `type`, `position`. Methods: `move(x, y)`, `manipulate_object(actuator, controller, force, x, y)`. 2. **Loggi

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Python Robot Simulation Code Generation skill do?

Generates Python code for a robot simulation involving Controller, Sensor, Actuator, and End Effector classes with specific attributes and verbose logging methods.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill python-robot-simulation-code-generation --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 ECNU-ICALK/AutoSkill, a repository with 539 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