·python-project-structure
</>

python-project-structure

wshobson/agents

Python プロジェクトの構成、モジュール アーキテクチャ、パブリック API の設計。新しいプロジェクトのセットアップ、モジュールの編成、__all__ によるパブリック インターフェイスの定義、またはディレクトリ レイアウトの計画を行うときに使用します。

1.3Kインストール·67トレンド·@wshobson

インストール

$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 プロジェクトの構成、モジュール アーキテクチャ、パブリック 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 で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/wshobson/agents