From 6c05797c4af968821295ce7b28ff2c5e026d5345 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 15 Apr 2026 03:23:00 +0000 Subject: [PATCH] fix(readme): correct skills table to match actual skill names --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6fdc508552..402ef66554 100644 --- a/README.md +++ b/README.md @@ -130,12 +130,12 @@ npx skills add heygen-com/hyperframes # HyperFrames skills npx skills add greensock/gsap-skills # GSAP animation skills ``` -| Skill | What it teaches | -| ------------------------------------------------- | ---------------------------------------------------------------------- | -| `hyperframes-compose` | HTML composition structure, `data-*` attributes, timeline registration | -| `hyperframes-captions` | Caption/subtitle authoring and transcript integration | -| `hyperframes-registry` | Block and component installation via `hyperframes add` | -| `gsap-core`, `gsap-timeline`, `gsap-plugins`, ... | GSAP animation API, sequencing, ScrollTrigger, performance | +| Skill | What it teaches | +| ---------------------- | -------------------------------------------------------------------------------------------- | +| `hyperframes` | HTML composition authoring, captions, TTS, audio-reactive animation, transitions | +| `hyperframes-cli` | CLI commands: init, lint, preview, render, transcribe, tts, doctor | +| `hyperframes-registry` | Block and component installation via `hyperframes add` | +| `gsap` | GSAP animation API, timelines, easing, ScrollTrigger, plugins, React/Vue/Svelte, performance | ## Contributing