rstackjsrstackjsOfficialยท5 Agent Skills Included

agent-skills

Debug, migrate, and optimize Rspack ecosystem build projects

Diagnoses Rspack build crashes, slow builds, and bundle bloat with tracing, profiling, and Rsdoctor analysis. Migrates webpack, Vite, CRA, Jest, Vitest, and ESLint projects to Rsbuild, Rslib, Rstest, and Rslint with verified step-by-step workflows. Applies best practices for configuration, chunk splitting, testing, and documentation so upgrades finish faster with fewer regressions.
npx skills add rstackjs/agent-skills --all -g -y
Available:

Explains the repository layout and instructs the agent on how each skill is structured, named, and triggered so it can correctly apply the right Rspack ecosystem workflow.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-skills?โ–ผ

Run `npx skills add rstackjs/agent-skills --all -g -y` in your terminal to install all skills globally. To install a single skill, use `npx skills add rstackjs/agent-skills --skill rspack-tracing`.

How to debug Rspack build crashes or hangs?โ–ผ

Use the rspack-debugging skill, which guides your agent through LLDB backtraces and coredump analysis to pinpoint segmentation faults and deadlocks. The rspack-tracing skill handles slow builds and performance profiling.

Can I migrate from webpack or Vite to Rsbuild automatically?โ–ผ

Yes. The migrate-to-rsbuild skill walks through webpack, Vite, CRA, and Vue CLI migrations with official-guide-backed checklists and validation steps. Similar skills cover Jest/Vitest to Rstest and ESLint to Rslint.

How to analyze and shrink my Rspack bundle?โ–ผ

The rsdoctor-analysis skill reads your local rsdoctor-data.json and produces evidence-based optimization recommendations for duplicate packages, large chunks, and tree-shaking waste. The rspack-split-chunks skill tunes chunking configuration.

Which AI coding tools work with these skills?โ–ผ

All skills follow the standard SKILL.md format and work with Claude Code, Codex, Cursor, VS Code Copilot, and other compatible agent clients.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’