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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
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.
