·python-project-structure
</>

python-project-structure

wshobson/agents

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.

1.3KInstalls·67Trend·@wshobson

Installation

$npx skills add https://github.com/wshobson/agents --skill python-project-structure

SKILL.md

Design well-organized Python projects with clear module boundaries, explicit public interfaces, and maintainable directory structures. Good organization makes code discoverable and changes predictable.

Group related code that changes together. A module should have a single, clear purpose.

Define what's public with all. Everything not listed is an internal implementation detail.

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. Source: wshobson/agents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wshobson/agents --skill python-project-structure
Category
</>Dev Tools
Verified
First Seen
2026-02-10
Updated
2026-02-18

Quick answers

What is python-project-structure?

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. Source: wshobson/agents.

How do I install python-project-structure?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wshobson/agents --skill python-project-structure Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/wshobson/agents