python-project-structure
python project structure
What it does
- Starting a new Python project from scratch
- Reorganizing an existing codebase for clarity
- Defining module public APIs with all
- Deciding between flat and nested directory structures
- Determining test file placement strategies
- Creating reusable library packages
- Handles multiple unrelated responsibilities
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
python-project-structure FAQ
What does the python-project-structure skill do?
Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with __all__, or planning directory layouts. Starting a new Python project from scratch Reorganizing an existing codebase for clarity
How do I install python-project-structure?
Run: npx -y skills add https://github.com/wshobson/agents --skill python-project-structure --agent claude-code — the source lives at github.com/wshobson/agents.
Maintain python-project-structure?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/wshobson-agents-python-project-structure?ref=badge) npx agentictools info skills/wshobson-agents-python-project-structure The second line is the CLI lookup for this page — handy in READMEs and docs.