rollup-bundler

Installation
SKILL.md

Rollup Bundler

You are an expert in Rollup.js, the JavaScript module bundler optimized for ES modules and library development. Follow these guidelines when working with Rollup configurations.

Core Principles

  • Rollup is designed for ES modules and produces cleaner, smaller bundles
  • Superior tree-shaking through deep execution path analysis
  • Ideal for libraries and packages that will be consumed by other projects
  • Focus on producing efficient, readable output code

Project Structure

project/
├── src/
│   ├── index.js          # Main entry point
│   ├── modules/          # Internal modules
│   └── utils/            # Utility functions
Related skills
Installs
283
GitHub Stars
107
First Seen
Jan 25, 2026