Files
skeleton/.opencode/skills/help/SKILL.md
Worker Skeletton 5c9b4333da Unify OpenCode and Codex starter kits
- Add .shared/prompts/ with tool-neutral prompts
- Add .opencode/config/project.md, rules/, skills/ from opencode-kit
- Add .codex/config/project.md from codex-kit
- Copy .shared/prompts/ to both .opencode/prompts/ and .codex/prompts/
- Add features/INDEX.md and features/README.md
- Update README with unified structure

The two original starter kits are now redundant.
2026-05-25 14:11:00 +02:00

37 lines
793 B
Markdown

# 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/
│ └── <domain>/
│ ├── doku/ ✓
│ ├── planung/ ✓
│ └── todos/ ✓
├── features/
│ ├── INDEX.md ✓
│ └── README.md ✓
└── www/
└── <domain>/
└── public/ ✓
```