smithery/ehtbanton

rollup-config-generator

Generate Rollup configuration files for bundling JavaScript libraries. Triggers on "create rollup config", "generate rollup configuration", "rollup setup", "library bundler config".

Installation

$ npx skills add smithery/ehtbanton --skill rollup-config-generator

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/ehtbanton · top by installs.

npx skills add smithery/ehtbanton

Browse all from smithery/ehtbanton

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 736 B
  • docs SUMMARY.md 212 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Rollup Config Generator

Generate Rollup configuration files for efficient library bundling.

Output Requirements

File Output: rollup.config.js or rollup.config.mjs Format: Valid Rollup configuration Standards: Rollup 4.x

When Invoked

Immediately generate a complete Rollup configuration with plugins for bundling libraries.

Example Invocations

Prompt: "Create rollup config for TypeScript library" Output: Complete rollup.config.mjs with ESM and CJS outputs.