rstackjs
@rstackjs Organization
Public Skills
rspress-v2-upgrade
by rstackjs
Migrate Rspress projects from v1 to v2. Use when a user asks to upgrade Rspress, follow the v1-to-v2 guide, update configs/themes, or validate the upgrade.
rsbuild-v2-upgrade
by rstackjs
Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.
rsdoctor-analysis
by rstackjs
Analyze Rspack/Webpack bundles from local Rsdoctor build data without MCP. Zero-dependency JS CLI for chunk/module/package/loader insights.
rspack-v2-upgrade
by rstackjs
Use when upgrading a Rspack 1.x project to v2, including dependency and configuration updates.
rspack-debugging
by rstackjs
Helps Rspack users and developers debug crashes or deadlocks/hangs in the Rspack build process using LLDB. Use this Skill when users encounter "Segmentation fault" errors during Rspack builds or when the build progress gets stuck.
rspack-tracing
by rstackjs
Comprehensive guide and toolkit for diagnosing Rspack build issues. Quickly identify where crashes/errors occur, or perform detailed performance profiling to resolve bottlenecks. Use when the user encounters build failures, slow builds, or wants to optimize Rspack performance.
migrate-to-rstest
by rstackjs
Migrate Jest or Vitest test suites and configs to Rstest. Use when asked to move from Jest/Vitest to Rstest, replace framework APIs with @rstest/core, translate test config to rstest.config.ts, or update test scripts and setup files for Rstest equivalents.
migrate-cra-to-rsbuild
by rstackjs
Migrate Create React App (CRA) or CRACO projects to Rsbuild. Use when a user asks to replace react-scripts or CRACO with Rsbuild and complete the migration safely.