parcel

Installation
SKILL.md

Parcel

Parcel is the "Zero Config" bundler. It works out of the box for React, Vue, Rust (Wasm), and more. v2.12 uses Lightning CSS for extreme performance.

When to Use

  • Prototypes: You just want index.html to work.
  • Simple Apps: You don't want to maintain a 500-line config file.
  • Polyglot: You have images, Rust, and SCSS mixed together.

Core Concepts

Zero Config

It auto-detects transforms. If you import './style.scss', it installs sass automatically.

Caching

Aggressive filesystem caching makes restarts instant.

Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
parcel — g1joshi/agent-skills