skills/smithery.ai/python-playground

python-playground

SKILL.md

Python Playground

Run Python code in an isolated playground directory for testing and experimentation.

Instructions

  1. First, ensure the playground directory exists. If the playground directory doesn't already exist, run mkdir playground.
  2. Use the Write tool to create the Python file at playground/test.py
  3. Run with: uv run playground/test.py to test cpython behavior or cargo run -- playground/test.py to test monty behavior

IMPORTANT: Use separate tool calls for each step - do NOT chain commands with &&. This allows the pre-approved commands to work without prompting.

Example workflow

Step 1 - Create directory if it doesn't already exist (Bash, already allowed):

mkdir playground
Installs
3
First Seen
Mar 21, 2026