with one click
parcel
Parcel zero-config bundler. Use for simple bundling.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Parcel zero-config bundler. Use for simple bundling.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Android Studio IDE with emulator and profiler. Use for Android development.
Atom hackable text editor from GitHub. Use for extensible editing.
Babel JavaScript compiler for compatibility. Use for transpiling.
Biome fast formatter and linter. Use for code quality.
Bitbucket Git repository hosting with Pipelines. Use for Atlassian teams.
Confluence team documentation platform. Use for documentation.
| name | parcel |
| description | Parcel zero-config bundler. Use for simple bundling. |
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.
index.html to work.It auto-detects transforms. If you import './style.scss', it installs sass automatically.
Aggressive filesystem caching makes restarts instant.
Parallelizes work across all cores.
Do:
<script type="module">: Point Parcel at your HTML file as the entry.macros: Parcel supports build-time macros.Don't: