- 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.
37 lines
793 B
Markdown
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/ ✓
|
|
``` |