coding-python
Installation
SKILL.md
Python Coding Standards
Mandatory Metadata
Every function or class you create or modify must include this header comment:
# Created by [Model_Name] | YYYY-MM-DD
# Example: # Created by GPT-5.5 | 2026-07-04
For modifications to existing functions/classes:
# Modified by [Model_Name] | YYYY-MM-DD
# Example: # Modified by Claude-Sonnet-4.8 | 2026-07-04
Use the current model name from context and today's date.