Python skills

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

Browse within: workflow 116ai-coding 111flask 65AI Safety 62pip 61pypi 61agent-governance 60codex-plugin 60credentials 60office 60policy-as-code 60trae 60weixin 60fastapi 55

marimo

409

nibzard/skills

Skill Claude CodeCodex

Part of marimo

Assistant for creating, editing, and debugging reactive Python notebooks with marimo. Use when you need to build marimo notebooks, debug reactive execution, add interactive UI elements, or convert traditional notebooks to marimo format. Provides code patterns, utility functions, and best practices for marimo…

not rated 2 24d ago A 61 tokens original MIT

data-analysis

410

furkangonel/cowrangler

Skill Claude CodeCodex

Structured data analysis workflow from raw data to shareable insights.

not rated 2 2d ago A 15 tokens original MIT

research-code

411

ConmuYan/my-academic-skills

Skill Claude CodeCodex

Part of academic-skills

A small, readable implementation of a university research paper, baseline, or experiment in deep learning. Deep learning is a type of machine learning that learns patterns from data using layered mathematical models.

not rated 2 17d ago A 121 tokens original MIT

nathan-gage/python-skills

Skill Claude CodeCodex

Async and concurrency best practices for Python — event-loop discipline, task lifecycle, bounded fan-out, and async generator cleanup. Triggers on writing or reviewing asyncio code, async def functions, createtask/gather/TaskGroup usage, semaphores and queues, async generators and streams, blocking-call audits, or…

not rated 2 13d ago A 87 tokens

python-best-practices

413

nathan-gage/python-skills

Skill Claude CodeCodex

Python software engineering guidelines from real PR review patterns. This skill should be used when writing, reviewing, or refactoring Python code — especially dataclasses, service interfaces, error handling, and type annotations. Triggers on tasks involving Python modules, API design, data modeling, type safety…

not rated 2 13d ago A 90 tokens

notebook-refactor

414

giacomogaglione/claude-awesome-stack

Skill Claude CodeCodex

Extract Jupyter notebook cells into tested Python modules while preserving the exploration workflow. Use when converting prototyping notebooks into production code.

not rated 2 6mo ago A 30 tokens original MIT

pytest-expert

415

Blazkojj/skillhub

Skill Claude CodeCodex

Pytest fixtures, parametrize, mock/monkeypatch, async testing with pytest-asyncio, and coverage reporting.

not rated 2 16d ago A 29 tokens

python-ai-services

416

arinelliquebec/cerebro-amigo

Skill Claude CodeCodex

Convenções dos serviços Python do Cérebro Amigo V3 (orchestrator-py, agents-py, notifier-py). Use ao criar ou alterar: nó/grafo LangGraph, fluxo conversacional, qualquer chamada ao Claude (via client LLM unificado provider-switchável, LLMPROVIDER; vigente: Anthropic API direta — ADR-044), client/SDK de LLM, roteamento…

not rated 2 27d ago A 217 tokens

openai-agents-sdk

418

AbdulSamad94/Personal-Portfolio

Skill Claude CodeCodex

OpenAI Agents SDK (Python) development. Use when building AI agents, multi-agent handoffs, function tools, guardrails, sessions, streaming, or tracing with the openai-agents / agents Python package — including Azure OpenAI via LiteLLM. Triggers on imports from agents, uses of Runner.runsync/Runner.runstreamed…

not rated 2 23d ago B 109 tokens

ai-sdk-core

419

danstrem2/clawdbot-skill-master-pack

Skill Claude CodeCodex

Part of ai-sdk-core

Build backend AI with Vercel AI SDK v6 stable. Covers Output API (replaces generateObject/streamObject), speech synthesis, transcription, embeddings, MCP tools with security guidance. Includes v4→v5 migration and 15 error solutions with workarounds. Use when: implementing AI SDK v5/v6, migrating versions…

not rated 2 7mo ago A 106 tokens

ai-sdk-ui

420

danstrem2/clawdbot-skill-master-pack

Skill Claude CodeCodex

Part of ai-sdk-ui

Build React chat interfaces with Vercel AI SDK v6. Covers useChat/useCompletion/useObject hooks, message parts structure, tool approval workflows, and 18 UI error solutions. Prevents documented issues with React Strict Mode, concurrent requests, stale closures, and tool approval edge cases. Use when: implementing AI…

not rated 2 7mo ago A 117 tokens

algorithmic-art

421

danstrem2/clawdbot-skill-master-pack

Skill Claude CodeCodex

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

not rated 2 7mo ago A 62 tokens

windpy-sdk

422

hanlinlibham/skills

Skill Claude CodeCodex

A local reference guide for WindPy, the Python API for the Wind financial-data terminal. It documents data-function inputs, outputs, and examples.

not rated 2 1mo ago A 56 tokens

Portkey-AI/skills

Skill Claude CodeCodex

Migrate Python applications from LiteLLM to Portkey AI Gateway. Covers litellm.completion, Router, Proxy, fallbacks, caching, retries, callbacks, embeddings, and image generation. Use when the user wants to replace LiteLLM with Portkey or switch from LiteLLM to Portkey.

not rated 2 5mo ago B 72 tokens original Apache-2.0

portkey-python-sdk

424

Portkey-AI/skills

Skill Claude CodeCodex

Complete reference for the Portkey AI Gateway Python SDK with unified API access to 200+ LLMs, automatic fallbacks, caching, and full observability. Use when building Python applications that need LLM integration with production-grade reliability.

not rated 2 5mo ago A 53 tokens original Apache-2.0

flyte-migrate-ml

425

flyteorg/flyte-agent-plugins

Skill Claude CodeCodex

Part of flyte

Migrates Flyte 1 machine learning code to Flyte 2 and unlocks net-new v2 patterns. Use when migrating Flyte 1 ML workloads (training, HPO, GPU/deep learning, batch inference) to Flyte 2, specifying GPU resources, or building the end-to-end pipeline pattern. Trigger words - migrate training, HPO, GPU, deep learning…

not rated 2 6d ago A 95 tokens original Apache-2.0

flyte-migrate-slurm

426

flyteorg/flyte-agent-plugins

Skill Claude CodeCodex

Part of flyte

Migrates Slurm (sbatch/srun) HPC workloads to Flyte 2 (the flyte Python SDK) — job scripts become typed tasks, #SBATCH pragmas become TaskEnvironment config, job arrays become flyte.map or asyncio.gather, and multi-node training becomes a clustered task environment. Use when porting an HPC or supercomputer cluster…

not rated 2 6d ago A 151 tokens original Apache-2.0

django

427

infohata/mind-vault

Skill Claude CodeCodex

Part of mv

Apply cross-project Django backend conventions — BaseModel abstractions, DRF viewsets, ORM optimisation (selectrelated / prefetchrelated), multi-tenancy boundaries, generic-FK patterns, permission probes, and translation workflow — before hitting templates.

not rated 2 6d ago A 50 tokens original Apache-2.0

monocle2ai/skills

Skill Claude CodeCodex

Part of monocle

Use when instrumenting a Python agentic app with Monocle telemetry — this is the default, deep posture. Beyond placing the setup call and grading traces, when a gap turns out to be in Monocle itself this skill fixes Monocle directly against a local, writable clone (cloning it from upstream on first use if absent) and…

not rated 2 1mo ago C 187 tokens original Apache-2.0

python-code-review

429

tasanakorn/cc-marketplace

Skill Claude CodeCodex

Part of python-dev

Reviews Python code for PEP8 compliance, type hints, modern best practices (Python 3.9+), and code quality. Detects anti-patterns, validates documentation, and provides severity-based recommendations. Integrates with modern tooling (ruff, mypy, uv).

not rated 2 5mo ago A 59 tokens original MIT

python-project-setup

430

tasanakorn/cc-marketplace

Skill Claude CodeCodex

Part of python-dev

Sets up modern Python projects with uv tooling, src layout, and PEP8 standards. Handles both new and existing projects, presents interactive library selection for CLI/TUI apps, generates pyproject.toml, and provides complete scaffolding with type hints and proper structure.

not rated 2 5mo ago C 58 tokens original MIT

edps-workflow

431

szampier/skills

Skill Claude CodeCodex

Part of eso-skills

Modify EDPS (ESO Data Processing System) workflows written in Python. Add or change tasks, datasources, and classification rules in instrument workflow packages. Use when editing wkf.py, datasources.py, classification.py, or related workflow files for any ESO instrument pipeline.

not rated 2 4mo ago A 62 tokens original MIT

inkbox-python

432

VectorlyApp/skills

Skill Claude CodeCodex

Use when writing Python code that imports from inkbox, uses pip install inkbox, or when adding email, phone, or agent identity features using the Inkbox Python SDK.

not rated 2 5mo ago A 41 tokens

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: