python
✓Structures Python projects, writes type-hinted code, tests with pytest, and enforces quality with ruff and mypy. Use when setting up pyproject.toml, writing tests, adding type annotations, or formatting/linting code.
Installation
SKILL.md
Modern Python development with type hints, testing, and code quality tools.
Prefer dataclasses over regular classes for data containers. Auto-generates init, repr, eq.
| frozen=True | Immutable, hashable (use for value objects) | | slots=True | Memory-efficient (Python 3.10+) | | order=True | Enable , = comparisons |
Structures Python projects, writes type-hinted code, tests with pytest, and enforces quality with ruff and mypy. Use when setting up pyproject.toml, writing tests, adding type annotations, or formatting/linting code. Source: knoopx/pi.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/knoopx/pi --skill python- Source
- knoopx/pi
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-08
- Updated
- 2026-02-18
Quick answers
What is python?
Structures Python projects, writes type-hinted code, tests with pytest, and enforces quality with ruff and mypy. Use when setting up pyproject.toml, writing tests, adding type annotations, or formatting/linting code. Source: knoopx/pi.
How do I install python?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knoopx/pi --skill python Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/knoopx/pi
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-08