Python skills

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

Browse within: agent-framework 23claude-code-skills 21Multi-Agent 16Orchestration 15fastapi 15agentskills 13clean-architecture 13codex-skills 13plugins 12codex-skill 11durable-execution 11ollama 11openclaw 11agentic 10

upgrade-backend-deps

121

tam159/next-role

Skill Claude CodeCodex

Upgrade Python backend dependencies to their latest compatible versions. Resolves the lockfile with uv lock --upgrade, syncs the venv, bumps the matching >= pins in backend/pyproject.toml and ruff-pre-commit rev in .pre-commit-config.yaml, runs the backend unit tests, rebuilds the backend Docker image if requested…

49 +1 3d ago A 151 tokens original MIT

hotplex-stt-tts

122

hrygo/hotplex

Skill Claude CodeCodex

An operator workflow for setting up or repairing HotPlex’s local speech-to-text and text-to-speech runtime. Speech-to-text turns spoken audio into words, while text-to-speech turns written text into audio.

48 7d ago A 65 tokens original Apache-2.0

pytorch-training

123

congmnguyen/claude-code-wsl2-setup

Skill Claude CodeCodex

PyTorch model-building conventions and a neural-net training debug checklist. Use this skill whenever writing or reviewing PyTorch code that defines a model (nn.Linear, nn.Conv2d, BatchNorm) or trains one (training loop, optimizer, LR schedule), and ESPECIALLY when debugging training problems — loss not converging…

47 11d ago A 118 tokens original MIT

check-docstrings

124

gauthierdmn/nominal-code

Skill Claude CodeCodex

Fix Python docstring violations in nominalcode/. Pass the violation list as arguments.

46 2mo ago A 16 tokens original Apache-2.0

verify-language

125

Aurite-ai/agent-verifier

Skill Claude CodeCodex

Language-specific verification for Python, TypeScript/JavaScript, and Go. Checks type safety, language idioms, and best practices. Use when asked to "verify language", "check types", or for language-specific checks.

44 6d ago A 48 tokens original MIT

async-python-patterns

126

loonghao/auroraview

Skill Claude CodeCodex

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

44 1mo ago A 42 tokens original MIT

document-code

127

jjmartres/ai-coding-agents

Skill Claude CodeCodex

Apply Google Style documentation standards to Python, Go, TypeScript, and Terraform code. Use when writing or reviewing code that needs docstrings/comments/JSDoc, when asked to "document this code", "add docstrings", "follow Google Style", or when improving code documentation quality. Supports Python docstrings, Go…

43 2mo ago A 88 tokens original MIT

book-source-craft

128

XziXmn/legado-hub

Skill Claude CodeCodex

Create, debug, review, or evolve LegadoHub Python source plugins and aggregate Reading/Legado source shells. Use when the user asks to adapt a novel site, generate a Python source plugin, inspect public reading sources as references, convert repeated site patterns into templates, repair a special source, or produce…

43 29d ago A 90 tokens original MIT

cubepi

129

cubeplexai/cubepi

Skill Claude CodeCodex

Use when building, extending, or debugging agents with the CubePi framework. Covers the Agent API, providers, tools, middleware, checkpointing, MCP integration, and HITL. References the cubepi-trace skill for run debugging.

42 16d ago A 50 tokens original MIT

thierryc/Glyphs-mcp

Skill Claude CodeCodex

Use this skill to create, extend, or review reusable workspace-first Glyphs Python scripts and Python plug-ins, including general, reporter, filter, palette, select-tool, and file-format plug-ins, while grounding API and template choices in the bundled Glyphs documentation.

41 16d ago A 59 tokens original Apache-2.0

gezhi

131

SiyaoZheng/GEZHI

Skill Claude CodeCodex

Repository-specific Python, testing, migration, and packaging conventions for GEZHI contributors.

40 3d ago A 20 tokens original MIT

python-services

132

iliaal/ai-skills

Skill Claude CodeCodex

Python patterns for CLI tools, async concurrency, and backend services. Use when working with Python code, building CLI apps, FastAPI services, async with asyncio, background jobs, or configuring uv, ruff, ty, pytest, or pyproject.toml.

40 +1 3d ago A 55 tokens original MIT

python-testing

133

erichare/skillroute

Skill Claude CodeCodex

Test Python applications with pytest fixtures, parametrization, temporary paths, and regression coverage.

39 6d ago A 20 tokens original MIT

effective-python

134

booklib-ai/booklib

Skill Claude CodeCodex

Review existing Python code and write new Python code following the 90 best practices from "Effective Python" by Brett Slatkin (2nd Edition). Use when writing Python, reviewing Python code, or wanting idiomatic, Pythonic solutions.

38 4mo ago A 51 tokens original MIT

GitGuardian/ggmcp

Skill Claude CodeCodex

Read env vars through ggapicore.settings.getsettings(), not os.environ. Triggers when adding a new env-driven config or reviewing code that calls os.environ / os.getenv.

37 8d ago A 41 tokens original MIT

compose-python-stack

136

leynier/python-template

Skill Claude CodeCodex

Design and generate a compatible project from the Python Template component layers or presets. Use when choosing a workload, framework, AI providers, data engines, interfaces, training and serving tools, deployment target, or IaC option; also use when a user wants a simple library, CLI, or API without AI.

37 4d ago A 65 tokens original MIT

leynier/python-template

Skill Claude CodeCodex

Extend or repair the Python Template repository while keeping its catalog, Copier questions, templates, generated references, and tests synchronized. Use for adding a framework, provider, database, interface, ML tool, deployment target, preset, compatibility rule, or generated-project capability.

37 4d ago A 57 tokens original MIT

validate-python-stack

138

leynier/python-template

Skill Claude CodeCodex

Validate the Python Template repository or a project generated from it. Use before committing, publishing, deploying, or reviewing a stack to check catalog compilation, rendering, dependencies, formatting, tests, security workflows, skills, and representative runtime behavior.

37 4d ago A 51 tokens original MIT

format-implementation

139

datenoio/iterabledata

Skill Claude CodeCodexCursor

Guide for implementing new data formats in IterableData. Use when adding support for new file formats, compression codecs, or extending format capabilities.

37 12d ago A 31 tokens original MIT

with-scripts

140

nicolasmelo1/logion

Skill Claude CodeCodex

Bundled Gmail CLI example demonstrating the scripts/ entrypoint + src/ implementation split. Use as a template when your course ships real code that goes beyond a single shell script. Shows how to organize a course bundle that owns its codebase — no runtime package installation, all dependencies stdlib-only. Replaces…

35 4d ago A 79 tokens original MIT

MarcSkovMadsen/holoviz-mcp

Skill Claude CodeCodex

Build custom Panel components using JSComponent (vanilla JS, web components), ReactComponent (React/JSX), AnyWidgetComponent (AnyWidget spec for cross-platform), or MaterialUIComponent (Material UI themed). Use when wrapping JS libraries, creating interactive widgets, or building themed components. Includes decision…

34 1mo ago A 83 tokens original BSD-3-Clause

python-services

142

iliaal/whetstone

Skill Claude CodeCodex

Python patterns for CLI tools, async parallelism, and backend services. Use when building CLI apps, async/parallel Python, FastAPI services, background jobs, or configuring Python project tooling (uv, ruff, ty).

32 3d ago A 48 tokens original MIT

timothywarner-org/context-engineering

Skill Claude CodeCodex

Expert assistant for developing Model Context Protocol (MCP) servers in Python using FastMCP, mcp package, Pydantic, and async patterns. Use when building MCP tools, resources, prompts, or debugging Python MCP server issues.

27 2mo ago A 55 tokens original MIT

jmanhype/claude-code-plugin-marketplace

Skill Claude CodeCodex

Generate Python code to solve AppWorld agent tasks using playbook bullet guidance. Use when the AppWorld executor needs executable Python code for tasks involving Spotify, Venmo, Gmail, Calendar, Contacts, or other AppWorld APIs.

27 2d ago A 50 tokens original MIT