greensock/gsap-skills
Official AI skills for GSAP. These skills teach AI coding agents how to correctly use GSAP (GreenSock Animation Platform), including best practices, common animation patterns, and plugin usage.
解決的問題
本專案提供官方「AI 技能」,以確保 AI 編程代理(如 Claude、Cursor 和 Copilot)生成正確、高性能的 GSAP (GreenSock Animation Platform) 程式碼。它能防止代理在實現動畫時使用過時的模式或錯誤的 API 呼叫。
工作原理
它以「Agent Skills」格式提供結構化的文件與指令集。這些檔案可以透過 CLI 工具安裝,也可以手動複製到代理的技能目錄中。安裝後,代理將利用這些技能來理解核心 API、時間軸 (timelines)、ScrollTrigger 以及特定框架的整合(React、Vue、Svelte)。
適用對象
使用 AI 編程助手構建 Web 動畫的開發者,以及希望其 AI 代理成為 GSAP 函式庫專家的人士。
亮點
- 廣泛的代理支援:相容 Cursor、Claude Code、Copilot、Windsurf 以及其他 40 多個代理。
- 全面的覆蓋:包括針對核心 API、時間軸、ScrollTrigger、插件和效能優化的專業技能。
- 框架無關:為原生 JavaScript 以及 React、Vue 和 Svelte 提供特定指導。
- 安裝簡便:支援透過
npx skills add 進行安裝或直接透過插件市場整合。
相關
- 專案
expo/skillsExpo Skills is a set of AI‑agent extensions that teach coding assistants how to work with the Expo React‑Native platform. Installable as a Claude Code/OpenAI Codex plugin or via a generic `skills` CLI, the package provides dozens of focused “skills”—from project scaffolding and router setup to paid EAS services like builds, hosting, and update monitoring. Agents pick the appropriate skill based on a user’s request, can even call the Expo MCP server for live actions, and telemetry is opt‑in. All content is MIT‑licensed.
- 專案
samber/cc-skills-golangA curated set of AI‑agent “skills” that encode Go best‑practice guidance (style, testing, concurrency, libraries, etc.). Installable via the universal `skills` CLI or by cloning into the discovery folder of Claude Code, Copilot, Gemini, Cursor, etc. Skills are atomic, human‑reviewed, and dramatically improve AI‑assistant accuracy on Go code reviews.
- 專案
NVIDIA/skills一個 NVIDIA 驗證的指令集目錄,教導 AI 程式碼代理如何最佳化使用 NVIDIA 軟體、庫和硬體工作流程。
- 專案
microsoft/skills一組領域特定的技能與設定,為 AI 程式碼代理提供必要的上下文,以有效使用 Azure SDK 與 Microsoft AI Foundry。
- 專案