From d1770f5bd24c53bdac67f7852e9e9ac849685a97 Mon Sep 17 00:00:00 2001 From: madgerm Date: Sat, 25 Apr 2026 10:45:30 +0200 Subject: [PATCH] Add .opencode/skills/help/SKILL.md --- .opencode/skills/help/SKILL.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .opencode/skills/help/SKILL.md diff --git a/.opencode/skills/help/SKILL.md b/.opencode/skills/help/SKILL.md new file mode 100644 index 0000000..5ed8d7d --- /dev/null +++ b/.opencode/skills/help/SKILL.md @@ -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 ✓ +```