python-development

Installation
SKILL.md

Python Development Skill

Modern Python Standards (3.10+)

Type Hints and Annotations

from typing import Protocol, TypeVar, Generic
from collections.abc import Sequence, Mapping
from pathlib import Path
Installs
2
First Seen
Feb 21, 2026
python-development — vircung/opencode-config