Skill Claude CodeCodex
Add comprehensive type hints to Python/TypeScript code to improve IDE support, catch errors early, and enable better AI code understanding.
380 tagged python, measured the same way as everything else here.
Browse within: agent-framework 13Multi-Agent 7ai-skills 7clean-architecture 7spec-driven-development 7Orchestration 6bioinformatics 6ml 6multi-agent-systems 6ai-scientist 5aiagents 5claudecode 5coding-agents 5function-calling 5
Skill Claude CodeCodex
Add comprehensive type hints to Python/TypeScript code to improve IDE support, catch errors early, and enable better AI code understanding.
Skill Claude CodeCodex
NeqSim API patterns and code recipes. USE WHEN: writing Java or Python code that uses NeqSim for thermodynamic calculations, process simulation, or property retrieval. Covers EOS selection, fluid creation, flash calculations, property access, equipment patterns, and unit conventions.
Skill Claude CodeCodex
Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.
Skill Claude CodeCodex
Run and debug Python scripts in the project. Use when the user says "run python", "execute this script", "debug this py file", or wants to run/modify a .py file. Handles dependency checks, linting, execution, and error analysis.
Skill Claude CodeCodex
Write Telegram bots and userbots with Pytdbot (async TDLib Python client). Use when the user works with Pytdbot, TDLib, or pytdbot.Client.
DimaReverse/nuitka-static-unpacker
Skill Claude CodeCodex
Maximum-fidelity Python source reconstruction from Nuitka .nbc / NBC/2 files produced by nuitkadecompiler.py. Use when the user pastes or references a .nbc file, an AIREADYNBC bundle, sections such as @MOD, @CONSTS, @RAWCHUNK, @OPS, @ASM, @FORENSICS, modulecode, modconsts[N], or asks to rebuild Python source from a…
Skill Claude CodeCodex
Build a Fast Dash web app from a Python function. Use when the user wants to turn a function into an interactive app, add a UI to an existing function, or build a dashboard / form / wizard. Fast Dash infers UI components from type hints, so a well-typed function becomes an app with one decorator.
Skill Claude CodeCodex
Build AI agents with Pydantic AI — tools, capabilities (including on-demand loading), structured output, streaming, testing, and multi-agent patterns. Use when the user mentions Pydantic AI, imports pydanticai, or asks to build an AI agent, add tools/capabilities, defer capability loading, stream output, define agents…
alchemiststudiosDOTai/tunacode
Skill Claude CodeCodex
This skill should be used when releasing tunacode-cli to PyPI. It keeps the existing local release checks, then hands the actual PyPI upload to a GitHub Actions workflow that uses the repository's PYPIAPITOKEN secret.
sinewaveai/agent-security-scanner-mcp
Skill Claude CodeCodex
Helps users write cleaner, more readable Python code.
Skill Claude CodeCodex
Develop plugins for IDA Pro in Python, using idiomatic patterns, lessons, and tricks, including the Python Domain API (ida-domain). Use when creating both GUI (Qt) and background plugins for inspecting and rendering things program structure, functions, disassembly, cross-references, and strings.
SpillwaveSolutions/agent-brain
Skill Claude CodeCodex
Modern Python coaching covering language foundations through advanced production patterns. Use when asked to "write Python code", "explain Python concepts", "set up a Python project", "configure Poetry or PDM", "write pytest tests", "create a FastAPI endpoint", "run uvicorn server", "configure alembic migrations"…
Skill Claude CodeCodex
Guidance for using the AgentHub Python SDK (agenthub-python). Use when developing agents that call different LLM APIs, need a unified interface for LLM providers, mention AgentHub, request agenthub-python, or already import it.
Skill Claude CodeCodex
Implement a Django feature following the opinionated architecture — prefixed ULID IDs, repository pattern, Pydantic DTOs, svcs service locator, project-scoped django-ninja API, Celery reliable signals, and layered tests. Use when the user asks to add a new entity, endpoint, app, or business logic in a Django project…
Skill Claude CodeCodex
The standard for writing Python here — small, typed, explicit, testable modules with side effects pushed to the edges. Use when implementing or designing any Python code.
Skill Claude CodeCodex
Home Assistant custom integration development in Python. Covers customcomponents, DataUpdateCoordinator, configflow, OAuth2, conversation agent, HACS publishing, device registry, entity platforms, services, repair issues, diagnostics, Bluetooth integrations, and multi-coordinator patterns.
Skill Claude CodeCodex
A set of rules and templates for packaging a Python MCP service in Docker. Docker packages an application and its dependencies into a repeatable container that can run on another machine.
Skill Claude CodeCodex
Create and extend MCP (Model Context Protocol) servers in Python using FastMCP and the official SDK. Covers tools, resources, prompts, STDIO vs HTTP transports, logging rules for STDIO, and production best practices. Use when building or modifying MCP servers in Python, adding tools/resources/prompts, debugging MCP…
mturac/everything-openai-codex
Skill Claude CodeCodex
Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.
Skill Claude CodeCodex
This skill should be used when writing or tuning Triton GPU kernels, including autotuning block sizes, coalesced accesses, tiled matmul, fused ops, reductions, flash-attention style kernels, quantization, custom gradients, and profiling.
Skill Claude CodeCodex
Write fast, idiomatic Polars in Python using the lazy API, and answer natural-language questions about data in one shot. Use this skill whenever a task involves loading, querying, transforming, aggregating, joining, or analyzing tabular data (CSV, Parquet, NDJSON, or DataFrames). top-k, trends, period-over-period…
Skill Claude CodeCodex
Bootstrap a new Django project, or add components — auth (allauth, magic-link, axes, 2FA), payments (Stripe, dj-stripe), REST (django-modern-rest, django-bolt), Celery / Django Tasks, async views & WebSockets (ASGI, uvicorn worker, django-channels, channels-redis), Tailwind+DaisyUI, favicon, SEO meta tags + sitemap…
Skill Claude CodeCodex
Create a skillsaw rule plugin — a pip-installable Python package that adds custom lint rules to skillsaw. Walks through scaffolding the package, writing rules against the lint tree, testing, and publishing to PyPI. Use when a user wants to share skillsaw rules across repositories or publish them for others.
Skill Claude CodeCodex
Generate a typed, packaged unihttp API client library (SDK) from an OpenAPI 3.x spec or a plain API description. Produces typed DTOs, BaseMethod definitions, a client class, ruff + mypy (strict) config, sensible contract tests, and packaging. Use when the user wants to scaffold, bootstrap, or generate an API client /…