python-programming-expert

python-programming-expert is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 68 tokens per session (3,551 once invoked), scanned A, original, MIT.

A guide to modern Python development, including web services, asynchronous code, type checking, databases, package management, and tests.

In plain words
What is it for?
Use it to write Python services, build FastAPI or Django applications, manage dependencies, structure asynchronous code, and set up linting and testing.
Why use it?
It helps developers choose current Python patterns and tools when building applications, APIs, or AI-connected backends.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/roedyrustam/vibes-plug/python-programming-expert
Any agent
npx skills add roedyrustam/vibes-plug --skill python-programming-expert
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for python-programming-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/python-programming-expert.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/python-programming-expert)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/python-programming-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/python-programming-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,551 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.03551
Opus 5 $0.00034 $0.01775
Sonnet 5 $0.00014 $0.00710
Haiku 4.5 $0.00007 $0.00355

Measured 2d ago against content hash 2d55d8d98816, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

python-programming-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/python-programming-expert/SKILL.md · 409 lines

How it starts

The opening of the file, as written. The whole thing — 409 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Python Programming Expert (3.14 Edition)

English | Bahasa Indonesia


English

Orchestration & Integration

Connects and orchestrates with relevant domain skills like brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.

Description

Expert-level Python development guidance for Python 3.13 / 3.14+ covering JIT compilation, free-threaded (no-GIL) mode, modern type safety patterns, async architecture, and the full production stack: FastAPI 0.115+, Pydantic v2, SQLAlchemy 2.x / SQLModel, uv, Ruff, and pytest-asyncio.

Trigger Conditions

  • Writing Python 3.13+ / 3.14+ applications or services.
  • Building FastAPI 0.115+ REST APIs, Django 5.x, or Litestar web services.
  • Managing Python projects with the uv package manager.
  • Implementing async/await patterns with asyncio.TaskGroup or structured concurrency.
  • Writing type-safe Python with Pydantic v2 and modern generics (PEP 695/696).
  • Setting up Ruff for linting + formatting; pytest with pytest-asyncio for testing.
  • Building AI backends integrating with LLM APIs (OpenAI, Anthropic, Google GenAI).

Python Version Matrix (2026)

Version Status Key Feature
Python 3.14 Latest (Oct 2025) PEP 696 defaults, improved JIT, @ on types
Python 3.13 Stable LTS JIT compiler, free-threaded mode (no GIL)
Python 3.12 Supported PEP 695 generics, type alias statement
Python 3.11 Security only asyncio.TaskGroup, ExceptionGroup

Modern Python Toolchain (2026)

uv — The Standard Package Manager

Replace pip, pip-tools, virtualenv, pyenv, and poetry entirely with uv (written in Rust — 10-100x faster):

# Create project
uv init my-api
cd my-api

# Add runtime dependencies
uv add fastapi pydantic httpx sqlalchemy[asyncio]

# Add dev dependencies
uv add --dev pytest pytest-asyncio ruff mypy httpx

# Run scripts (no activation needed)
uv run python main.py
uv run pytest
uv run fastapi dev main.py  # Hot reload dev server

# Pin exact Python version
uv python pin 3.13

# Sync all environments
uv sync

Read the full file on GitHub · 409 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 409 lines · 68 tokens per session scan A 2d55d8d98816

Subscribe to this mod's changes

python-programming-expert is a skill published in the GitHub repository roedyrustam/vibes-plug (49 stars, last pushed 2d ago), licensed MIT. It adds 68 tokens to every session and 3,551 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.