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/skillsNVIDIA 验证过的指令集的目录,用于教导 AI 编程助手如何优化地使用 NVIDIA 软件、库和硬件工作流。
- 项目
microsoft/skills一套领域特定的技能和配置,为 AI 编码代理提供必要的上下文,以有效使用 Azure SDK 和 Microsoft AI Foundry。
- 项目