Python commands

3,763 tagged Python, measured the same way as everything else here.

Browse within: claude-code-plugins-marketplace 6test-automation 6ai-assisted-development 5

check-upstream

121

apache/datafusion-python

Skill Claude CodeCodex ✓ vendor

Check if upstream Apache DataFusion features (functions, DataFrame ops, SessionContext methods, FFI types) are exposed in this Python project. Use when adding missing functions, auditing API coverage, or ensuring parity with upstream.

598 4d ago A 49 tokens original Apache-2.0

make-pythonic

122

apache/datafusion-python

Skill Claude CodeCodex ✓ vendor

Audit and improve datafusion-python functions to accept native Python types (int, float, str, bool) instead of requiring explicit lit() or col() wrapping. Analyzes function signatures, checks upstream Rust implementations for type constraints, and applies the appropriate coercion pattern.

598 4d ago A 58 tokens original Apache-2.0

datafusion-python

123

apache/datafusion-python

Skill Claude CodeCodex ✓ vendor

Use when the user is writing datafusion-python (Apache DataFusion Python bindings) DataFrame or SQL code. Covers imports, data loading, DataFrame operations, expression building, SQL-to-DataFrame mappings, idiomatic patterns, and common pitfalls.

598 4d ago A 54 tokens original Apache-2.0

ROCm/aiter

Skill Claude CodeCodex

Modernize FlyDSL kernels: replace raw MLIR dialects (arith, scf, vector, llvm, memref, math), ArithValue, redundant fx. wrapping, fx.Index, bufferops, SmemPtr/SmemAllocator, copyatomcall/mmaatomcall (loop or single atom), and raw rocdl.mfma with the current fx. surface (fx types, Python control flow, makebuffertensor…

543 3d ago A 173 tokens original MIT

kolo

125

koloai/kolo

Plugin Claude Code

Kolo is a text-based Python debugger for AI agents. Capture every executed function, return value, local variable, HTTP request, and SQL query into greppable trace files.

525 4mo ago A tokens not measured

kolo

126

koloai/kolo

Skill Claude CodeCodex

Kolo is a text-based Python debugger that captures every executed function, return value, local variable, HTTP request, and SQL query into greppable trace files. Use this skill for tricky debugging challenges, to verify that code behaves as expected at runtime, and to see the real data and values passing through the…

525 4mo ago A 119 tokens

code-style

127

meleantonio/ChernyCode

Skill Claude CodeCodexCursor

Python code style and formatting standards using Ruff. Use when writing or reviewing Python code.

516 +1 9d ago A 20 tokens

developer

128

ansys/pymapdl

Agent

Expert PyMAPDL Python developer. Use for implementing new features, fixing bugs, performance optimization, and API design tasks in this repository.

513 3d ago A 29 tokens original MIT

8beeeaaat/touchdesigner-mcp

Skill Claude CodeCodex

A generic workflow for self-starting TouchDesigner via computer-use (or an already-running instance), loading mcpwebserverbase.tox, and verifying any TD-side Python change (td/modules/) directly from the Textport — reading back real TD runtime values and reconciling them. Use after changing TD-side code in the…

512 +1 25d ago A 134 tokens original MIT

shioaji

130

Sinotrade/Shioaji

Skill Claude CodeCodex

A guide for Shioaji, a Python library and set of APIs for trading and market data in Taiwan, including TWSE, TPEX, and TAIFEX markets.

511 +1 6d ago A 316 tokens

iusztinpaul/designing-real-world-ai-agents-workshop

Skill Claude CodeCodex

Builds bidirectional Streamlit Custom Components v2 (CCv2) using st.components.v2.component. Use when authoring inline HTML/CSS/JS components or packaged components (manifest assetdir, js/css globs), wiring state/trigger callbacks, theming via --st- CSS variables, or bundling with Vite / component-template v2.

501 +1 3mo ago A 87 tokens original MIT

trailofbits/skills-curated

Agent

Simplifies and refines Python code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

496 1mo ago A 36 tokens CC-BY-SA-4.0

OmicVerse Expert

133

aristoteleo/PantheonOS

Agent

Specialized execution agent for OmicVerse-based analysis. Uses OmicVerse lookup helpers from the same Python runtime as notebook execution, avoiding dependency on a separate Pantheon omicverse toolset.

482 3d ago A 46 tokens original BSD-2-Clause

code-style

134

sisig-ai/doctor

Cursor rule Cursor

Doctor is a tool for discovering, crawl, and indexing web sites to be exposed as an MCP server for LLM agents.

462 1y ago A 47 tokens original MIT

nvmolkit-usage

135

NVIDIA-BioNeMo/bionemo-agent-toolkit

Skill Claude CodeCodex

Write code that calls the installed nvMolKit Python API for GPU-accelerated, batched RDKit-style operations - Morgan fingerprints, Tanimoto/cosine similarity, ETKDG conformer embedding, MMFF/UFF optimization, TFD, conformer RMSD, Butina clustering, and substructure search. Use when the user is importing nvmolkit.…

444 +6 6d ago A 136 tokens

miniqmt-to-bigqmt

136

litaolemo/xtquant_big_convert

Skill Claude CodeCodex

A conversion guide for moving Python trading strategies from miniQMT, an external trading setup, into the Python environment built into bigQMT, a trading client. It covers code changes, compatibility checks, deployment, and live-trading verification.

432 3d ago A 144 tokens original MIT

finlab

137

koreal6803/finlab-ai

Skill Claude CodeCodex

A guide to FinLab, a Python package for studying Taiwan stocks and quantitative trading strategies.

414 19d ago D 88 tokens

marimo-pair

138

marimo-team/marimo-pair

Skill Claude CodeCodex

Drive a live marimo notebook as a workspace: run Python in the same kernel the user does, inspect live notebook state, and commit durable notebook changes. Use when the user wants to start a marimo notebook or pair on an active marimo session.

404 +2 5d ago A 56 tokens copy · 88% Apache-2.0

cozempic

139

Ruya-AI/cozempic

MCP server Claude CodeCodexCursor +2

The fast, Pythonic way to build MCP servers and clients. Runs locally from the fastmcp Python package.

379 +2 2mo ago A tokens not measured original MIT

python-uv CLAUDE.md

140

a5chin/python-uv

Instructions file

Instructions for a5chin/python-uv, covering claude.md, project overview, development commands, package management and install dependencies.

374 6d ago A 2,165 tokens original MIT

haddock-development/claude-reflect-system

Skill Claude CodeCodex

Creates Python projects with proper structure, virtual environments, and dependency management. Use when users request to create a new Python project, set up a Python development environment, or initialize a Python application with standard tooling.

372 +1 7mo ago A 46 tokens

vulnersCom/api

Skill Claude CodeCodex

Use when modifying, testing, documenting, or reviewing the Vulners Python SDK. Covers the v4 architecture (typed sync/async clients, resource namespaces, bulletin model hierarchy, unasync codegen), the preserved legacy v3 surface, uv-based tooling, the 100% branch-coverage gate, safe API-key handling, and defensive…

371 12d ago A 79 tokens original MIT

fastapi-templates

143

ModelEngine-Group/DataMate

Skill Claude CodeCodex

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

368 6d ago A 37 tokens original MIT

fastapi-templates

144

ModelEngine-Group/DataMate

Skill Claude CodeCodex

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

368 6d ago A 37 tokens copy · 92% MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: