Opencode TypeScript Code like the opencode core team. This skill contains real code extracted from the repo — complete implementations, not abstract rules. Follow the workflow below based on your task. --- Implement (new code) Follow these phases in order: 1. Orient — where does this go? Load architecture.md. Find: - Which module owns this behavior - What the dependency direction allows - What file naming convention to follow - Whether this is a new module or an addition to an existing one 2. Gather — what already exists? Load helpers-deep-dive.md. Before writing ANY utility: - Check if it al…