mirror of
https://github.com/rstackjs/agent-skills.git
synced 2026-09-14 20:07:05 +08:00
infra
Agent Skills
A collection of Agent Skills for Rstack.
Rspack Skills
rspack-debugging
npx skills add rstackjs/agent-skills --skill rspack-debugging
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
npx skills add rstackjs/agent-skills --skill rspack-tracing
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.
Rsbuild Skills
rsbuild-v2-upgrade
npx skills add rstackjs/agent-skills --skill rsbuild-v2-upgrade
Migrate Rsbuild projects from v1 to v2. Use when a user asks to upgrade Rsbuild, follow the v1-to-v2 guide, update configs/plugins, or validate the upgrade.
License
MIT licensed.
Languages
JavaScript
71.2%
Shell
26%
TypeScript
2.8%