.opencode/skills/parent-project-skills/SKILL.md
This project (workerd) may be embedded as a submodule within a larger project. When your task requires context beyond workerd itself — such as investigating production issues, writing integration tests, or understanding deployment architecture — you should check for additional skills and context in the parent project.
Determine if a parent project exists by checking for a git root above the workerd directory:
../../.git or ../../AGENTS.md relative to the workerd root../../ (two levels up from workerd)Check for parent project skills:
../../.opencode/skills/*/SKILL.md../../AGENTS.md or ../../AGENTS.md for project-wide contextLoad relevant skills by reading the SKILL.md files. These are not registered in the skill tool — read them directly with the Read tool.
Check for submodule-specific context:
../../.opencode/skills/*/SKILL.md files that may reference workerd specificallyworkerd is an open-source project. The parent project is typically proprietary/internal.
You MUST enforce a strict one-way information boundary:
When working across the boundary, frame all workerd-side artifacts in terms of workerd's own public concepts (Workers, Durable Objects, isolates, IoContext, etc.) without referencing how the parent project orchestrates them.