Files
skeleton/.opencode/config/project.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

1.3 KiB

OpenCode Project Configuration

Project Info

Skills

The following skills are available in .opencode/skills/:

Skill Description
requirements Creates feature specs with user stories, AC, edge cases
architecture Designs tech architecture (class structure, DB schema)
php Builds PHP code, migrations, and tests
qa Tests features against acceptance criteria
docs Documents API endpoints and maintains wiki structure
deploy Deploys to traditional hosting (LAMP, Docker, bare metal)

Agents

Heavy tasks (implementation, QA) run as forked agents with isolated contexts.

Rules

Auto-applied coding standards in .opencode/rules/:

  • general.md - Git workflow, feature tracking
  • php.md - PHP code standards, portable SQL
  • database.md - SQLite/MariaDB/PostgreSQL portability
  • security.md - Secrets, headers, auth

Default Branch

main

Feature ID Pattern

PROJ-1, PROJ-2, etc. (sequential)