agentsclimarketplace

Esbuild

Skill a5c-ai/babysitter/library/specializations/web-development/skills/esbuild

esbuild bundling, plugins, and build optimization.From its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill esbuild

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 140 tokens by cl100k_base, as published. Nobody here has run it

esbuild Skill

Expert assistance for fast bundling with esbuild.

Capabilities

  • Configure esbuild
  • Create plugins
  • Optimize builds
  • Handle TypeScript
  • Bundle for Node.js/browser

Usage

import * as esbuild from 'esbuild';

await esbuild.build({
  entryPoints: ['src/index.ts'],
  bundle: true,
  minify: true,
  sourcemap: true,
  target: ['es2020'],
  outfile: 'dist/bundle.js',
  plugins: [myPlugin],
});

Target Processes

  • build-optimization
  • cli-tools
  • fast-bundling

What ships with it: 1 file

313 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.