Agent Plugins Marketplace
All plugins

python-scripting

v1.0.0

Low-context guidance for type-safe Python scripts, lightweight quality checks, and zero-dependency macOS utilities.

CodexClaude Code4 Skills

By cjthompsonLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install python-scripting for Codex and Claude Code

Installs for the current user
codex plugin marketplace add cjthompson/claude-code-config
codex plugin marketplace upgrade cjthompson
codex plugin add python-scripting@cjthompson

Paste and run these commands in a terminal with Codex. They add and refresh the cjthompson catalog, then install this plugin.

Compatibility: the page URL and API slug “python-scripting” remain stable.

  • Codex: python-scripting@agent-plugin-marketplacepython-scripting@cjthompson

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cjthompson/claude-code-config

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/python-scripting/.

Plugin files

plugins/python-scripting/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/macos-python-scripting/SKILL.md
├── skills/python-quality-tools/SKILL.md
├── skills/python-simple-scripts/SKILL.md
└── skills/python-typing/SKILL.md

Included Skills4

macos-python-scriptingskills/macos-python-scripting/SKILL.md

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.

python-quality-toolsskills/python-quality-tools/SKILL.md

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.

python-simple-scriptsskills/python-simple-scripts/SKILL.md

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.

python-typingskills/python-typing/SKILL.md

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.

Plugin manifests2

plugins/python-scripting/.codex-plugin/plugin.json
{
  "name": "python-scripting",
  "version": "1.0.0",
  "description": "Low-context guidance for type-safe Python scripts, lightweight quality checks, and zero-dependency macOS utilities.",
  "author": {
    "name": "cjthompson"
  },
  "license": "MIT",
  "keywords": [
    "python",
    "scripts",
    "typing",
    "ruff",
    "ty",
    "macos"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Python Scripting",
    "shortDescription": "Write safer one-off and standalone Python scripts.",
    "longDescription": "Concise guidance for incidental Python helpers, practical typing, lightweight Ruff and ty workflows, and portable macOS utilities for Apple's Python 3.9.",
    "developerName": "cjthompson",
    "category": "Development",
    "capabilities": [
      "Code",
      "Typing",
      "Quality"
    ],
    "defaultPrompt": [
      "Write a safe one-off Python helper",
      "Check this script with Ruff and ty",
      "Write a zero-dependency macOS Python utility"
    ]
  }
}
plugins/python-scripting/.claude-plugin/plugin.json
{
  "name": "python-scripting",
  "description": "Low-context guidance for safe one-off Python helpers, typed scripts, lightweight quality checks, and zero-dependency macOS utilities.",
  "author": {
    "name": "cjthompson"
  },
  "keywords": [
    "python",
    "scripts",
    "typing",
    "ruff",
    "ty",
    "macos"
  ],
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[python-scripting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/python-scripting)