Python skills

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

Browse within: fastapi 45bioinformatics 41claude-code-skills 34ai-skills 31claude-code-skill 31codex-skills 27agent-framework 26claude-skill 25Multi-Agent 21antigravity 20agentskills 19async 19dotfiles 19Orchestration 18

less-sdk

265

jianboqi/less-skill

Skill Claude CodeCodex

Guide for using the LESS radiative transfer model via pyLessSDK. Use when the user asks to create, configure, or run LESS simulations, set up scenes with vegetation/terrain, configure sensors (orthographic, perspective, fisheye, LiDAR, TRAC, photon tracing), define optical properties, or post-process simulation…

11 5mo ago A 71 tokens

pyxel

266

kitao/pyxel-skill

Skill Claude CodeCodex

Use when creating, modifying, debugging, or verifying a game made with Pyxel or a requested retro Python game that should use Pyxel. Do not use for other engines or general Python work.

11 1mo ago A 42 tokens original MIT

author-test-stubs

267

nullhack/temple8

Skill Claude CodeCodex

Author test stub files (.pyi) whose signatures express the domain, relationships, and compositions, as the first contract surface.

11 28d ago A 30 tokens original MIT

carrotly-ai/gluon-agent

Skill Claude CodeCodex

Upgrade the claude-agent-sdk dependency, review SDK changes for integration impact, expose new features to users via Settings or New Task dialog, update documentation, and ship on a feature branch. This skill should be used when the user mentions upgrading, updating, or bumping the claude-agent-sdk, or when reviewing…

11 3d ago A 77 tokens original MIT

jarviscore

270

Prescott-Data/jarviscore-framework

Skill Claude CodeCodex

Build multi-agent AI systems with the JarvisCore Python framework. Use when writing, reviewing, or debugging code that imports jarviscore, defines AutoAgent or CustomAgent classes, runs a Mesh, or configures agent memory (Athena), P2P, Nexus credentials, or tracing.

11 7d ago A 63 tokens

automate-boring-stuff

271

DamiMartinez/book-skills

Skill Claude CodeCodex

Applies Al Sweigart's "Automate the Boring Stuff with Python" framework — spotting repetitive/rule-based manual tasks worth scripting, picking the right tool (regex, file/folder ops via os/shutil/pathlib, CSV/Excel/PDF/Word/JSON handling, web scraping with requests/BeautifulSoup or Selenium, scheduling, email/SMS, GUI…

11 1mo ago A 194 tokens original MIT

garveyhu/awesome-skills

Skill Claude CodeCodex

FastAPI project initialization, development guidance, and code review based on personal architectural conventions (uv+fastapi+sqlalchemy+alembic+loguru+ruff). Use when: (1) Creating/initializing a new FastAPI project, (2) Adding new endpoints, services, modules, or models to an existing FastAPI project, (3) Reviewing…

11 8d ago A 179 tokens

vllm

273

datathings/marketplace

Skill Claude CodeCodex

Part of vllm

Complete vLLM v0.19.0 Python API reference for high-throughput LLM inference: offline batch generation, chat, embeddings, classification, structured outputs, LoRA adapters, multimodal inputs, and OpenAI-compatible server. Triggers on: vLLM questions, Python LLM serving, GPU inference, "how do I use vllm", batch…

11 5d ago A 99 tokens original Apache-2.0

py-clean-arch

274

CJHwong/py-clean-architecture-examples

Skill Claude CodeCodex

Use this skill when the user asks about Clean Architecture in Python — not generic theory, but the specific layer conventions (l1entities, l2usecases, l3interfaceadapters, l4frameworksanddrivers), folder patterns, boundary interfaces, and .importlinter.ini contracts from CJHwong/py-clean-architecture-examples. Fetches…

11 2mo ago A 113 tokens

torchtalk-analyzer

275

TorchedHat/torchtalk

Skill Claude CodeCodex

Part of torchtalk

Analyze PyTorch internals across Python, C++, and CUDA layers. Use when asked about how PyTorch operators work internally, where functions are implemented (CPU/CUDA backends), what would break if code is modified (impact analysis), how torch.nn modules connect to native code, or finding tests for PyTorch operators.…

11 7d ago A 86 tokens original MIT

fusedio/fused-render

Skill Claude CodeCodex

Part of fused-render

Author .html views and .py data files for fused-render — the fused.runPython() bridge, URL-synced params, file IO, preview mode. Use when creating, editing or debugging a view, a data file or a preview template; when a view renders blank or shows a traceback overlay; or on any mention of…

11 4d ago A 104 tokens original MIT

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Find and remove dead code, unused files, stubs, thin wrappers, and duplicates across Python packages, then merge overlapping files into single cohesive modules.

11 6d ago A 36 tokens original MIT

lint-arwaky-python

278

rakaarwaky/qwen-web-arwaky

Skill Claude CodeCodex

Run lint-arwaky CLI scanner and MCP server for Python projects — validate AES compliance, check layer violations, and fix architecture issues.

11 6d ago A 33 tokens original MIT

fba

279

fastapi-practices/skills

Skill Claude CodeCodex

FastAPI Best Architecture (fba) project development guide. Use when working in fba projects to design, implement, review, or document APIs, Schema, Service, CRUD, Model, configuration, response contracts, pagination, cache, Celery, i18n, coding style, plugin development, plugin README files, plugin sharing, plugin…

11 1mo ago A 78 tokens original MIT

coding-python

280

savant0x/savant-code

Skill Claude CodeCodex

Python naming conventions, type hints, import patterns, and quality overrides for ECHO Protocol.

11 12d ago A 21 tokens original Apache-2.0

idapython

281

QYmag1c/ida-pro-mcp-multi

Skill Claude CodeCodex

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida modules (50+), idautils iterators, and common…

11 1mo ago A 77 tokens copy · 100% MIT

pydantic-ai-agents

282

Fuenfgeld/pydantic-ai-skills

Skill Claude CodeCodex

Build and debug Pydantic AI v2 agents using best practices for dependencies, instructions, tools, capabilities, hooks, and structured output validation. Use when the user wants to: (1) Create a new Pydantic AI agent, (2) Debug or fix an existing agent, (3) Add features like tools, validators, capabilities, hooks, or…

10 1mo ago A 135 tokens original MIT

python-pro

283

naravid19/ai-project-rules-generator

Skill Claude CodeCodex

🚀 Professional AI Agent orchestrator for generating tailored rules and AGENTS.md with deterministic JIT skill discovery. Optimized for Context Savings and Agent Alignment.

10 3mo ago A 0 tokens original MIT

fastmcp-patterns

284

Ninjabeam20/SportIQ-MCP

Skill Claude CodeCodex

Patterns for FastMCP tool authoring — registration, typed I/O, envelope responses, error handling, async chains. Invoke when scaffolding or modifying any @mcp.tool() function.

10 4d ago A 44 tokens original MIT

pytorch-train

285

Axect/pytorch_template

Skill Claude CodeCodex

Guide for training PyTorch models using this template's config-driven pipeline. Use this skill whenever the user wants to: train a model, create experiment configs (run.yaml / opt.yaml / best.yaml), run hyperparameter optimization (HPO) with Optuna, extract best parameters from an HPO study, set up a new experiment…

10 3mo ago A 127 tokens original MIT

build-django-apps

288

lordsarcastic/skills

Skill Claude CodeCodex

Build or modify Django and Django REST Framework applications using the user's preferred service-oriented structure. Use when working on Django settings, Pydantic environment validation, PostgreSQL, DRF APIs without viewsets, serializers, services, schemas, constants, media/static storage, Docker, tests, migrations…

10 3mo ago A 74 tokens original Apache-2.0

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: