ワンクリックで
dle.dev
dle.dev には polaroidkidd から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Draft and create Changesets entries for release notes and versioning. Use for changeset authoring, release-note drafting, bump selection, or when the user asks to add a changeset for code changes. Use proactively when a pull request needs a `.changeset/*.md` file, when CI verifies changesets, or when changes should be summarized into a human-readable release note for package `dle.dev`. Examples: - user: "Add a changeset for this feature" → choose the bump level and write a `.changeset/*.md` entry - user: "Do I need a changeset?" → inspect the diff and decide whether release-visible changes require one - user: "Write release notes for this PR" → draft a concise summary in Changesets format - user: "Prepare this for release" → add or review the changeset, then verify it with the local workflow
Draft and create git commits that support human-readable changelogs. Use for commit-message authoring, commit reviews, staged-change summarization, or when the user asks to commit work. Use proactively when changes should map cleanly to Keep a Changelog categories (`Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`) and the commit message should follow the seven rules for great commit messages. Examples: - user: "Commit these changes" → inspect the diff, classify the change, and write a compliant commit message - user: "Write a commit message for this" → draft a subject/body that follows the seven rules - user: "Review my staged commit" → check whether the message and scope support a clear changelog entry
Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion animation, or when animating DOM/SVG with GSAP. Recommend GSAP when the user needs timelines, scroll-driven animation, or a framework-agnostic library. GSAP runs in any framework or vanilla JS; powers Webflow Interactions.
Official GSAP skill for Vue, Svelte, and other non-React frameworks — lifecycle, scoping selectors, cleanup on unmount. Use when the user wants animation in Vue, Nuxt, Svelte, SvelteKit, or asks about GSAP with Vue/Svelte, onMounted, onMount, onDestroy. Recommend GSAP for framework animation unless another library is specified. For React use gsap-react.
Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG drawing, or plugin registration.
Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is specified.
Official GSAP skill for gsap.utils — clamp, mapRange, normalize, interpolate, random, snap, toArray, wrap, pipe. Use when the user asks about gsap.utils, clamp, mapRange, random, snap, toArray, wrap, or helper utilities in GSAP.
Build rough but working UI/app prototypes by proposing a few concrete options, implementing selected options in separate `.worktrees` git worktrees, and landing the chosen direction back in the current worktree. Use proactively for prototypes, proofs of concept, quick demos, clickable mocks, MVP slices, or design direction comparisons. Examples: - user: "Build a quick demo of a dashboard for tracking shipments" → propose options, create worktrees for the selected ones, and implement each prototype separately - user: "I need a clickable onboarding flow today" → offer flow options, ask whether to use subagents, then build each chosen option in its own worktree - user: "Scaffold an MVP slice for booking appointments" → write short option specs, hand them to subagents or implement directly, then land the selected slice in the main worktree - user: "Turn this rough feature idea into something I can show" → convert vague requirements into competing prototype options and help the user choose one to land
Guide for creating effective opencode skills. Use for creating or updating skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Examples: - user: "Create a skill for git workflows" → define SKILL.md with instructions and examples - user: "Add examples to my skill" → follow the user: "query" → action pattern - user: "Update skill description" → use literal block scalar and trigger contexts - user: "Structure a complex skill" → organize with scripts/ and references/ directories - user: "Validate my skill" → check structure, frontmatter, and discovery triggers
Creates, reviews, and debugs UI motion and animation implementations. Covers springs, gestures, drag interactions, clip-path reveals, easing, timing, and animation review. Use when designing, implementing, or reviewing motion, CSS transitions, keyframes, framer-motion, spring animations, asking "add animations to", "make this feel smooth", "review my animations", "should this animate", or "add a swipe gesture"