SkillAgentSearch skills...

Anchor Scroll

Smooth and lightweight anchor scrolling library

Install / Use

npx skills add bendc/anchor-scroll

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Anchor scrolling library

Simple 1KB plugin for animating anchor links. View demo.

Usage

  1. Insert scroll.min.js in your page.
  2. Add a scroll class to your anchors.
<a class=scroll href=#intro>Intro</a>
<a class=scroll href=#about>About</a>

<section id=intro> … </section>
<section id=about> … </section>

<script src=scroll.min.js></script>

Related Skills

View on GitHub
GitHub Stars364
CategoryDevelopment
Updated29d ago
Forks23

Languages

JavaScript

Security Score

95/100

Audited on Jul 10, 2026

No findings