Python Top Down

Enforce Python top-down module structure: public API and high-level logic first, private helpers and low-level implementation at the bottom. Use when writing, reviewing, or refactoring any Python module — especially when the user mentions top-down structure, module ordering, readability, or asks why a function is hard to find. Also use proactively when generating new Python modules with more than 3 functions.

AdesolaOdubiyi Updated

File contents

AdesolaOdubiyi/ade-cursor-skills/tree/main/skills/python-top-down commit 9a7e8a857a

Frequently asked questions

npx skillmds@latest add adesolaodubiyi/python-top-down