
python-engineering
by tao3k
WIP-designed to bridge the gap between human intent and machine execution. Built on a robust Tri-MCP architecture, it physically separates cognitive planning (The Brain), atomic execution (The Hands), and surgical coding (The Pen) to ensure context hygiene and safety.
SKILL.md
name: "python_engineering" version: "1.1.0" description: "Python development utilities including linting, testing, and Pydantic standards. Supports Python 3.12+ modernization." routing_keywords: [ "python", "lint", "format", "type check", "pytest", "pep8", "pydantic", "type hints", "typing", "ruff", "black", "modernize", "upgrade", "refactor 3.12", "match case", "override" ] authors: ["omni-dev-fusion"] intents:
- "Python linting and formatting"
- "Check Python imports"
- "Python type checking"
- "Pytest testing"
- "Modernize Python code to 3.12+ standards"
Python Engineering Skill Policy
Code is Mechanism, Prompt is Policy
Python Standards (v2.0 - Modern)
When writing or editing Python code:
- State Management - Use
StrEnuminstead of magic strings - Control Flow - Prefer
match/caseover complexif/elifchains - Type Safety - Use
@overridefor inherited methods and new generic syntaxclass Foo[T] - Concurrency - Use
asyncio.TaskGroupinstead ofgather - Legacy Standards - Follow PEP 8, 4 spaces, and Google style docstrings
See lang-python-modern.md for complete standards.
Tools Available
lint_python_style- Check code with ruff/flake8 (Configured for py313)run_pytest- Execute test suitecheck_types- Run pyright type checkingformat_python- Format code with ruff/black
Routing Keywords
Python, lint, format, type check, pytest, pep8, pydantic, type hints, typing, ruff, black, modernize, upgrade, refactor 3.12, match case, override
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon


