python-expert

Guides modern Python development covering typing, async patterns, FastAPI, testing, and data tooling.

Updated May 12, 2026
One-click install
npx skills add https://github.com/laionazeredo/che-ai --skill python-expert-laionazeredo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: python-expert
Source: https://github.com/laionazeredo/che-ai/tree/main/skills/python-expert
Command: npx skills add https://github.com/laionazeredo/che-ai --skill python-expert-laionazeredo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Python codebases often drift into inconsistent style, untyped interfaces, flaky tests, and slow data pipelines. This Skill provides a single consolidated rulebook for writing type-safe, performant, production-grade Python so teams stop re-deciding conventions on every project. ## Core Features & Use Cases - Modern Python Standards: Enforces Python 3.12+ features, mypy/pyright type safety, ruff linting with import sorting, and src/ project layout with uv-based dependency management. - Async & Performance Patterns: Provides TaskGroup-based structured concurrency, semaphore-bounded I/O, per-operation timeouts, and retry-with-backoff rules for network calls. - Testing, Data & AI Tooling: Covers deep pytest patterns (fixtures, parametrize, async scopes), Jupyter notebook reproducibility rules, LangSmith tracing, DSPy compile-time optimization, and Polars/DuckDB analytics. - Use Case: When building a FastAPI service with async database access, apply this Skill to get typed Pydantic v2 models, uv-managed CI pipelines, and pytest suites with session-scoped fixtures out of the box. ## Quick Start Ask the agent to review or scaffold your Python project using the python-expert guidelines for typing, async patterns, testing, and dependency management.

Frequently Asked Questions about python-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Does this guidance cover LLM agent development in Python?▼

Yes. It covers LangSmith tracing via environment configuration and the traceable decorator, LangSmith datasets for CI-grade agent evaluation, and DSPy compile-time prompt optimization with MIPROv2 including a CI accuracy gate.