agent-skills
Debug, migrate, and optimize Rspack ecosystem build projects
All Skills in This Repository (5)
Pure Emerald Level Indicatorsrsbuild-v2-upgrade
Migrate Rsbuild projects from v1 to v2 by updating dependencies, configurations, and plugins.
rspress-v2-upgrade
Migrate Rspress v1 projects to v2 by updating dependencies, configs, and themes.
rsdoctor-analysis
Analyze rsdoctor-data.json to deliver bundle optimization recommendations across chunks, modules, and assets.
rspack-tracing
Diagnose and profile Rspack builds to identify crashes and slow stages.
rspack-debugging
Debug Rspack crashes and deadlocks using LLDB backtrace capture.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core