Content
71%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-organized ScrollTrigger reference with excellent code examples, weakened mainly by redundant best-practice/do-not sections and a monolithic single-file structure that could benefit from splitting detailed reference material into bundle files.
Suggestions
Collapse the "Official GSAP best practices" and "Do Not" sections into one list; each point (scrub vs toggleActions, ease:none for containerAnimation, refresh after layout changes, refreshPriority ordering, registerPlugin) is currently stated twice.
Move the large config-options table and the detailed batch()/scrollerProxy() sections into separate reference files under references/ (e.g. CONFIG.md, BATCH.md) and link to them from SKILL.md to reduce the inline footprint.
Dedupe recurring reminders (registerPlugin, refresh(), ease:none) so each appears once in its primary section rather than echoing across multiple sections.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Core reference material and code examples earn their place, but the "Official GSAP best practices" and "Do Not" sections restate the same ~5 points (scrub+toggleActions, ease:none, refresh, refreshPriority, registerPlugin), and several concepts recur three or more times. | 3 / 5 |
Actionability | Provides many copy-paste-ready, executable examples (basic trigger, batch, scrollerProxy, scrub, pinning, timeline, horizontal scroll) alongside a thorough config-options table covering the common cases. | 5 / 5 |
Workflow Clarity | The horizontal-scroll pattern is laid out as a clear numbered 1-4 sequence and cleanup guidance is explicit; no destructive/batch operations require validation checkpoints, so the missing checkpoints are a minor gap rather than a cap. | 4 / 5 |
Progressive Disclosure | No bundle files exist and all content is inlined in a single ~290-line file; section headers and external GSAP doc links are clear, but the sizable config table and detailed batch/scrollerProxy sections could be split into separate reference files. | 3 / 5 |
Total | 15 / 20 Passed |