Skip to main content
Run any Skill in Manus
with one click

writing-python

Stars4
Forks0
UpdatedJune 22, 2026 at 08:35

Idiomatic, version-current, strictly-typed Python review and authoring for an experienced engineer who insists on uv for environment/version management, explicit type hints everywhere, and thorough checking with mypy + pylint + Pylance (Pyright). Covers the modern typing surface (X | None, list[str], PEP 695 generics, Self, Protocol, TypedDict, TypeIs, assert_never, @override, avoiding Any), the uv workflow and dependency groups, pydantic-at-boundaries, pathlib/f-strings/match idioms, and the strict tool configs to ship. Use when writing or reviewing Python โ€” .py files, pyproject.toml, type errors, uv commands โ€” or before committing Python. Flags Optional[X], List[], os.path, %-format, and poetry/requirements.txt.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
9 files
SKILL.md
readonly