← Back to list

python
by MasonEgger
My personal dotfiles and homedir scripts
⭐ 4🍴 0📅 Jan 9, 2026
SKILL.md
name: python description: Python development standards and toolchain preferences. Use when (1) writing ANY Python code, (2) setting up Python projects with pyproject.toml, (3) creating standalone CLI scripts, (4) configuring Python tooling (ruff, mypy, pytest, nox, uv), (5) reviewing or refactoring Python code, or (6) advising on Python best practices. Enforces modern Pythonic style, strict type hints, and uv-based workflows.
Python Development Standards
Before Writing Any Code
For applications and multi-file projects: Read references/tdd-workflow.md first. Follow TDD with mandatory verification after every change.
For CLI scripts and one-off utilities: Skip TDD workflow. Focus on working code.
Core Requirements
- Type hints everywhere - all functions, all parameters, all return types. No
Any. - Docstrings on all public interfaces - RST format for Sphinx compatibility
- Absolute imports only - never use relative imports
- Modern Python idioms - use latest features appropriate for target version
- Empty
__init__.py- never add anything to__init__.py
Reference Files
Read based on task:
- references/toolchain.md - Project setup and tool configuration (uv, ruff, mypy, pytest, nox, just)
- references/cli-scripts.md - CLI tool development
- references/documentation.md - Docstring and doctest patterns
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
