docs: add Open Design guide alongside Claude Design#585
Merged
miguel-heygen merged 1 commit intoheygen-com:mainfrom May 1, 2026
Merged
docs: add Open Design guide alongside Claude Design#585miguel-heygen merged 1 commit intoheygen-com:mainfrom
miguel-heygen merged 1 commit intoheygen-com:mainfrom
Conversation
Add a parallel handoff path for users of [Open Design](https://github.com/nexu-io/open-design), the Apache-2.0, local-first, BYOK alternative to Claude Design that drives whichever coding-agent CLI the user already has on their PATH (Claude Code, Codex, Cursor, Gemini, OpenCode, Qwen, Copilot, Hermes, Kimi, Pi). Mirrors the existing Claude Design integration: - README: a paragraph next to the Claude Design one, pointing at the new guide and explaining the drop-into-skills/SKILL.md install path - docs/guides/open-design.mdx: Mintlify page parallel to claude-design.mdx, with Steps, comparison table, prompts, limitations, handoff - docs/guides/open-design-hyperframes.md: SKILL.md-shaped instruction file users drop into skills/hyperframes-handoff/SKILL.md (Open Design auto-discovers it on next request) or attach to chat as a one-shot - docs/docs.json: nav entry for the new page The instruction file deliberately defers to claude-design-hyperframes.md as the canonical reference for skeleton catalogs, shader patterns, HDR, and audio-reactive animation — it stays focused on what Open Design's prompt stack needs at emission time (active-DESIGN.md binding, 5-dim self-critique gate, structural rules) so the two guides don't drift. Open Design already ships a motion-frames skill that says "hand-off ready for HyperFrames" — this PR closes the loop on the HyperFrames side so the route is discoverable from the HyperFrames docs.
miguel-heygen
approved these changes
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a parallel handoff path for Open Design — the Apache-2.0, local-first, BYOK alternative to Claude Design that drives whichever coding-agent CLI the user already has on their
PATH(Claude Code, Codex, Cursor, Gemini, OpenCode, Qwen, Copilot, Hermes, Kimi, Pi).The integration story already exists on the Open Design side: their bundled
motion-framesskill explicitly says "hand-off ready for HyperFrames". This PR closes the loop on the HyperFrames side so the route is discoverable from your docs and your README.What's in the PR
Mirrors the existing Claude Design integration, file-for-file:
skills/SKILL.mdinstall path.docs/guides/open-design.mdx— Mintlify page parallel toclaude-design.mdx. Same structure: ``, comparison table, example prompts, limitations, handoff section.docs/guides/open-design-hyperframes.md— the SKILL.md-shaped instruction file users either drop into `skills/hyperframes-handoff/SKILL.md` inside Open Design (the daemon auto-discovers it on the next request and exposes it in the picker) or attach to chat as a one-shot.docs/docs.json— nav entry for the new page, slotted right after `guides/claude-design`.The instruction file deliberately defers to `claude-design-hyperframes.md` as the canonical reference for skeleton catalogs, shader patterns, HDR, and audio-reactive animation — it stays focused on what Open Design's prompt stack needs at emission time (active-`DESIGN.md` binding, 5-dim self-critique gate, structural rules) so the two guides don't drift.
Why this is worth merging
Test plan
docs/guides/open-design.mdx,docs/guides/open-design-hyperframes.mdguides/claude-designindocs/docs.jsonclaude-design.mdxprompting.mdx's agent matrix