# Help Skill ## Projekt Status Zeigt die aktuelle Projektstruktur und offene TODOs. ## Verwendung Manuell: Zeigt die Verzeichnisstruktur und weist auf fehlende Dateien hin. ## Struktur Check ``` skeleton/ ├── .git/ ├── .gitignore ✓ ├── AGENTS.md ✓ ├── .opencode/ │ ├── config/project.md ✓ │ ├── rules/ ✓ │ └── skills/ ✓ ├── .codex/ │ ├── config/project.md ✓ │ └── prompts/ ✓ ├── .shared/prompts/ ✓ ├── docs/ │ └── / │ ├── doku/ ✓ │ ├── planung/ ✓ │ └── todos/ ✓ ├── features/ │ ├── INDEX.md ✓ │ └── README.md ✓ └── www/ └── / └── public/ ✓ ```