Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
7801 react-modernization sickn33/antigravity-awesome-skills
React Modernization Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation. When to Use This Skill Upgrading React applications to latest versions Migrating class components to functional components with hooks Adopting concurrent React features (Suspense, transitions) Applying codemods for automated refactoring Modernizing state management patterns Updating to TypeScript Improving performance with React 18+ features Versio...
260
7802 nano-banana-2 intellectronica/agent-skills
Nano Banana 2 - Gemini 3.1 Flash Image Preview Generate images with Google Gemini 3.1 Flash Image Preview via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run google/gemini-3-1-flash-image-preview --input '{"prompt": "a banana in space, photorealistic"}' Examples Basic Text-to-Image infsh app run google/gemini-3-1-flash-image-preview --input '{ "prompt": "A futuristic citysca...
260
7803 nansen-prediction-markets nansen-ai/nansen-cli
Prediction Market Screeners All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub> ) No --chain flag needed — Polymarket runs on Polygon. Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 → market_id...
260
7804 aiconfig-create launchdarkly/agent-skills
Create AI Config You're using a skill that will guide you through setting up AI configuration in your application. Your job is to explore the codebase to understand the use case and stack, choose agent vs completion mode, create the config following the right path, and verify it works. Prerequisites LaunchDarkly API access token with ai-configs:write permission or MCP server LaunchDarkly project (use aiconfig-projects skill if needed) Core Principles Understand the Use Case First : Know what you...
260
7805 aiconfig-update launchdarkly/agent-skills
AI Config Update & Lifecycle You're using a skill that will guide you through updating, archiving, and deleting AI Configs and their variations. Your job is to understand the current state of the config, make the changes, and verify the result. Prerequisites Existing AI Config to modify LaunchDarkly API access token or MCP server Core Principles Fetch Before Changing : Always check the current state before modifying Verify After Changing : Fetch the config again to confirm updates were applied A...
260
7806 component-spec owl-listener/designer-skills
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
260
7807 pytorch mindrally/skills
PyTorch Development You are an expert in deep learning with PyTorch, transformers, and diffusion models. Core Principles Write concise, technical code with accurate examples Prioritize clarity and efficiency in deep learning workflows Use object-oriented programming for model architectures Implement proper GPU utilization and mixed precision training Model Development Custom Modules Implement custom nn.Module classes for architectures Use forward method for forward pass logic Initialize weight...
260
7808 kubernetes mindrally/skills
Kubernetes / DevOps You are an expert in Kubernetes, DevOps, and cloud-native infrastructure with deep knowledge of containerization and automation. Core Principles Use English for all code and documentation Prioritize modular, reusable, scalable code Follow naming conventions (camelCase, PascalCase, snake_case, UPPER_CASE for constants) Avoid hardcoded values; use environment variables Apply Infrastructure-as-Code principles Enforce principle of least privilege for access control Kubernetes Use...
260
7809 wireframe-spec owl-listener/designer-skills
Wireframe Spec You are an expert in creating annotated wireframe specifications. What You Do You specify wireframe layouts defining content priority, component placement, behavior annotations, and responsive considerations. Wireframe Components Content Blocks Headers and navigation Hero/feature areas Content sections (text, media, cards) Forms and input areas Footers and secondary navigation Annotations Content priority numbers (what loads/appears first) Interaction notes (what happens on click/...
260
7810 azure-app-service aj-geddes/useful-ai-prompts
Azure App Service Overview Azure App Service provides a fully managed platform for building and hosting web applications, REST APIs, and mobile backends. Support multiple programming languages with integrated DevOps, security, and high availability. When to Use Web applications (ASP.NET, Node.js, Python, Java) REST APIs and microservices Mobile app backends Static website hosting Production applications requiring scale Applications needing auto-scaling Multi-region deployments Containerized ap...
260
7811 api-versioning-strategy aj-geddes/useful-ai-prompts
API Versioning Strategy Overview Comprehensive guide to API versioning approaches, deprecation strategies, backward compatibility techniques, and migration planning for REST APIs, GraphQL, and gRPC services. When to Use Designing new APIs with versioning from the start Adding breaking changes to existing APIs Deprecating old API versions Planning API migrations Ensuring backward compatibility Managing multiple API versions simultaneously Creating API documentation for different versions Implem...
260
7812 write-example tldraw/tldraw
Writing tldraw examples The examples project (apps/examples) contains minimal demonstrations of how to use the tldraw SDK. Examples are embedded on the docs site and deployed to examples.tldraw.com. Standards for examples in apps/examples/src/examples. Example structure Each example lives in its own folder: apps/examples/src/examples/ └── my-example/ ├── README.md Required metadata ├── MyExampleExample.tsx Main example file └── my-example.css Optional styles Fo...
260
7813 gap-analysis aj-geddes/useful-ai-prompts
Gap Analysis Overview Gap analysis systematically compares current capabilities with desired future state, revealing what needs to change and what investments are required. When to Use Strategic planning and goal setting Technology modernization assessment Process improvement initiatives Skills and training planning System evaluation and selection Organizational change planning Capability building programs Instructions 1. Gap Identification Framework Systematic gap identification class GapAn...
260
7814 causal inference aj-geddes/useful-ai-prompts
Causal Inference Overview Causal inference determines cause-and-effect relationships and estimates treatment effects, going beyond correlation to understand what causes what. When to Use Evaluating the impact of policy interventions or business decisions Estimating treatment effects when randomized experiments aren't feasible Controlling for confounding variables in observational data Determining if a marketing campaign or product change caused an outcome Analyzing heterogeneous treatment effect...
260
7815 ln-774-healthcheck-setup levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures health check endpoints for Kubernetes probes and monitoring. Overview | Input | Context Store from ln-770 | Output | Health check endpoints and Kubernetes probe configuration | Stacks | .NET (AspNetCore.Diagnostics.HealthChecks), Python (FastAPI routes) Phase 1: Receive Context + Identify Dependencies Accept Context Store and scan for dependencies to monitor. Required Context: - `STACK`:...
260
7816 ln-629-lifecycle-auditor levnikolaevich/claude-code-skills
Specialized worker auditing application lifecycle and entry points. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit lifecycle (Category 12: Medium Priority) - Check bootstrap, shutdown, signal handling, probes - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, deployment type, codebase root. Workflow - Parse context - Check lifecycle patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. B...
260
7817 ln-622-build-auditor levnikolaevich/claude-code-skills
Specialized worker auditing build health and code quality tooling. Purpose & Scope - Worker in ln-620 coordinator pipeline - invoked by ln-620-codebase-auditor - Audit codebase for build health issues (Category 2: Critical Priority) - Check compiler/linter errors, deprecation warnings, type errors, failed tests, build config - Return structured findings to coordinator with severity, location, effort, recommendations - Calculate compliance score (X/10) for Build Health category Inputs (f...
260
7818 context-retrospective jwynia/agent-skills
Context Network Retrospective Purpose Analyze agent-user interaction transcripts to identify context network maintenance needs and guidance improvements. Extract actionable insights for enhancing both network structure and agent instructions. Core Principle Learn from every interaction. Each transcript reveals gaps in context, navigation issues, and guidance problems that can be systematically fixed. Analysis Dimensions 1. Knowledge Gap Identification Look For: Questions agent couldn't ans...
260
7819 openspec itechmeat/llm-code
OpenSpec (OPSX) Skill Use this skill to guide or reason about the OpenSpec artifact-driven workflow system (OPSX), including artifact graphs, schema/template resolution, change lifecycle, and experimental commands/skills. When to Use You need to explain or apply the artifact-driven workflow (OPSX). You are planning or reviewing changes based on artifact dependencies. You need to interpret schema/template resolution rules (XDG + built-ins). You are asked to design or validate changes to the Ope...
260
7820 render-props-pattern patternsdev/skills
Render Props Pattern Table of Contents When to Use When NOT to Use Instructions Details Source Another way of making components very reusable, is by using the render prop pattern. A render prop is a prop on a component, which value is a function that returns a JSX element. The component itself does not render anything besides the render prop. Instead, the component simply calls the render prop, instead of implementing its own rendering logic. Imagine that we have a Title component. In this case,...
260
7821 hoc-pattern patternsdev/skills
HOC Pattern Table of Contents When to Use When NOT to Use Instructions Details Source Within our application, we often want to use the same logic in multiple components. This logic can include applying a certain styling to components, requiring authorization, or adding a global state. One way of being able to reuse the same logic in multiple components, is by using the higher order component pattern. This pattern allows us to reuse component logic throughout our application. When to Use Use this...
260
7822 37signals-way wondelai/skills
The 37signals Product Development Framework A complete system for building profitable software products without bloat, bureaucracy, or burnout. Over fifteen years, 37signals distilled their approach into three books: Getting Real (2006) established the "build less" ethos, Rework (2010) challenged conventional business wisdom, and Shape Up (2019) operationalized everything into a repeatable development process. Together they form a philosophy, a mindset, and a method for small teams that ship mea...
260
7823 architecture-diagram cocoon-ai/architecture-diagram-generator
Architecture Diagram Skill Create professional technical architecture diagrams as self-contained HTML files with inline SVG graphics and CSS styling. Design System Color Palette Use these semantic colors for component types: Component Type Fill (rgba) Stroke Frontend rgba(8, 51, 68, 0.4) 22d3ee (cyan-400) Backend rgba(6, 78, 59, 0.4) 34d399 (emerald-400) Database rgba(76, 29, 149, 0.4) a78bfa (violet-400) AWS/Cloud rgba(120, 53, 15, 0.3) fbbf24 (amber-400) Security rgba(136, 19, 55, 0.4) fb7185 ...
260
7824 data-validation anthropics/knowledge-work-plugins
Data Validation Skill Pre-delivery QA checklist, common data analysis pitfalls, result sanity checking, and documentation standards for reproducibility. Pre-Delivery QA Checklist Run through this checklist before sharing any analysis with stakeholders. Data Quality Checks Source verification : Confirmed which tables/data sources were used. Are they the right ones for this question? Freshness : Data is current enough for the analysis. Noted the "as of" date. Completeness : No unexpected gaps in t...
259
7825 alicloud-data-lake-dlf cinience/alicloud-skills
Category: service Data Lake Formation Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Data Lake Formation. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region poli...
259
7826 alicloud-ai-contactcenter-ai cinience/alicloud-skills
Category: service Contact Center AI Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Contact Center AI. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ...
259
7827 swiftui-skills ameyalambat128/swiftui-skills
swiftui-skills What this is A packaged set of Apple-authored AdditionalDocumentation shipped inside Xcode, plus prompts that enforce Apple-native patterns and reduce hallucinations. Source of truth All factual claims and APIs must be grounded in files under /docs. How to use If you are writing code: pick the relevant doc(s), summarize the applicable rules, then produce compile-ready Swift code. If you are reviewing code: list issues and improvements, referencing doc(s) used. If uncertain: as...
259
7828 brand-guidelines davila7/claude-code-templates
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
259
7829 voice-ai-development davila7/claude-code-templates
Voice AI Development Role: Voice AI Architect You are an expert in building real-time voice applications. You think in terms of latency budgets, audio quality, and user experience. You know that voice apps feel magical when fast and broken when slow. You choose the right combination of providers for each use case and optimize relentlessly for perceived responsiveness. Capabilities OpenAI Realtime API Vapi voice agents Deepgram STT/TTS ElevenLabs voice synthesis LiveKit real-time infrastructur...
259
7830 pydicom davila7/claude-code-templates
Pydicom Overview Pydicom is a pure Python package for working with DICOM files, the standard format for medical imaging data. This skill provides guidance on reading, writing, and manipulating DICOM files, including working with pixel data, metadata, and various compression formats. When to Use This Skill Use this skill when working with: Medical imaging files (CT, MRI, X-ray, ultrasound, PET, etc.) DICOM datasets requiring metadata extraction or modification Pixel data extraction and image ...
259
7831 pymc-bayesian-modeling davila7/claude-code-templates
PyMC Bayesian Modeling Overview PyMC is a Python library for Bayesian modeling and probabilistic programming. Build, fit, validate, and compare Bayesian models using PyMC's modern API (version 5.x+), including hierarchical models, MCMC sampling (NUTS), variational inference, and model comparison (LOO, WAIC). When to Use This Skill This skill should be used when: Building Bayesian models (linear/logistic regression, hierarchical models, time series, etc.) Performing MCMC sampling or variation...
259
7832 railway-deployment davila7/claude-code-templates
Railway Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the railway-environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deplo...
259
7833 seo-authority-builder sickn33/antigravity-awesome-skills
Use this skill when Working on seo authority builder tasks or workflows Needing guidance, best practices, or checklists for seo authority builder Do not use this skill when The task is unrelated to seo authority builder You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-pl...
259
7834 sql-optimization-patterns sickn33/antigravity-awesome-skills
SQL Optimization Patterns Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis. When to Use This Skill Debugging slow-running queries Designing performant database schemas Optimizing application response times Reducing database load and costs Improving scalability for growing datasets Analyzing EXPLAIN query plans Implementing efficient indexes Resolving N+1 query problems Core Concepts 1. Query Execution Plans...
259
7835 laravel-expert sickn33/antigravity-awesome-skills
Laravel Expert Skill Metadata Name: laravel-expert Focus: General Laravel Development Scope: Laravel Framework (10/11+) Role You are a Senior Laravel Engineer. You provide production-grade, maintainable, and idiomatic Laravel solutions. You prioritize: Clean architecture Readability Testability Security best practices Performance awareness Convention over configuration You follow modern Laravel standards and avoid legacy patterns unless explicitly required. Use This Skill When Building new Larav...
259
7836 daily-news-report rookie-ricardo/erduo-skills
Daily News Report v3.0 架构升级:主 Agent 调度 + SubAgent 执行 + 浏览器抓取 + 智能缓存 核心架构 ┌─────────────────────────────────────────────────────────────────────┐ │ 主 Agent (Orchestrator) │ │ 职责:调度、监控、评估、决策、汇总 │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ 1...
259
7837 gesture-patterns owl-listener/designer-skills
Gesture Patterns You are an expert in designing intuitive gesture-based interactions. What You Do You design gesture interactions that feel natural and discoverable across touch and pointer devices. Core Gestures Tap : Select, activate, toggle Double tap : Zoom, like/favorite Long press : Context menu, reorder mode, preview Swipe : Navigate, dismiss, reveal actions Pinch : Zoom in/out Rotate : Rotate content (maps, images) Drag : Move, reorder, adjust values Pull : Refresh content (pull-to-refre...
259
7838 icon-system owl-listener/designer-skills
Icon System You are an expert in designing and maintaining comprehensive icon systems. What You Do You create icon system specs ensuring visual consistency and scalable management. Foundations Grid : Base size (24x24px), keylines, stroke width, corner radius Sizes : XS (12-16px), S (20px), M (24px), L (32px), XL (48px+) Style : Stroke, filled, duotone — when to use each Naming icon-[category]-[name]-[variant] Categories: action, navigation, content, communication, social, status, file, device De...
259
7839 writing-humanizer-zh hairyf/skills
Humanizer-zh: 去除 AI 写作痕迹 你是一位文字编辑,专门识别和去除 AI 生成文本的痕迹,使文字听起来更自然、更有人味。本指南基于维基百科的"AI 写作特征"页面,由 WikiProject AI Cleanup 维护。 你的任务 当收到需要人性化处理的文本时: 识别 AI 模式 - 扫描下面列出的模式 重写问题片段 - 用自然的替代方案替换 AI 痕迹 保留含义 - 保持核心信息完整 维持语调 - 匹配预期的语气(正式、随意、技术等) 注入灵魂 - 不仅要去除不良模式,还要注入真实的个性 核心规则速查 在处理文本时,牢记这 5 条核心原则: 删除填充短语 - 去除开场白和强调性拐杖词 打破公式结构 - 避免二元对比、戏剧性分段、修辞性设置 变化节奏 - 混合句子长度。两项优于三项。段落结尾要多样化 信任读者 - 直接陈述事实,跳过软化、辩解和手把手引导 删除金句 - 如果听起来像可引用的语句,重写它 个性与灵魂 避免 AI 模式只是工作的一半。无菌、没有声音的写作和机器生成的内容一样明显。好的写作背后有一个真实的人。 缺乏灵魂的写作迹象(即使技术上"干净"): 每个句...
259
7840 git-workflow-strategy aj-geddes/useful-ai-prompts
Git Workflow Strategy Overview Establish efficient Git workflows that support team collaboration, code quality, and deployment readiness through structured branching strategies and merge patterns. When to Use Team collaboration setup Release management Feature development coordination Hotfix procedures Code review processes CI/CD integration planning Implementation Examples 1. GitFlow Workflow Setup Initialize GitFlow git flow init -d Start a feature git flow feature start new-feature Work...
259
7841 transaction-management aj-geddes/useful-ai-prompts
Transaction Management Overview Implement robust transaction management with ACID compliance, concurrency control, and error handling. Covers isolation levels, locking strategies, and deadlock resolution. When to Use ACID transaction implementation Concurrent data modification handling Isolation level selection Deadlock prevention and resolution Transaction timeout configuration Distributed transaction coordination Financial transaction safety Transaction Basics PostgreSQL Transactions Simple...
259
7842 cross-platform-compatibility aj-geddes/useful-ai-prompts
Cross-Platform Compatibility Overview Comprehensive guide to writing code that works seamlessly across Windows, macOS, and Linux. Covers file path handling, environment detection, platform-specific features, and testing strategies. When to Use Building applications for multiple operating systems Handling file system operations Managing platform-specific dependencies Detecting operating system and architecture Working with environment variables Building cross-platform CLI tools Dealing with lin...
259
7843 email-service-integration aj-geddes/useful-ai-prompts
Email Service Integration Overview Build comprehensive email systems with SMTP integration, third-party email providers (SendGrid, Mailgun, AWS SES), HTML templates, email validation, retry mechanisms, and proper error handling. When to Use Sending transactional emails Implementing welcome/confirmation emails Creating password reset flows Sending notification emails Building email templates Managing bulk email campaigns Instructions 1. Python/Flask with SMTP config.py import os class EmailCo...
259
7844 naming-convention owl-listener/designer-skills
Naming Convention You are an expert in creating clear, scalable naming systems for design assets, components, and tokens. What You Do You establish naming conventions that make design systems predictable, searchable, and maintainable. Principles Predictable 2. Consistent 3. Scalable 4. Scannable 5. Unambiguous Patterns Components : [category]/[name]/[variant]/[state] Tokens : {category}-{property}-{concept}-{variant}-{state} Files : [type]-[name]-[variant].[ext] Design files : Numbered + descrip...
259
7845 ln-201-opportunity-discoverer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Opportunity Discoverer Traffic-First approach to finding next growth direction for existing product. Core Philosophy Anti-pattern: Idea → Surveys → Product → "where's traffic?" Correct: Traffic → Niche → MVP → Launch under existing demand The 90% Developer Bug Most fail because they: Invent idea with no analogs Ask 5 people...
259
7846 ln-200-scope-decomposer levnikolaevich/claude-code-skills
Top-level orchestrator for complete initiative decomposition from scope to User Stories through Epic and Story coordinators. Overview What This Skill Does Coordinates the complete decomposition pipeline for new initiatives: - Auto-discovers Team ID from kanban_board.md - Phase 1: Discovery (Team ID) - Phase 2: Epic Decomposition (delegates to ln-210-epic-coordinator) - Phase 3: Story Decomposition Loop (delegates to ln-220-story-coordinator per Epic, sequential) - Phase 4: Summary (tot...
259
7847 dependency-auditor useai-pro/openclaw-skills-security
Dependency Auditor You are a dependency security auditor for OpenClaw. When a skill tries to install packages or you review a project's dependencies, check for security issues. When to Audit Before running npm install , pip install , go get commands suggested by a skill When reviewing a skill that adds dependencies to package.json or requirements.txt When a skill suggests installing a package you haven't used before During periodic security audits of your project Audit Checklist 1. Package Legit...
259
7848 ebook-analysis jwynia/agent-skills
Ebook Analysis: Non-Fiction Knowledge Extraction You analyze ebooks to extract knowledge with full citation traceability. This skill supports two complementary extraction modes: Concept Extraction - Extract ideas classified by abstraction (principle → tactic) Entity Extraction - Extract named things (studies, researchers, frameworks, anecdotes) that persist across books Core Principle Every extraction must be traceable to its exact source. Citation traceability is non-negotiable. Extract less...
259
7849 revision jwynia/agent-skills
Revision: Diagnostic Skill You diagnose revision-level problems and guide systematic manuscript improvement. Your role is to help writers work through revision efficiently and know when they're done. Core Principle Revision is not one activity but many, each operating at a different scale. Work from largest scale to smallest: Developmental (structure, story) Line (sentences, paragraphs) Copy (mechanics, consistency) Crucial insight: Polishing prose in a scene you'll later cut is wasted eff...
259
7850 locomotive-scroll freshtechbro/claudedesignskills
Locomotive Scroll Comprehensive guide for implementing smooth scrolling, parallax effects, and scroll-driven animations using Locomotive Scroll. Overview Locomotive Scroll is a JavaScript library that provides: Smooth scrolling : Hardware-accelerated smooth scroll with customizable easing Parallax effects : Element-level speed control for depth Viewport detection : Track when elements enter/exit viewport Scroll events : Monitor scroll progress for animation synchronization Sticky elements : Pin ...
259