What is python-best-practices?
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing Source: rohitg00/awesome-claude-code-toolkit.
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
Quickly install python-best-practices AI skill to your development environment via command line
Source: rohitg00/awesome-claude-code-toolkit.
Always type function signatures. Use mypy --strict or pyright in CI. Use type: ignore comments sparingly with justification.
Use frozen=True for immutable value objects. Use slots=True for memory efficiency.
Rule: Use dataclasses for domain models and internal structs. Use Pydantic for API boundaries, config files, and external data parsing.
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing Source: rohitg00/awesome-claude-code-toolkit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practicesBrowse more skills from rohitg00/awesome-claude-code-toolkit
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing Source: rohitg00/awesome-claude-code-toolkit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill python-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/rohitg00/awesome-claude-code-toolkit