What problem does it solve? When working on the Astroray renderer from Codex, developers risk duplicating or drifting from the canonical workflow instructions that live in .claude/skills/. This Skill acts as a bridge, pointing each task to the authoritative workflow definition instead of forking its policy. ## Core Features & Use Cases - Workflow routing table: Maps goals like shipping a package, delegating to opencode, running lint/rebuild/verify, visual checks, and reporting to the correct canonical SKILL.md under .claude/skills/. - Anti-duplication policy: Instructs the agent to read the canonical workflow in full before acting and never fork its policy. - Model resolution guardrail: Ensures opencode delegation resolves models from tier policy at runtime rather than hard-coding model names. - Use Case: You want to ship a new Astroray package from Codex; the Skill directs you to read .claude/skills/pkg-ship/SKILL.md and follow it verbatim. ## Quick Start Ask the agent to route your Astroray task, for example to ship a package or run the lint workflow, using the astroray-workflows bridge.