python-docstring-style
Installation
SKILL.md
Python docstring style (flashdreams)
House style distilled from flashdreams/. Match it when adding or editing Python code so agent output is indistinguishable from human-written code.
File header
Every .py file starts with the SPDX + Apache-2.0 block, then a blank line, then the module docstring, then a blank line, then imports.