All skills
Skillintermediate

rules 4

- Whenever adding links in the `gui` that direct to `continue.dev`, you should use an onClick handler that calls `ideMessenger.request("controlPlane/openUrl", { path, orgSlug: undefined });` instead of directly linking to the URL with an `href`.

Claude Code Knowledge Pack7/10/2026

Overview

  • Whenever adding links in the gui that direct to continue.dev, you should use an onClick handler that calls ideMessenger.request("controlPlane/openUrl", { path, orgSlug: undefined }); instead of directly linking to the URL with an href.