build-skills

June 23, 2026 · View on GitHub

build-skills

Frontend build tool skills — Webpack, Rollup, Parcel, Rspack, Vite, Sass

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

Build Tools Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 6 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/build-skills

Or install specific skills:

npx skills add full-stack-skills/build-skills --skill <skill-name>

🎯 Skills (6)

SkillDescription
dart-sassProvides comprehensive guidance for Dart Sass including Sass syntax, compilation, mixins, functions, and best practic...
parcelProvides comprehensive guidance for Parcel bundler including zero-configuration setup, asset handling, hot module rep...
rollupProvides comprehensive guidance for Rollup bundler including configuration, plugins, code splitting, tree shaking, an...
rspackProvides comprehensive guidance for Rspack bundler including configuration, plugins, loaders, optimization, and Webpa...
viteGuidance for Vite using the official Guide, Config Reference, and Plugins pages. Use when the user needs Vite setup, ...
webpackProvides comprehensive guidance for Webpack bundler including configuration, loaders, plugins, code splitting, optimi...

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/build-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/build-skills.git
cp -r build-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.