A collection of Agent Skills for Rstack.
AI-powered skills for debugging, tracing, upgrading, and analyzing Rstack projects.
Install any skill with:
npx skills add rstackjs/agent-skills --skill <skill-name>| Skill | Description | Use When |
|---|---|---|
rspack-debugging |
Debug crashes or deadlocks/hangs in Rspack builds using LLDB | Encountering "Segmentation fault" errors or build hangs |
rspack-tracing |
Diagnose Rspack build issues with crash identification and performance profiling | Build failures, slow builds, or performance optimization |
| Skill | Description | Use When |
|---|---|---|
rsbuild-v2-upgrade |
Migrate Rsbuild projects from v1 to v2 | Upgrading Rsbuild, updating configs/plugins, or validating the upgrade |
| Skill | Description | Use When |
|---|---|---|
rspress-v2-upgrade |
Migrate Rspress projects from v1 to v2 | Upgrading Rspress, updating packages/configs/themes, or validating the upgrade |
| Skill | Description | Use When |
|---|---|---|
rsdoctor-analysis |
Analyze Rspack/Webpack bundles for insights and optimizations | Analyzing bundle composition, duplicates, large chunks, side-effect modules, or for optimization recommendations |
Contributions are welcome! Feel free to open an issue or submit a pull request.