python-script

Installation
SKILL.md

Python Scripter

Overview

Design and run Python scripts with clear requirements, safety checks, and reproducible logging.

Workflow

  1. Confirm inputs, outputs, constraints, and preferred libraries.
  2. Identify risky operations and secure explicit approval.
  3. Scaffold a script with PEP 723 metadata and structured logging.
  4. Lint with uvx ruff check --fix .agents/scripts/{script_name}.py.
  5. Run with uv run --script .agents/scripts/{script_name}.py and monitor logs.
  6. Report results, risks encountered, and any follow-up steps.

Logging requirements

Related skills

More from vaayne/cc-plugins

Installs
17
GitHub Stars
41
First Seen
Jan 30, 2026