Agent skill
parcel
Parcel zero-config bundler. Use for simple bundling.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/parcel
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.htmlto 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.
Workers
Parallelizes work across all cores.
Best Practices (2025)
Do:
- Use
<script type="module">: Point Parcel at your HTML file as the entry. - Use
macros: Parcel supports build-time macros.
Don't:
- Don't fight the auto-install: Let Parcel manage its plugins.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?