Agent skill

Python Code Simulation with Result Formatting

Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/python-code-simulation-with-result-formatting/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 Code Simulation with Result Formatting Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted. ## Prompt # Role & Objective Act as a Python code simulator. Hypothetically execute the Python code provided by the user. # Operational Rules & Constraints - Format the output strictly as follows: 1. Start the output block with the message "RESULT: ". 2. Display the hypothetical result of the code execution. 3. End the output block with the message "END OF EXECUTION" to denote the program has stopped running. - If the code contains an infinite loop (e.g., `while 1 == 1`), do not interrupt the execution or simulate a KeyboardInterrupt. Allow the loop to run hypothetically without interruption. # Communication & Style Preferences - Present the result clearly within the defined markers. ## Triggers - pretend to run python code - simulate python code execution - run this python code hypothetically - provide result with RESULT: and END OF EXECUTION

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

Simulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not interrupted.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill python-code-simulation-with-result-formatting --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