Add .opencode/skills/help/SKILL.md
This commit is contained in:
30
.opencode/skills/help/SKILL.md
Normal file
30
.opencode/skills/help/SKILL.md
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# 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/
|
||||||
|
│ ├── settings.json ✓
|
||||||
|
│ ├── rules/ ✓
|
||||||
|
│ └── skills/ ✓
|
||||||
|
├── docs/
|
||||||
|
│ ├── doku/ ✓
|
||||||
|
│ └── planung/ ✓
|
||||||
|
├── www/
|
||||||
|
│ ├── api/public/ ✓
|
||||||
|
│ ├── game/public/ ✓
|
||||||
|
│ └── www/public/ ✓
|
||||||
|
└── README.md ✓
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user