Python skills

2,292 tagged Python, measured the same way as everything else here.

Browse within: codex-plugin 60fastapi 43ai-coding 35bioinformatics 35claude-code-skills 34claude-code-skill 31ai-skills 28codex-skills 27agent-framework 26claude-skill 24Multi-Agent 21Orchestration 19agentskills 19dotfiles 19

rapids-first

361

TioSisai/rapids-first

Skill Claude CodeCodex

Use only when the user explicitly mentions "rapids-first" or "RAPIDS first", to prefer the RAPIDS GPU stack (cudf, cuml, cupy, cupyx) and its zero-code accelerators over pandas, scikit-learn, numpy and scipy when writing Python data-science, ML, ETL or numerical code.

4 5d ago A 76 tokens original MIT

algo-avl-trees

362

Pavel-Kravchenko/Bioinformatics

Skill Claude CodeCodex

Implement a self-balancing AVL binary search tree in Python with rotation-based rebalancing (LL/RR/LR/RL) guaranteeing O(log n) insert/delete/search. Use when a user asks to build/implement an AVL tree, keep a sorted index balanced under insert/delete, explain balance factor or tree rotations, or avoid O(n)…

4 2mo ago A 97 tokens

runic-ogm

364

jenreh/appkit

Skill Claude CodeCodex

Expert guide for runic.ogm — a SQLModel-style, graph-native Python OGM for Cypher databases (FalkorDB, Neo4j, Memgraph, ArcadeDB, Apache AGE). Use whenever the user defines graph models (Node/Edge), maps fields, declares relationships, writes graph queries/traversals, or does session/repository CRUD with runic. Invoke…

4 7d ago A 169 tokens original MIT

python-stack

365

fmind/dotfiles

Skill Claude CodeCodex

Build typed Python projects with uv, Ruff, ty, pytest, Litestar, and Typer. Use for packages, CLIs, web apps, tests, typing, or API verification.

4 3d ago A 41 tokens original MIT

django

366

rishapgandhi/python-skills

Skill Claude CodeCodex

Skill "django" from rishapgandhi/python-skills, covering django skill, stack, project structure, settings pattern (split by environment) and config/settings/base.py.

4 3mo ago A 0 tokens original MIT

drf

367

rishapgandhi/python-skills

Skill Claude CodeCodex

Skill "drf" from rishapgandhi/python-skills, covering django rest framework (drf) skill, stack additions (on top of django), settings, config/settings/base.py and serializer standards.

4 3mo ago A 0 tokens original MIT

flask

368

rishapgandhi/python-skills

Skill Claude CodeCodex

Skill "flask" from rishapgandhi/python-skills, covering flask skill, stack, project structure, app factory and app/init.py.

4 3mo ago A 0 tokens original MIT

fastapi

369

CN-big-cabbage/github-skill-distiller

Skill Claude CodeCodex

A Python framework for building web APIs, which are interfaces that let programs communicate over HTTP. It supports request validation, automatic API documentation, asynchronous code, reusable dependencies, and common authentication methods.

4 2mo ago A 14 tokens original MIT

denyszhak/pystack-skills

Skill Claude CodeCodex

Use when wrapping an external HTTP API (CRM, payment gateway, notification service, LLM provider, etc.) into a typed Python client class. Triggers on edits to app/clients/; on imports of httpx, tenacity; on user questions about HTTP clients, retries, mocking external APIs, MockTransport, client lifecycle. Encodes…

4 3mo ago A 186 tokens original MIT

denyszhak/pystack-skills

Skill Claude CodeCodex

Use when scaffolding or modifying the structure of a FastAPI + SQLAlchemy backend service: setup.py, config.py, the db/, deps/, common/, api/ directories, the FastAPI app factory, lifespan, middleware, exception handlers. Triggers on edits to those files; on a new repo that's becoming a FastAPI service; on user…

4 3mo ago A 173 tokens original MIT

cli-creator

372

iris-hep/marketplace

Skill Claude CodeCodex

Part of iris-hep

Create or extend Python command-line interfaces using Typer and wire them into pyproject.toml entry points. Use when asked to add a new CLI, add a subcommand, or expose a console script for a Python package, especially when pyproject.toml needs [project.scripts] updates or an empty directory needs full project…

4 27d ago A 71 tokens original BSD-3-Clause

vector-awkward

373

iris-hep/marketplace

Skill Claude CodeCodex

Part of iris-hep

Use when working in Python with scikit-hep vector and Awkward Array to build vector records, register behaviors, compute deltaR or invariant masses, combine or boost vectors, or access vector properties from ak.zip records of type (Momentum3D/Momentum4D/Vector4D). Vector is only useful if you are also using Awkward.

4 27d ago A 77 tokens original BSD-3-Clause

api-pattern-python

374

MCKRUZ/claude-code-sdlc

Skill Claude CodeCodex

Part of claude-code-sdlc

Add a new module / CLI command / service function / loader the way this Python codebase already does it. Use when building a public surface, a command entry point, a data loader, a validator, or a new package module in a Python / uv repo. Finds the one canonical example and mirrors its layering, typing, error model…

4 5d ago A 106 tokens original MIT

dapr-code-generator

376

Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace

Skill Claude CodeCodex

Part of dapr

Generate Python boilerplate code for DAPR microservices, workflows, and actors. Creates properly structured services with DAPR SDK integration, health endpoints, logging, and best practices. Use when creating new services, adding DAPR features, or scaffolding projects.

4 7mo ago A 56 tokens original MIT

python-structure

377

eran-broder/code-structure-plugin

Skill Claude CodeCodex

Part of code-structure

Analyze Python file structure using AST parsing. Use when exploring a Python codebase, understanding file contents without reading all code, finding function/class definitions, understanding class hierarchies, or getting a quick overview of a module. Produces compact, token-efficient structural summaries.

4 6mo ago A 57 tokens original MIT

pydantic

378

arnabdeypolimi/claude_code_setup

Skill Claude CodeCodex

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management. Use when working with API request/response validation, settings management, ORM model validation, data parsing and serialization, or…

4 3mo ago A 66 tokens original MIT

python-docs

379

arnabdeypolimi/claude_code_setup

Skill Claude CodeCodex

Create, update, and sync Python project documentation from source code. Use when asked to document a module, generate API references, create architecture diagrams with Mermaid, update docs after code changes, or keep documentation in sync with source. Triggers include "document", "write docs", "update docs", "sync…

4 3mo ago A 98 tokens original MIT

aws-samples/sample-laboratory-data-transformation-mcp

Skill Claude CodeCodex ✓ vendor

Creates Python converter code to transform laboratory instrument data into Allotrope Simple Model (ASM) JSON format. Use when a user asks to convert instrument data to ASM, generate an ASM data instance, write a plate reader converter, map instrument CSV to Allotrope, or validate ASM output. Requires the…

4 2mo ago A 78 tokens MIT-0

tdgpt-model-writer

381

taosdata/agent-skills

Skill Claude CodeCodex

A code-writing aid for TDengine, a time-series database that stores timestamped data such as sensor readings. It creates Python forecasting models and data-preparation pipelines that follow the TDgpt format.

3 20d ago A 69 tokens original MIT

format-python

382

JSchOBL/agentic-ai-learning-journey

Skill Claude CodeCodex

Format Python source files with Black and isort, then report any remaining lint issues. Use when the user asks to format, clean up, tidy, or fix the style of Python code.

3 1mo ago A 41 tokens original MIT

sqlalchemy-patterns

383

OmarSaleh506/skills

Skill Claude CodeCodex

Part of omar-skills

Comprehensive SQLAlchemy 2.0+ async + PostgreSQL patterns — declarative models, relationships, type-safe Mapped[ columns, querying, eager loading, transactions, and Alembic migrations. Use when working with SQLAlchemy; to write a model, declarative model, or ORM model; add a column, mappedcolumn, or Mapped[…

3 2mo ago A 183 tokens original MIT

ironbee-ai/ironbee-devtools-skills

Skill Claude CodeCodex

CLI for debugging running Python processes with non-blocking inspection via debugpy (Debug Adapter Protocol). Use when the user needs to attach to a Python process (already-listening debugpy, PID injection, process name, or Docker), set tracepoints/logpoints/exceptionpoints, capture call stacks and local variables…

3 1mo ago A 170 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: