python-project-structure

Originally fromwshobson/agents
Installation
SKILL.md

中文描述

本技能提供全栈开发相关的最佳实践和模式指导。


name: python-project-structure description: 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.

Python Project Structure & Module Architecture

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

When to Use This Skill

Installs
32
GitHub Stars
2
First Seen
Jun 23, 2026
python-project-structure — full-stack-skills/python-skills