python-project-structure
✓Python项目组织、模块架构和公共API设计。在设置新项目、组织模块、使用 __all__ 定义公共接口或规划目录布局时使用。
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项目组织、模块架构和公共API设计。在设置新项目、组织模块、使用 __all__ 定义公共接口或规划目录布局时使用。 来源:wshobson/agents。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/wshobson/agents --skill python-project-structure- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-10
- 更新时间
- 2026-02-18
快速解答
什么是 python-project-structure?
Python项目组织、模块架构和公共API设计。在设置新项目、组织模块、使用 __all__ 定义公共接口或规划目录布局时使用。 来源:wshobson/agents。
如何安装 python-project-structure?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/wshobson/agents --skill python-project-structure 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/wshobson/agents