Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add pledgeandgrow/pledge-skills --skill rolldowngit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/rolldown)<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/rolldown"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/rolldown/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/rolldown"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/rolldown.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.02180 |
| Opus 5 | $0.00018 | $0.01090 |
| Sonnet 5 | $0.00007 | $0.00436 |
| Haiku 4.5 | $0.00004 | $0.00218 |
Grade A, and why
rolldown-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 204 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rolldown
Blazing fast Rust-based bundler for JavaScript with Rollup-compatible API and esbuild feature parity. Designed as the unified bundler powering Vite 8+.
Website: https://rolldown.rs | GitHub: https://github.com/rolldown/rolldown | Discord: https://chat.rolldown.rs | REPL: https://repl.rolldown.rs
What is Rolldown
Rolldown is a JavaScript bundler written in Rust. It is primarily designed to serve as the underlying bundler in Vite, replacing esbuild and Rollup with one unified build tool. It can also be used standalone as a general-purpose bundler — a drop-in replacement for Rollup, or an esbuild alternative when better chunking control is needed.
Key Properties
- Speed of Rust: Handles tens of thousands of modules without breaking a sweat. On par with esbuild, 10-30x faster than Rollup. WASM build is also significantly faster than esbuild's.
- Rollup Compatible: Familiar API & options with a rich plugin ecosystem. Same plugin API as Rollup / Vite.
- Esbuild Feature Parity: Built-in transforms, define, inject, minify & more.
- Designed for Vite: The unified bundler powering Vite 8+.
Benchmark
Bundling 19k modules (10k React JSX components + 9k iconify JS files, with minification and source maps):
| Bundler | Time |
|---|---|
| Rolldown | 1.61s |
| esbuild | 1.70s |
| rspack | 4.07s |
| Rollup + esbuild | 40.10s |
Why Rolldown
- Performance: Written in Rust, same performance level as esbuild, 10-30x faster than Rollup.
- Ecosystem Compatibility: Same plugin API as Rollup / Vite, ensuring compatibility with existing ecosystem.
- Additional Features: Important features needed in Vite but unlikely to be implemented by esbuild and Rollup.
Feature Scope
- Rollup-compatible APIs (especially plugin interface) with similar treeshaking capabilities
- esbuild-like feature scope: platform presets, TypeScript/JSX/syntax lowering transforms, Node.js module resolution, ESM/CJS interop, define, inject, minification
- Unique features: manual code splitting, HMR support (WIP), module types (experimental), plugin hook filters
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 204 lines · 36 tokens per session scan A 5673344256ba
rolldown-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 2,180 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
tsdown-migrate
Migrate TypeScript library projects from tsup to tsdown. Provides complete option mappings, config transformation rules, default value differences, and unsupported option alternatives so AI agents can intelligently perform migrations.
tsdown
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup.
vite-advanced
Advanced Vite 8 patterns including Rolldown-powered builds, advancedChunks, Environment API, plugin development, SSR configuration, library mode, and build optimization. Use when customizing build pipelines, creating plugins, or configuring multi-environment builds.
bundler
JavaScript module bundlers reference. Covers Vite config and dev server, esbuild CLI and API, Webpack 5 with loaders and plugins, Rollup for libraries, Rspack, code splitting, tree shaking, HMR, and source maps.
web3-fullstack-packaged-build
Systematic full-stack Web3 build with mandatory packaging and delivery phase.
web3-fullstack-systematic-build
Systematic approach to building full-stack Web3 applications layer by layer.