[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-hyperframes-registry":3,"mdc-u96w1e-key":36,"related-repo-openai-hyperframes-registry":1102,"related-org-openai-hyperframes-registry":1222},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"hyperframes-registry","install HyperFrames registry components","Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet merging, and registry discovery.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"HTML","html","tag",{"name":17,"slug":18,"type":15},"Web Development","web-development",{"name":20,"slug":21,"type":15},"UI Components","ui-components",{"name":23,"slug":24,"type":15},"Frontend","frontend",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-24T05:14:21.417589",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fhyperframes\u002Fskills\u002Fhyperframes-registry","---\nname: hyperframes-registry\ndescription: Install and wire registry blocks and components into HyperFrames compositions. Use when running hyperframes add, installing a block or component, wiring an installed item into index.html, or working with hyperframes.json. Covers the add command, install locations, block sub-composition wiring, component snippet merging, and registry discovery.\n---\n\n# HyperFrames Registry\n\nThe registry provides reusable blocks and components installable via `hyperframes add \u003Cname>`.\n\n- **Blocks** — standalone sub-compositions (own dimensions, duration, timeline). Included via `data-composition-src` in a host composition.\n- **Components** — effect snippets (no own dimensions). Pasted directly into a host composition's HTML.\n\n## When to use this skill\n\n- User mentions `hyperframes add`, \"block\", \"component\", or `hyperframes.json`\n- Output from `hyperframes add` appears in the session (file paths, clipboard snippet)\n- You need to wire an installed item into an existing composition\n- You want to discover what's available in the registry\n\n## Quick reference\n\n```bash\nhyperframes add data-chart              # install a block\nhyperframes add grain-overlay           # install a component\nhyperframes add shimmer-sweep --dir .   # target a specific project\nhyperframes add data-chart --json       # machine-readable output\nhyperframes add data-chart --no-clipboard  # skip clipboard (CI\u002Fheadless)\n```\n\nAfter install, the CLI prints which files were written and a snippet to paste into your host composition. The snippet is a starting point — you'll need to add `data-composition-id` (must match the block's internal composition ID), `data-start`, and `data-track-index` attributes when wiring blocks.\n\nNote: `hyperframes add` only works for blocks and components. For examples, use `hyperframes init \u003Cdir> --example \u003Cname>` instead.\n\n## Install locations\n\nBlocks install to `compositions\u002F\u003Cname>.html` by default.\nComponents install to `compositions\u002Fcomponents\u002F\u003Cname>.html` by default.\n\nThese paths are configurable in `hyperframes.json`:\n\n```json\n{\n  \"registry\": \"https:\u002F\u002Fraw.githubusercontent.com\u002Fheygen-com\u002Fhyperframes\u002Fmain\u002Fregistry\",\n  \"paths\": {\n    \"blocks\": \"compositions\",\n    \"components\": \"compositions\u002Fcomponents\",\n    \"assets\": \"assets\"\n  }\n}\n```\n\nSee [install-locations.md](.\u002Freferences\u002Finstall-locations.md) for full details.\n\n## Wiring blocks\n\nBlocks are standalone compositions — include them via `data-composition-src` in your host `index.html`:\n\n```html\n\u003Cdiv\n  data-composition-id=\"data-chart\"\n  data-composition-src=\"compositions\u002Fdata-chart.html\"\n  data-start=\"2\"\n  data-duration=\"15\"\n  data-track-index=\"1\"\n  data-width=\"1920\"\n  data-height=\"1080\"\n>\u003C\u002Fdiv>\n```\n\nKey attributes:\n\n- `data-composition-src` — path to the block HTML file\n- `data-composition-id` — must match the block's internal ID\n- `data-start` — when the block appears in the host timeline (seconds)\n- `data-duration` — how long the block plays\n- `data-width` \u002F `data-height` — block canvas dimensions\n- `data-track-index` — layer ordering (higher = in front)\n\nSee [wiring-blocks.md](.\u002Freferences\u002Fwiring-blocks.md) for full details.\n\n## Wiring components\n\nComponents are snippets — paste their HTML into your composition's markup, their CSS into your style block, and their JS into your script (if any):\n\n1. Read the installed file (e.g., `compositions\u002Fcomponents\u002Fgrain-overlay.html`)\n2. Copy the HTML elements into your composition's `\u003Cdiv data-composition-id=\"...\">`\n3. Copy the `\u003Cstyle>` block into your composition's styles\n4. Copy any `\u003Cscript>` content into your composition's script (before your timeline code)\n5. If the component exposes GSAP timeline integration (see the comment block in the snippet), add those calls to your timeline\n\nSee [wiring-components.md](.\u002Freferences\u002Fwiring-components.md) for full details.\n\n## Discovery\n\nBrowse available items:\n\n```bash\n# Read the registry manifest\ncurl -s https:\u002F\u002Fraw.githubusercontent.com\u002Fheygen-com\u002Fhyperframes\u002Fmain\u002Fregistry\u002Fregistry.json\n```\n\nEach item's `registry-item.json` contains: name, type, title, description, tags, dimensions (blocks only), duration (blocks only), and file list.\n\nSee [discovery.md](.\u002Freferences\u002Fdiscovery.md) for details on filtering by type and tags.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,64,98,105,149,155,301,330,350,356,377,389,601,615,621,640,857,862,935,946,952,957,1016,1027,1033,1038,1071,1084,1096],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","HyperFrames Registry",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53,55,62],{"type":47,"value":54},"The registry provides reusable blocks and components installable via ",{"type":42,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"hyperframes add \u003Cname>",{"type":47,"value":63},".",{"type":42,"tag":65,"props":66,"children":67},"ul",{},[68,88],{"type":42,"tag":69,"props":70,"children":71},"li",{},[72,78,80,86],{"type":42,"tag":73,"props":74,"children":75},"strong",{},[76],{"type":47,"value":77},"Blocks",{"type":47,"value":79}," — standalone sub-compositions (own dimensions, duration, timeline). Included via ",{"type":42,"tag":56,"props":81,"children":83},{"className":82},[],[84],{"type":47,"value":85},"data-composition-src",{"type":47,"value":87}," in a host composition.",{"type":42,"tag":69,"props":89,"children":90},{},[91,96],{"type":42,"tag":73,"props":92,"children":93},{},[94],{"type":47,"value":95},"Components",{"type":47,"value":97}," — effect snippets (no own dimensions). Pasted directly into a host composition's HTML.",{"type":42,"tag":99,"props":100,"children":102},"h2",{"id":101},"when-to-use-this-skill",[103],{"type":47,"value":104},"When to use this skill",{"type":42,"tag":65,"props":106,"children":107},{},[108,127,139,144],{"type":42,"tag":69,"props":109,"children":110},{},[111,113,119,121],{"type":47,"value":112},"User mentions ",{"type":42,"tag":56,"props":114,"children":116},{"className":115},[],[117],{"type":47,"value":118},"hyperframes add",{"type":47,"value":120},", \"block\", \"component\", or ",{"type":42,"tag":56,"props":122,"children":124},{"className":123},[],[125],{"type":47,"value":126},"hyperframes.json",{"type":42,"tag":69,"props":128,"children":129},{},[130,132,137],{"type":47,"value":131},"Output from ",{"type":42,"tag":56,"props":133,"children":135},{"className":134},[],[136],{"type":47,"value":118},{"type":47,"value":138}," appears in the session (file paths, clipboard snippet)",{"type":42,"tag":69,"props":140,"children":141},{},[142],{"type":47,"value":143},"You need to wire an installed item into an existing composition",{"type":42,"tag":69,"props":145,"children":146},{},[147],{"type":47,"value":148},"You want to discover what's available in the registry",{"type":42,"tag":99,"props":150,"children":152},{"id":151},"quick-reference",[153],{"type":47,"value":154},"Quick reference",{"type":42,"tag":156,"props":157,"children":162},"pre",{"className":158,"code":159,"language":160,"meta":161,"style":161},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","hyperframes add data-chart              # install a block\nhyperframes add grain-overlay           # install a component\nhyperframes add shimmer-sweep --dir .   # target a specific project\nhyperframes add data-chart --json       # machine-readable output\nhyperframes add data-chart --no-clipboard  # skip clipboard (CI\u002Fheadless)\n","bash","",[163],{"type":42,"tag":56,"props":164,"children":165},{"__ignoreMap":161},[166,195,217,249,275],{"type":42,"tag":167,"props":168,"children":171},"span",{"class":169,"line":170},"line",1,[172,178,184,189],{"type":42,"tag":167,"props":173,"children":175},{"style":174},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[176],{"type":47,"value":177},"hyperframes",{"type":42,"tag":167,"props":179,"children":181},{"style":180},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[182],{"type":47,"value":183}," add",{"type":42,"tag":167,"props":185,"children":186},{"style":180},[187],{"type":47,"value":188}," data-chart",{"type":42,"tag":167,"props":190,"children":192},{"style":191},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[193],{"type":47,"value":194},"              # install a block\n",{"type":42,"tag":167,"props":196,"children":198},{"class":169,"line":197},2,[199,203,207,212],{"type":42,"tag":167,"props":200,"children":201},{"style":174},[202],{"type":47,"value":177},{"type":42,"tag":167,"props":204,"children":205},{"style":180},[206],{"type":47,"value":183},{"type":42,"tag":167,"props":208,"children":209},{"style":180},[210],{"type":47,"value":211}," grain-overlay",{"type":42,"tag":167,"props":213,"children":214},{"style":191},[215],{"type":47,"value":216},"           # install a component\n",{"type":42,"tag":167,"props":218,"children":220},{"class":169,"line":219},3,[221,225,229,234,239,244],{"type":42,"tag":167,"props":222,"children":223},{"style":174},[224],{"type":47,"value":177},{"type":42,"tag":167,"props":226,"children":227},{"style":180},[228],{"type":47,"value":183},{"type":42,"tag":167,"props":230,"children":231},{"style":180},[232],{"type":47,"value":233}," shimmer-sweep",{"type":42,"tag":167,"props":235,"children":236},{"style":180},[237],{"type":47,"value":238}," --dir",{"type":42,"tag":167,"props":240,"children":241},{"style":180},[242],{"type":47,"value":243}," .",{"type":42,"tag":167,"props":245,"children":246},{"style":191},[247],{"type":47,"value":248},"   # target a specific project\n",{"type":42,"tag":167,"props":250,"children":252},{"class":169,"line":251},4,[253,257,261,265,270],{"type":42,"tag":167,"props":254,"children":255},{"style":174},[256],{"type":47,"value":177},{"type":42,"tag":167,"props":258,"children":259},{"style":180},[260],{"type":47,"value":183},{"type":42,"tag":167,"props":262,"children":263},{"style":180},[264],{"type":47,"value":188},{"type":42,"tag":167,"props":266,"children":267},{"style":180},[268],{"type":47,"value":269}," --json",{"type":42,"tag":167,"props":271,"children":272},{"style":191},[273],{"type":47,"value":274},"       # machine-readable output\n",{"type":42,"tag":167,"props":276,"children":278},{"class":169,"line":277},5,[279,283,287,291,296],{"type":42,"tag":167,"props":280,"children":281},{"style":174},[282],{"type":47,"value":177},{"type":42,"tag":167,"props":284,"children":285},{"style":180},[286],{"type":47,"value":183},{"type":42,"tag":167,"props":288,"children":289},{"style":180},[290],{"type":47,"value":188},{"type":42,"tag":167,"props":292,"children":293},{"style":180},[294],{"type":47,"value":295}," --no-clipboard",{"type":42,"tag":167,"props":297,"children":298},{"style":191},[299],{"type":47,"value":300},"  # skip clipboard (CI\u002Fheadless)\n",{"type":42,"tag":50,"props":302,"children":303},{},[304,306,312,314,320,322,328],{"type":47,"value":305},"After install, the CLI prints which files were written and a snippet to paste into your host composition. The snippet is a starting point — you'll need to add ",{"type":42,"tag":56,"props":307,"children":309},{"className":308},[],[310],{"type":47,"value":311},"data-composition-id",{"type":47,"value":313}," (must match the block's internal composition ID), ",{"type":42,"tag":56,"props":315,"children":317},{"className":316},[],[318],{"type":47,"value":319},"data-start",{"type":47,"value":321},", and ",{"type":42,"tag":56,"props":323,"children":325},{"className":324},[],[326],{"type":47,"value":327},"data-track-index",{"type":47,"value":329}," attributes when wiring blocks.",{"type":42,"tag":50,"props":331,"children":332},{},[333,335,340,342,348],{"type":47,"value":334},"Note: ",{"type":42,"tag":56,"props":336,"children":338},{"className":337},[],[339],{"type":47,"value":118},{"type":47,"value":341}," only works for blocks and components. For examples, use ",{"type":42,"tag":56,"props":343,"children":345},{"className":344},[],[346],{"type":47,"value":347},"hyperframes init \u003Cdir> --example \u003Cname>",{"type":47,"value":349}," instead.",{"type":42,"tag":99,"props":351,"children":353},{"id":352},"install-locations",[354],{"type":47,"value":355},"Install locations",{"type":42,"tag":50,"props":357,"children":358},{},[359,361,367,369,375],{"type":47,"value":360},"Blocks install to ",{"type":42,"tag":56,"props":362,"children":364},{"className":363},[],[365],{"type":47,"value":366},"compositions\u002F\u003Cname>.html",{"type":47,"value":368}," by default.\nComponents install to ",{"type":42,"tag":56,"props":370,"children":372},{"className":371},[],[373],{"type":47,"value":374},"compositions\u002Fcomponents\u002F\u003Cname>.html",{"type":47,"value":376}," by default.",{"type":42,"tag":50,"props":378,"children":379},{},[380,382,387],{"type":47,"value":381},"These paths are configurable in ",{"type":42,"tag":56,"props":383,"children":385},{"className":384},[],[386],{"type":47,"value":126},{"type":47,"value":388},":",{"type":42,"tag":156,"props":390,"children":394},{"className":391,"code":392,"language":393,"meta":161,"style":161},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"registry\": \"https:\u002F\u002Fraw.githubusercontent.com\u002Fheygen-com\u002Fhyperframes\u002Fmain\u002Fregistry\",\n  \"paths\": {\n    \"blocks\": \"compositions\",\n    \"components\": \"compositions\u002Fcomponents\",\n    \"assets\": \"assets\"\n  }\n}\n","json",[395],{"type":42,"tag":56,"props":396,"children":397},{"__ignoreMap":161},[398,407,449,474,512,549,583,592],{"type":42,"tag":167,"props":399,"children":400},{"class":169,"line":170},[401],{"type":42,"tag":167,"props":402,"children":404},{"style":403},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[405],{"type":47,"value":406},"{\n",{"type":42,"tag":167,"props":408,"children":409},{"class":169,"line":197},[410,415,421,426,430,435,440,444],{"type":42,"tag":167,"props":411,"children":412},{"style":403},[413],{"type":47,"value":414},"  \"",{"type":42,"tag":167,"props":416,"children":418},{"style":417},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[419],{"type":47,"value":420},"registry",{"type":42,"tag":167,"props":422,"children":423},{"style":403},[424],{"type":47,"value":425},"\"",{"type":42,"tag":167,"props":427,"children":428},{"style":403},[429],{"type":47,"value":388},{"type":42,"tag":167,"props":431,"children":432},{"style":403},[433],{"type":47,"value":434}," \"",{"type":42,"tag":167,"props":436,"children":437},{"style":180},[438],{"type":47,"value":439},"https:\u002F\u002Fraw.githubusercontent.com\u002Fheygen-com\u002Fhyperframes\u002Fmain\u002Fregistry",{"type":42,"tag":167,"props":441,"children":442},{"style":403},[443],{"type":47,"value":425},{"type":42,"tag":167,"props":445,"children":446},{"style":403},[447],{"type":47,"value":448},",\n",{"type":42,"tag":167,"props":450,"children":451},{"class":169,"line":219},[452,456,461,465,469],{"type":42,"tag":167,"props":453,"children":454},{"style":403},[455],{"type":47,"value":414},{"type":42,"tag":167,"props":457,"children":458},{"style":417},[459],{"type":47,"value":460},"paths",{"type":42,"tag":167,"props":462,"children":463},{"style":403},[464],{"type":47,"value":425},{"type":42,"tag":167,"props":466,"children":467},{"style":403},[468],{"type":47,"value":388},{"type":42,"tag":167,"props":470,"children":471},{"style":403},[472],{"type":47,"value":473}," {\n",{"type":42,"tag":167,"props":475,"children":476},{"class":169,"line":251},[477,482,487,491,495,499,504,508],{"type":42,"tag":167,"props":478,"children":479},{"style":403},[480],{"type":47,"value":481},"    \"",{"type":42,"tag":167,"props":483,"children":484},{"style":174},[485],{"type":47,"value":486},"blocks",{"type":42,"tag":167,"props":488,"children":489},{"style":403},[490],{"type":47,"value":425},{"type":42,"tag":167,"props":492,"children":493},{"style":403},[494],{"type":47,"value":388},{"type":42,"tag":167,"props":496,"children":497},{"style":403},[498],{"type":47,"value":434},{"type":42,"tag":167,"props":500,"children":501},{"style":180},[502],{"type":47,"value":503},"compositions",{"type":42,"tag":167,"props":505,"children":506},{"style":403},[507],{"type":47,"value":425},{"type":42,"tag":167,"props":509,"children":510},{"style":403},[511],{"type":47,"value":448},{"type":42,"tag":167,"props":513,"children":514},{"class":169,"line":277},[515,519,524,528,532,536,541,545],{"type":42,"tag":167,"props":516,"children":517},{"style":403},[518],{"type":47,"value":481},{"type":42,"tag":167,"props":520,"children":521},{"style":174},[522],{"type":47,"value":523},"components",{"type":42,"tag":167,"props":525,"children":526},{"style":403},[527],{"type":47,"value":425},{"type":42,"tag":167,"props":529,"children":530},{"style":403},[531],{"type":47,"value":388},{"type":42,"tag":167,"props":533,"children":534},{"style":403},[535],{"type":47,"value":434},{"type":42,"tag":167,"props":537,"children":538},{"style":180},[539],{"type":47,"value":540},"compositions\u002Fcomponents",{"type":42,"tag":167,"props":542,"children":543},{"style":403},[544],{"type":47,"value":425},{"type":42,"tag":167,"props":546,"children":547},{"style":403},[548],{"type":47,"value":448},{"type":42,"tag":167,"props":550,"children":552},{"class":169,"line":551},6,[553,557,562,566,570,574,578],{"type":42,"tag":167,"props":554,"children":555},{"style":403},[556],{"type":47,"value":481},{"type":42,"tag":167,"props":558,"children":559},{"style":174},[560],{"type":47,"value":561},"assets",{"type":42,"tag":167,"props":563,"children":564},{"style":403},[565],{"type":47,"value":425},{"type":42,"tag":167,"props":567,"children":568},{"style":403},[569],{"type":47,"value":388},{"type":42,"tag":167,"props":571,"children":572},{"style":403},[573],{"type":47,"value":434},{"type":42,"tag":167,"props":575,"children":576},{"style":180},[577],{"type":47,"value":561},{"type":42,"tag":167,"props":579,"children":580},{"style":403},[581],{"type":47,"value":582},"\"\n",{"type":42,"tag":167,"props":584,"children":586},{"class":169,"line":585},7,[587],{"type":42,"tag":167,"props":588,"children":589},{"style":403},[590],{"type":47,"value":591},"  }\n",{"type":42,"tag":167,"props":593,"children":595},{"class":169,"line":594},8,[596],{"type":42,"tag":167,"props":597,"children":598},{"style":403},[599],{"type":47,"value":600},"}\n",{"type":42,"tag":50,"props":602,"children":603},{},[604,606,613],{"type":47,"value":605},"See ",{"type":42,"tag":607,"props":608,"children":610},"a",{"href":609},".\u002Freferences\u002Finstall-locations.md",[611],{"type":47,"value":612},"install-locations.md",{"type":47,"value":614}," for full details.",{"type":42,"tag":99,"props":616,"children":618},{"id":617},"wiring-blocks",[619],{"type":47,"value":620},"Wiring blocks",{"type":42,"tag":50,"props":622,"children":623},{},[624,626,631,633,639],{"type":47,"value":625},"Blocks are standalone compositions — include them via ",{"type":42,"tag":56,"props":627,"children":629},{"className":628},[],[630],{"type":47,"value":85},{"type":47,"value":632}," in your host ",{"type":42,"tag":56,"props":634,"children":636},{"className":635},[],[637],{"type":47,"value":638},"index.html",{"type":47,"value":388},{"type":42,"tag":156,"props":641,"children":644},{"className":642,"code":643,"language":14,"meta":161,"style":161},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cdiv\n  data-composition-id=\"data-chart\"\n  data-composition-src=\"compositions\u002Fdata-chart.html\"\n  data-start=\"2\"\n  data-duration=\"15\"\n  data-track-index=\"1\"\n  data-width=\"1920\"\n  data-height=\"1080\"\n>\u003C\u002Fdiv>\n",[645],{"type":42,"tag":56,"props":646,"children":647},{"__ignoreMap":161},[648,662,688,713,738,763,788,813,838],{"type":42,"tag":167,"props":649,"children":650},{"class":169,"line":170},[651,656],{"type":42,"tag":167,"props":652,"children":653},{"style":403},[654],{"type":47,"value":655},"\u003C",{"type":42,"tag":167,"props":657,"children":659},{"style":658},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[660],{"type":47,"value":661},"div\n",{"type":42,"tag":167,"props":663,"children":664},{"class":169,"line":197},[665,670,675,679,684],{"type":42,"tag":167,"props":666,"children":667},{"style":417},[668],{"type":47,"value":669},"  data-composition-id",{"type":42,"tag":167,"props":671,"children":672},{"style":403},[673],{"type":47,"value":674},"=",{"type":42,"tag":167,"props":676,"children":677},{"style":403},[678],{"type":47,"value":425},{"type":42,"tag":167,"props":680,"children":681},{"style":180},[682],{"type":47,"value":683},"data-chart",{"type":42,"tag":167,"props":685,"children":686},{"style":403},[687],{"type":47,"value":582},{"type":42,"tag":167,"props":689,"children":690},{"class":169,"line":219},[691,696,700,704,709],{"type":42,"tag":167,"props":692,"children":693},{"style":417},[694],{"type":47,"value":695},"  data-composition-src",{"type":42,"tag":167,"props":697,"children":698},{"style":403},[699],{"type":47,"value":674},{"type":42,"tag":167,"props":701,"children":702},{"style":403},[703],{"type":47,"value":425},{"type":42,"tag":167,"props":705,"children":706},{"style":180},[707],{"type":47,"value":708},"compositions\u002Fdata-chart.html",{"type":42,"tag":167,"props":710,"children":711},{"style":403},[712],{"type":47,"value":582},{"type":42,"tag":167,"props":714,"children":715},{"class":169,"line":251},[716,721,725,729,734],{"type":42,"tag":167,"props":717,"children":718},{"style":417},[719],{"type":47,"value":720},"  data-start",{"type":42,"tag":167,"props":722,"children":723},{"style":403},[724],{"type":47,"value":674},{"type":42,"tag":167,"props":726,"children":727},{"style":403},[728],{"type":47,"value":425},{"type":42,"tag":167,"props":730,"children":731},{"style":180},[732],{"type":47,"value":733},"2",{"type":42,"tag":167,"props":735,"children":736},{"style":403},[737],{"type":47,"value":582},{"type":42,"tag":167,"props":739,"children":740},{"class":169,"line":277},[741,746,750,754,759],{"type":42,"tag":167,"props":742,"children":743},{"style":417},[744],{"type":47,"value":745},"  data-duration",{"type":42,"tag":167,"props":747,"children":748},{"style":403},[749],{"type":47,"value":674},{"type":42,"tag":167,"props":751,"children":752},{"style":403},[753],{"type":47,"value":425},{"type":42,"tag":167,"props":755,"children":756},{"style":180},[757],{"type":47,"value":758},"15",{"type":42,"tag":167,"props":760,"children":761},{"style":403},[762],{"type":47,"value":582},{"type":42,"tag":167,"props":764,"children":765},{"class":169,"line":551},[766,771,775,779,784],{"type":42,"tag":167,"props":767,"children":768},{"style":417},[769],{"type":47,"value":770},"  data-track-index",{"type":42,"tag":167,"props":772,"children":773},{"style":403},[774],{"type":47,"value":674},{"type":42,"tag":167,"props":776,"children":777},{"style":403},[778],{"type":47,"value":425},{"type":42,"tag":167,"props":780,"children":781},{"style":180},[782],{"type":47,"value":783},"1",{"type":42,"tag":167,"props":785,"children":786},{"style":403},[787],{"type":47,"value":582},{"type":42,"tag":167,"props":789,"children":790},{"class":169,"line":585},[791,796,800,804,809],{"type":42,"tag":167,"props":792,"children":793},{"style":417},[794],{"type":47,"value":795},"  data-width",{"type":42,"tag":167,"props":797,"children":798},{"style":403},[799],{"type":47,"value":674},{"type":42,"tag":167,"props":801,"children":802},{"style":403},[803],{"type":47,"value":425},{"type":42,"tag":167,"props":805,"children":806},{"style":180},[807],{"type":47,"value":808},"1920",{"type":42,"tag":167,"props":810,"children":811},{"style":403},[812],{"type":47,"value":582},{"type":42,"tag":167,"props":814,"children":815},{"class":169,"line":594},[816,821,825,829,834],{"type":42,"tag":167,"props":817,"children":818},{"style":417},[819],{"type":47,"value":820},"  data-height",{"type":42,"tag":167,"props":822,"children":823},{"style":403},[824],{"type":47,"value":674},{"type":42,"tag":167,"props":826,"children":827},{"style":403},[828],{"type":47,"value":425},{"type":42,"tag":167,"props":830,"children":831},{"style":180},[832],{"type":47,"value":833},"1080",{"type":42,"tag":167,"props":835,"children":836},{"style":403},[837],{"type":47,"value":582},{"type":42,"tag":167,"props":839,"children":841},{"class":169,"line":840},9,[842,847,852],{"type":42,"tag":167,"props":843,"children":844},{"style":403},[845],{"type":47,"value":846},">\u003C\u002F",{"type":42,"tag":167,"props":848,"children":849},{"style":658},[850],{"type":47,"value":851},"div",{"type":42,"tag":167,"props":853,"children":854},{"style":403},[855],{"type":47,"value":856},">\n",{"type":42,"tag":50,"props":858,"children":859},{},[860],{"type":47,"value":861},"Key attributes:",{"type":42,"tag":65,"props":863,"children":864},{},[865,875,885,895,906,925],{"type":42,"tag":69,"props":866,"children":867},{},[868,873],{"type":42,"tag":56,"props":869,"children":871},{"className":870},[],[872],{"type":47,"value":85},{"type":47,"value":874}," — path to the block HTML file",{"type":42,"tag":69,"props":876,"children":877},{},[878,883],{"type":42,"tag":56,"props":879,"children":881},{"className":880},[],[882],{"type":47,"value":311},{"type":47,"value":884}," — must match the block's internal ID",{"type":42,"tag":69,"props":886,"children":887},{},[888,893],{"type":42,"tag":56,"props":889,"children":891},{"className":890},[],[892],{"type":47,"value":319},{"type":47,"value":894}," — when the block appears in the host timeline (seconds)",{"type":42,"tag":69,"props":896,"children":897},{},[898,904],{"type":42,"tag":56,"props":899,"children":901},{"className":900},[],[902],{"type":47,"value":903},"data-duration",{"type":47,"value":905}," — how long the block plays",{"type":42,"tag":69,"props":907,"children":908},{},[909,915,917,923],{"type":42,"tag":56,"props":910,"children":912},{"className":911},[],[913],{"type":47,"value":914},"data-width",{"type":47,"value":916}," \u002F ",{"type":42,"tag":56,"props":918,"children":920},{"className":919},[],[921],{"type":47,"value":922},"data-height",{"type":47,"value":924}," — block canvas dimensions",{"type":42,"tag":69,"props":926,"children":927},{},[928,933],{"type":42,"tag":56,"props":929,"children":931},{"className":930},[],[932],{"type":47,"value":327},{"type":47,"value":934}," — layer ordering (higher = in front)",{"type":42,"tag":50,"props":936,"children":937},{},[938,939,945],{"type":47,"value":605},{"type":42,"tag":607,"props":940,"children":942},{"href":941},".\u002Freferences\u002Fwiring-blocks.md",[943],{"type":47,"value":944},"wiring-blocks.md",{"type":47,"value":614},{"type":42,"tag":99,"props":947,"children":949},{"id":948},"wiring-components",[950],{"type":47,"value":951},"Wiring components",{"type":42,"tag":50,"props":953,"children":954},{},[955],{"type":47,"value":956},"Components are snippets — paste their HTML into your composition's markup, their CSS into your style block, and their JS into your script (if any):",{"type":42,"tag":958,"props":959,"children":960},"ol",{},[961,974,985,998,1011],{"type":42,"tag":69,"props":962,"children":963},{},[964,966,972],{"type":47,"value":965},"Read the installed file (e.g., ",{"type":42,"tag":56,"props":967,"children":969},{"className":968},[],[970],{"type":47,"value":971},"compositions\u002Fcomponents\u002Fgrain-overlay.html",{"type":47,"value":973},")",{"type":42,"tag":69,"props":975,"children":976},{},[977,979],{"type":47,"value":978},"Copy the HTML elements into your composition's ",{"type":42,"tag":56,"props":980,"children":982},{"className":981},[],[983],{"type":47,"value":984},"\u003Cdiv data-composition-id=\"...\">",{"type":42,"tag":69,"props":986,"children":987},{},[988,990,996],{"type":47,"value":989},"Copy the ",{"type":42,"tag":56,"props":991,"children":993},{"className":992},[],[994],{"type":47,"value":995},"\u003Cstyle>",{"type":47,"value":997}," block into your composition's styles",{"type":42,"tag":69,"props":999,"children":1000},{},[1001,1003,1009],{"type":47,"value":1002},"Copy any ",{"type":42,"tag":56,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":47,"value":1008},"\u003Cscript>",{"type":47,"value":1010}," content into your composition's script (before your timeline code)",{"type":42,"tag":69,"props":1012,"children":1013},{},[1014],{"type":47,"value":1015},"If the component exposes GSAP timeline integration (see the comment block in the snippet), add those calls to your timeline",{"type":42,"tag":50,"props":1017,"children":1018},{},[1019,1020,1026],{"type":47,"value":605},{"type":42,"tag":607,"props":1021,"children":1023},{"href":1022},".\u002Freferences\u002Fwiring-components.md",[1024],{"type":47,"value":1025},"wiring-components.md",{"type":47,"value":614},{"type":42,"tag":99,"props":1028,"children":1030},{"id":1029},"discovery",[1031],{"type":47,"value":1032},"Discovery",{"type":42,"tag":50,"props":1034,"children":1035},{},[1036],{"type":47,"value":1037},"Browse available items:",{"type":42,"tag":156,"props":1039,"children":1041},{"className":158,"code":1040,"language":160,"meta":161,"style":161},"# Read the registry manifest\ncurl -s https:\u002F\u002Fraw.githubusercontent.com\u002Fheygen-com\u002Fhyperframes\u002Fmain\u002Fregistry\u002Fregistry.json\n",[1042],{"type":42,"tag":56,"props":1043,"children":1044},{"__ignoreMap":161},[1045,1053],{"type":42,"tag":167,"props":1046,"children":1047},{"class":169,"line":170},[1048],{"type":42,"tag":167,"props":1049,"children":1050},{"style":191},[1051],{"type":47,"value":1052},"# Read the registry manifest\n",{"type":42,"tag":167,"props":1054,"children":1055},{"class":169,"line":197},[1056,1061,1066],{"type":42,"tag":167,"props":1057,"children":1058},{"style":174},[1059],{"type":47,"value":1060},"curl",{"type":42,"tag":167,"props":1062,"children":1063},{"style":180},[1064],{"type":47,"value":1065}," -s",{"type":42,"tag":167,"props":1067,"children":1068},{"style":180},[1069],{"type":47,"value":1070}," https:\u002F\u002Fraw.githubusercontent.com\u002Fheygen-com\u002Fhyperframes\u002Fmain\u002Fregistry\u002Fregistry.json\n",{"type":42,"tag":50,"props":1072,"children":1073},{},[1074,1076,1082],{"type":47,"value":1075},"Each item's ",{"type":42,"tag":56,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":47,"value":1081},"registry-item.json",{"type":47,"value":1083}," contains: name, type, title, description, tags, dimensions (blocks only), duration (blocks only), and file list.",{"type":42,"tag":50,"props":1085,"children":1086},{},[1087,1088,1094],{"type":47,"value":605},{"type":42,"tag":607,"props":1089,"children":1091},{"href":1090},".\u002Freferences\u002Fdiscovery.md",[1092],{"type":47,"value":1093},"discovery.md",{"type":47,"value":1095}," for details on filtering by type and tags.",{"type":42,"tag":1097,"props":1098,"children":1099},"style",{},[1100],{"type":47,"value":1101},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1103,"total":1221},[1104,1123,1139,1151,1171,1189,1209],{"slug":1105,"name":1105,"fn":1106,"description":1107,"org":1108,"tags":1109,"stars":25,"repoUrl":26,"updatedAt":1122},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1110,1113,1116,1119],{"name":1111,"slug":1112,"type":15},"Accessibility","accessibility",{"name":1114,"slug":1115,"type":15},"Charts","charts",{"name":1117,"slug":1118,"type":15},"Data Visualization","data-visualization",{"name":1120,"slug":1121,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":1124,"name":1124,"fn":1125,"description":1126,"org":1127,"tags":1128,"stars":25,"repoUrl":26,"updatedAt":1138},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1129,1132,1135],{"name":1130,"slug":1131,"type":15},"Agents","agents",{"name":1133,"slug":1134,"type":15},"Browser Automation","browser-automation",{"name":1136,"slug":1137,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1140,"name":1140,"fn":1141,"description":1142,"org":1143,"tags":1144,"stars":25,"repoUrl":26,"updatedAt":1150},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1145,1146,1149],{"name":1133,"slug":1134,"type":15},{"name":1147,"slug":1148,"type":15},"Local Development","local-development",{"name":1136,"slug":1137,"type":15},"2026-04-06T18:41:17.526867",{"slug":1152,"name":1152,"fn":1153,"description":1154,"org":1155,"tags":1156,"stars":25,"repoUrl":26,"updatedAt":1170},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1157,1158,1161,1164,1167],{"name":1130,"slug":1131,"type":15},{"name":1159,"slug":1160,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1162,"slug":1163,"type":15},"SDK","sdk",{"name":1165,"slug":1166,"type":15},"Serverless","serverless",{"name":1168,"slug":1169,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1172,"name":1172,"fn":1173,"description":1174,"org":1175,"tags":1176,"stars":25,"repoUrl":26,"updatedAt":1188},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1177,1178,1181,1184,1185],{"name":23,"slug":24,"type":15},{"name":1179,"slug":1180,"type":15},"React","react",{"name":1182,"slug":1183,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":20,"slug":21,"type":15},{"name":1186,"slug":1187,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1190,"name":1190,"fn":1191,"description":1192,"org":1193,"tags":1194,"stars":25,"repoUrl":26,"updatedAt":1208},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1195,1198,1201,1204,1207],{"name":1196,"slug":1197,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1199,"slug":1200,"type":15},"Cost Optimization","cost-optimization",{"name":1202,"slug":1203,"type":15},"LLM","llm",{"name":1205,"slug":1206,"type":15},"Performance","performance",{"name":1186,"slug":1187,"type":15},"2026-04-06T18:40:44.377464",{"slug":1210,"name":1210,"fn":1211,"description":1212,"org":1213,"tags":1214,"stars":25,"repoUrl":26,"updatedAt":1220},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1215,1216,1219],{"name":1199,"slug":1200,"type":15},{"name":1217,"slug":1218,"type":15},"Database","database",{"name":1202,"slug":1203,"type":15},"2026-04-06T18:41:08.513425",600,{"items":1223,"total":1418},[1224,1245,1266,1283,1299,1316,1335,1347,1361,1375,1387,1402],{"slug":1225,"name":1225,"fn":1226,"description":1227,"org":1228,"tags":1229,"stars":1242,"repoUrl":1243,"updatedAt":1244},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1230,1233,1236,1239],{"name":1231,"slug":1232,"type":15},"Documents","documents",{"name":1234,"slug":1235,"type":15},"Healthcare","healthcare",{"name":1237,"slug":1238,"type":15},"Insurance","insurance",{"name":1240,"slug":1241,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1246,"name":1246,"fn":1247,"description":1248,"org":1249,"tags":1250,"stars":1263,"repoUrl":1264,"updatedAt":1265},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1251,1254,1256,1259,1262],{"name":1252,"slug":1253,"type":15},".NET","dotnet",{"name":1255,"slug":1246,"type":15},"ASP.NET Core",{"name":1257,"slug":1258,"type":15},"Blazor","blazor",{"name":1260,"slug":1261,"type":15},"C#","csharp",{"name":17,"slug":18,"type":15},23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1267,"name":1267,"fn":1268,"description":1269,"org":1270,"tags":1271,"stars":1263,"repoUrl":1264,"updatedAt":1282},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1272,1275,1278,1281],{"name":1273,"slug":1274,"type":15},"Apps SDK","apps-sdk",{"name":1276,"slug":1277,"type":15},"ChatGPT","chatgpt",{"name":1279,"slug":1280,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1284,"name":1284,"fn":1285,"description":1286,"org":1287,"tags":1288,"stars":1263,"repoUrl":1264,"updatedAt":1298},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1289,1292,1295],{"name":1290,"slug":1291,"type":15},"API Development","api-development",{"name":1293,"slug":1294,"type":15},"CLI","cli",{"name":1296,"slug":1297,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1300,"name":1300,"fn":1301,"description":1302,"org":1303,"tags":1304,"stars":1263,"repoUrl":1264,"updatedAt":1315},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1305,1308,1311,1312],{"name":1306,"slug":1307,"type":15},"Cloudflare","cloudflare",{"name":1309,"slug":1310,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1159,"slug":1160,"type":15},{"name":1313,"slug":1314,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1317,"name":1317,"fn":1318,"description":1319,"org":1320,"tags":1321,"stars":1263,"repoUrl":1264,"updatedAt":1334},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1322,1325,1328,1331],{"name":1323,"slug":1324,"type":15},"Productivity","productivity",{"name":1326,"slug":1327,"type":15},"Project Management","project-management",{"name":1329,"slug":1330,"type":15},"Strategy","strategy",{"name":1332,"slug":1333,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1336,"name":1336,"fn":1337,"description":1338,"org":1339,"tags":1340,"stars":1263,"repoUrl":1264,"updatedAt":1346},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1341,1342,1344,1345],{"name":1120,"slug":1121,"type":15},{"name":1343,"slug":1336,"type":15},"Figma",{"name":23,"slug":24,"type":15},{"name":1279,"slug":1280,"type":15},"2026-04-12T05:06:47.939943",{"slug":1348,"name":1348,"fn":1349,"description":1350,"org":1351,"tags":1352,"stars":1263,"repoUrl":1264,"updatedAt":1360},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1353,1354,1357,1358,1359],{"name":1120,"slug":1121,"type":15},{"name":1355,"slug":1356,"type":15},"Design System","design-system",{"name":1343,"slug":1336,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},"2026-05-10T05:59:52.971881",{"slug":1362,"name":1362,"fn":1363,"description":1364,"org":1365,"tags":1366,"stars":1263,"repoUrl":1264,"updatedAt":1374},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1367,1368,1369,1372,1373],{"name":1120,"slug":1121,"type":15},{"name":1355,"slug":1356,"type":15},{"name":1370,"slug":1371,"type":15},"Documentation","documentation",{"name":1343,"slug":1336,"type":15},{"name":23,"slug":24,"type":15},"2026-05-16T06:07:47.821474",{"slug":1376,"name":1376,"fn":1377,"description":1378,"org":1379,"tags":1380,"stars":1263,"repoUrl":1264,"updatedAt":1386},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1381,1382,1383,1384,1385],{"name":1120,"slug":1121,"type":15},{"name":1343,"slug":1336,"type":15},{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":17,"slug":18,"type":15},"2026-05-16T06:07:40.583615",{"slug":1388,"name":1388,"fn":1389,"description":1390,"org":1391,"tags":1392,"stars":1263,"repoUrl":1264,"updatedAt":1401},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1393,1396,1397,1400],{"name":1394,"slug":1395,"type":15},"Animation","animation",{"name":1296,"slug":1297,"type":15},{"name":1398,"slug":1399,"type":15},"Creative","creative",{"name":1120,"slug":1121,"type":15},"2026-05-02T05:31:48.48485",{"slug":1403,"name":1403,"fn":1404,"description":1405,"org":1406,"tags":1407,"stars":1263,"repoUrl":1264,"updatedAt":1417},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1408,1409,1410,1413,1416],{"name":1398,"slug":1399,"type":15},{"name":1120,"slug":1121,"type":15},{"name":1411,"slug":1412,"type":15},"Image Generation","image-generation",{"name":1414,"slug":1415,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]