mirror of
https://github.com/rstackjs/agent-skills.git
synced 2026-09-14 20:07:05 +08:00
cdp-debug
Agent Skills
A collection of Agent Skills for Rstack.
AI-powered skills for debugging, tracing, upgrading, and analyzing Rstack projects.
Table of Contents
Usage
Install any skill with:
npx skills add rstackjs/agent-skills --skill <skill-name>
Skills
Rspack
| 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 |
Rsbuild
| Skill | Description | Use When |
|---|---|---|
rsbuild-v2-upgrade |
Migrate Rsbuild projects from v1 to v2 | Upgrading Rsbuild, updating configs/plugins, or validating the upgrade |
Rspress
| Skill | Description | Use When |
|---|---|---|
rspress-v2-upgrade |
Migrate Rspress projects from v1 to v2 | Upgrading Rspress, updating packages/configs/themes, or validating the upgrade |
Rsdoctor
| 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 |
Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
License
Languages
JavaScript
71.2%
Shell
26%
TypeScript
2.8%