Skill Claude CodeCodex
Create or update draft GitHub release notes, or output organized Markdown when draft creation is unavailable. Use for release notes, draft releases, release PR checks, npm staged publishing checks, and optional highlights.
Skill Claude CodeCodex
Create or update draft GitHub release notes, or output organized Markdown when draft creation is unavailable. Use for release notes, draft releases, release PR checks, npm staged publishing checks, and optional highlights.
Skill Claude CodeCodex
Convert .mdx to portable .md, cleaning MDX components, anchors, code titles, table-of-contents links, and root-relative docs links.
Skill Claude CodeCodex
Use when asked to create a pull request for this repository. It helps the PR follow the repository's branch safety rules, title convention, pull request template, and concise English writing style.
Skill Claude CodeCodex
Write or revise release blog posts for product releases. Use when the user asks to draft, polish, restructure, or adapt a release announcement.
Skill Claude CodeCodex
Debug Rstack ecosystem CI failures for Rspack, Rsbuild, Rslib, Rspress, Rstest, and Rsdoctor, then attribute the real source PR or downstream change. Always use this skill when the user mentions Rstack eco-ci, rstack-ecosystem-ci, a suite turning red, a downstream regression, a green-to-red pivot, canary bisect, or…
Skill Claude CodeCodex
Audit and modernize RstackJS/Rspack ecosystem repositories against current infrastructure baselines. Choose between the Rsbuild-style Rstack CLI monorepo lane and the standalone Rslib/Rslint/Rstest package lane; maintain package.json metadata, exports, dependency placement and version freshness; align ESM or dual…
Skill Claude CodeCodex
Benchmark and iteratively improve agent skills with Codex CLI or Claude Code by generating eval cases, comparing skill-guided vs baseline runs, grading outcomes, and recording actionable reports under skills-test/{skill-name}.
Plugin Claude Code
Agent Skills for debugging, tracing, upgrading, and analyzing Rstack projects.
Plugin Claude Code
Agent Skills for debugging, tracing, upgrading, and analyzing Rstack projects.
Instructions file CodexOpenCode
Instructions for rstackjs/agent-skills, covering agents.md, repository overview, project structure, directory explanations and creating a new skill.
Skill Claude CodeCodex
Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.
Skill Claude CodeCodex
Migrate tsc or tsup library projects to Rslib.
Skill Claude CodeCodex
Migrate ESLint or other linters to Rslint. Use when asked to replace ESLint flat config, lint scripts, VS Code ESLint settings, inline directives, rules, presets, plugins, or lint dependencies with Rslint equivalents.
Skill Claude CodeCodex
Migrate Jest, Vitest, or Playwright Test projects to Rstest. Use when replacing Jest/Vitest config, scripts, APIs, setup, mocks, snapshots, coverage, or projects with @rstest/core; migrating Playwright E2E tests to @rstest/playwright; auditing test discovery parity; resolving config-loading or dependency-version…
Skill Claude CodeCodex
Rsbuild best practices for config, CLI workflow, type checking, bundle optimization, assets, and debugging. Use when writing, reviewing, or troubleshooting Rsbuild projects.
Skill Claude CodeCodex
Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.
Skill Claude CodeCodex
Use when analyzing Rspack/Webpack bundles from local rsdoctor-data.json and producing evidence-based optimization recommendations.
Skill Claude CodeCodex
Rslib best practices for config, CLI workflow, output, declaration files, dependency handling, build optimization and toolchain integration. Use when writing, reviewing, or troubleshooting Rslib projects.
Skill Claude CodeCodex
Opinionated Rslib recommendations for modern JS/TS npm package design covering pure ESM, strict TypeScript, explicit exports, small stable APIs, pragmatic dependencies, accurate sideEffects, correct declarations, package validation, provenance, README.md, and AGENTS.md. Use when the user wants to make a JS/TS package…
Skill Claude CodeCodex
Rspack best practices for config, CLI workflow, type checking, CSS, bundle optimization, assets and profiling. Use when writing, reviewing, or troubleshooting Rspack projects.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Diagnose and optimize Rspack optimization.splitChunks configuration. Use this when a user wants better production chunking, safer chunks: "all" defaults, fewer duplicated modules, better long-term caching, cacheGroups design help, maxSize tuning, or debugging over-fetch caused by name and forced chunk merging.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use when upgrading a Rspack 1.x project to v2, including dependency and configuration updates.