·python-project-structure
</>

python-project-structure

wshobson/agents

Python-Projektorganisation, Modularchitektur und öffentliches API-Design. Verwenden Sie diese Option, wenn Sie neue Projekte einrichten, Module organisieren, öffentliche Schnittstellen mit __all__ definieren oder Verzeichnislayouts planen.

1.3KInstallationen·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-Projektorganisation, Modularchitektur und öffentliches API-Design. Verwenden Sie diese Option, wenn Sie neue Projekte einrichten, Module organisieren, öffentliche Schnittstellen mit __all__ definieren oder Verzeichnislayouts planen. Quelle: wshobson/agents.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/wshobson/agents --skill python-project-structure
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-10
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist python-project-structure?

Python-Projektorganisation, Modularchitektur und öffentliches API-Design. Verwenden Sie diese Option, wenn Sie neue Projekte einrichten, Module organisieren, öffentliche Schnittstellen mit __all__ definieren oder Verzeichnislayouts planen. Quelle: wshobson/agents.

Wie installiere ich python-project-structure?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/wshobson/agents --skill python-project-structure Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/wshobson/agents