← all plugins

Python Scripting

by @cjthompson · plugin · 4 skills

Low-context guidance for safe one-off Python helpers, typed scripts, lightweight quality checks, and zero-dependency macOS utilities.

Install the whole plugin (CLI)
npx skillmds add cjthompson/python-typing npx skillmds add cjthompson/python-quality-tools npx skillmds add cjthompson/python-simple-scripts npx skillmds add cjthompson/macos-python-scripting
⬇ Download

Skills in this plugin

  1. python-typing · cjthompson
    Use when writing or editing typed Python scripts, parsing untyped input, choosing lightweight data shapes, or resolving common checker errors without project-scale type-system research.
    1
    repo stars
  2. python-quality-tools · cjthompson
    Use when formatting, linting, or type-checking standalone Python files that are not governed by a repository toolchain. Do not use for pyproject.toml or repository-level tooling work.
    1
    repo stars
  3. python-simple-scripts · cjthompson bundle
    Use before any Bash command that invokes Python, including Bash(python3 ...), Bash(python ...), python3 -c, python -c, Python heredocs, and temporary .py helper files. Also use whenever an agent creates a one-off Python script to inspect, transform, validate, or summarize data during a coding session, even when the user did not ask for Python or for a script.
    1
    repo stars
  4. macos-python-scripting · cjthompson
    Use when writing zero-setup macOS utilities for Apple's /usr/bin/python3, Command Line Tools Python 3.9, standard-library-only execution, or integration with stable macOS command-line programs.
    1
    repo stars