cloudflare/parent-project-skills
Bootstrap skill for discovering additional skills and context from a parent project when workerd is used as a submodule. Load this skill when tasks span project boundaries (e.g., Sentry/production investigation, integration testing, cross-repo debugging).
npx skills add https://github.com/cloudflare/workerd --skill parent-project-skills
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.
../../.git or ../../AGENTS.md relative to the workerd root../../ (two levels up from workerd)../../.opencode/skills/*/SKILL.md../../AGENTS.md or ../../AGENTS.md for project-wide contextskill tool — read them directly with the Read tool.../../.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.
Take cloudflare/parent-project-skills from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.