Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问clear审计通过

rspackrspack 搜索

Agent Skill

rspack 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,082

周安装

46

GitHub Stars

347

下载量

379
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rspack(rspack 搜索)
来源仓库:https://github.com/teachingai/full-stack-skills
仓库路径:skills/rspack
安装命令:
npx skills add https://github.com/teachingai/full-stack-skills --skill rspack
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/teachingai/full-stack-skills --skill rspack

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息,适合围绕代码变更进行整理。

  • 支持协作事项分析和仓库状态跟踪,提升开发流程管理效率。
  • 使用时可结合原始 README 和仓库路径进一步核验具体功能。
  • 安装命令:npx skills add https://github.com/teachingai/full-stack-skills --skill rspack
  • 安装前建议确认是否会触发网络请求或外部 API 调用。

SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Set up Rspack in a new or existing project
  • Configure Rspack for different environments
  • Use built-in plugins or create custom plugins
  • Migrate from Webpack to Rspack
  • Optimize build performance
  • Understand Rspack configuration options
  • Use Rspack CLI or JavaScript API
  • Write custom loaders
  • Understand plugin API and hooks
  • Configure entry points and output
  • Set up code splitting and optimization
  • Configure development server
  • Handle assets and resources
  • Use TypeScript with Rspack
  • Troubleshoot Rspack issues

How to use this skill

This skill is organized to match the Rspack official documentation structure (https://rspack.rs/zh/guide/start/introduction, https://rspack.rs/zh/config/, https://rspack.rs/zh/plugins/, https://rspack.rs/zh/api/). When working with Rspack:

  1. Identify the topic from the user's request:

- Getting started/快速上手 → examples/guide/start/ - Configuration/配置 → examples/config/ - Plugins/插件 → examples/plugins/ - API → examples/api/

  1. Load the appropriate example file from the examples/ directory: Guide (指南) - examples/guide/: Configuration (配置) - examples/config/: Plugins (插件) - examples/plugins/: API Reference - examples/api/:

- examples/guide/compatibility/plugin.md - examples/guide/features/asset-base-path.md - examples/guide/features/asset-module.md - examples/guide/features/builtin-lightningcss-loader.md - examples/guide/features/builtin-swc-loader.md - examples/guide/features/dev-server.md - examples/guide/features/esm.md - examples/guide/features/layer.md - examples/guide/features/lazy-compilation.md - examples/guide/features/loader.md - examples/guide/features/module-federation.md - examples/guide/features/module-resolution.md - examples/guide/features/plugin.md - examples/guide/features/web-workers.md - examples/guide/migration/cra.md - examples/guide/migration/rspack_0.x.md - examples/guide/migration/storybook.md - examples/guide/migration/webpack.md - examples/guide/optimization/analysis.md - examples/guide/optimization/code-splitting.md - examples/guide/optimization/lazy-barrel.md - examples/guide/optimization/production.md - examples/guide/optimization/profile.md - examples/guide/optimization/tree-shaking.md - examples/guide/optimization/use-rsdoctor.md - examples/guide/start/ecosystem.md - examples/guide/start/introduction.md - examples/guide/start/quick-start.md - examples/guide/tech/css.md - examples/guide/tech/json.md - examples/guide/tech/nestjs.md - examples/guide/tech/next.md - examples/guide/tech/preact.md - examples/guide/tech/react.md - examples/guide/tech/solid.md - examples/guide/tech/svelte.md - examples/guide/tech/typescript.md - examples/guide/tech/vue.md - examples/config/cache.md - examples/config/context.md - examples/config/deprecated-options.md - examples/config/dev-server.md - examples/config/devtool.md - examples/config/entry.md - examples/config/experiments.md - examples/config/extends.md - examples/config/externals.md - examples/config/filename-placeholders.md - examples/config/index.md - examples/config/infrastructure-logging.md - examples/config/lazy-compilation.md - examples/config/mode.md - examples/config/module-rules.md - examples/config/module.md - examples/config/node.md - examples/config/optimization-optimizationsplitchunks.md - examples/config/optimization.md - examples/config/other-options.md - examples/config/output.md - examples/config/performance.md - examples/config/plugins.md - examples/config/resolve-loader.md - examples/config/resolve.md - examples/config/stats.md - examples/config/target.md - examples/config/watch.md - examples/plugins/index.md - examples/plugins/rspack/circular-dependency-rspack-plugin.md - examples/plugins/rspack/copy-rspack-plugin.md - examples/plugins/rspack/css-chunking-plugin.md - examples/plugins/rspack/css-extract-rspack-plugin.md - examples/plugins/rspack/esm-library-plugin.md - examples/plugins/rspack/html-rspack-plugin.md - examples/plugins/rspack/lightning-css-minimizer-rspack-plugin.md - examples/plugins/rspack/subresource-integrity-plugin.md - examples/plugins/rspack/swc-js-minimizer-rspack-plugin.md - examples/plugins/rspack/virtual-modules-plugin.md - examples/plugins/webpack/banner-plugin.md - examples/plugins/webpack/case-sensitive-plugin.md - examples/plugins/webpack/context-replacement-plugin.md - examples/plugins/webpack/define-plugin.md - examples/plugins/webpack/dll-plugin.md - examples/plugins/webpack/dll-reference-plugin.md - examples/plugins/webpack/electron-target-plugin.md - examples/plugins/webpack/enable-chunk-loading-plugin.md - examples/plugins/webpack/enable-library-plugin.md - examples/plugins/webpack/enable-wasm-loading-plugin.md - examples/plugins/webpack/entry-plugin.md - examples/plugins/webpack/environment-plugin.md - examples/plugins/webpack/eval-source-map-dev-tool-plugin.md - examples/plugins/webpack/externals-plugin.md - examples/plugins/webpack/hot-module-replacement-plugin.md - examples/plugins/webpack/ignore-plugin.md - examples/plugins/webpack/index.md - examples/plugins/webpack/internal-plugins.md - examples/plugins/webpack/javascript-modules-plugin.md - examples/plugins/webpack/limit-chunk-count-plugin.md - examples/plugins/webpack/module-federation-plugin-v1.md - examples/plugins/webpack/module-federation-plugin.md - examples/plugins/webpack/no-emit-on-errors-plugin.md - examples/plugins/webpack/node-target-plugin.md - examples/plugins/webpack/node-template-plugin.md - examples/plugins/webpack/normal-module-replacement-plugin.md - examples/plugins/webpack/progress-plugin.md - examples/plugins/webpack/provide-plugin.md - examples/plugins/webpack/runtime-chunk-plugin.md - examples/plugins/webpack/source-map-dev-tool-plugin.md - examples/plugins/webpack/split-chunks-plugin.md - examples/api/cli.md - examples/api/index.md - examples/api/javascript-api/browser.md - examples/api/javascript-api/cache.md - examples/api/javascript-api/compilation.md - examples/api/javascript-api/compiler.md - examples/api/javascript-api/index.md - examples/api/javascript-api/logger.md - examples/api/javascript-api/resolver.md - examples/api/javascript-api/stats-json.md - examples/api/javascript-api/stats.md - examples/api/javascript-api/swc.md - examples/api/loader-api/context.md - examples/api/loader-api/index.md - examples/api/loader-api/inline-match-resource.md - examples/api/loader-api/inline.md - examples/api/loader-api/writing-loaders.md - examples/api/plugin-api/compilation-hooks.md - examples/api/plugin-api/compiler-hooks.md - examples/api/plugin-api/context-module-factory-hooks.md - examples/api/plugin-api/index.md - examples/api/plugin-api/javascript-modules-plugin-hooks.md - examples/api/plugin-api/normal-module-factory-hooks.md - examples/api/plugin-api/runtime-plugin-hooks.md - examples/api/plugin-api/stats-hooks.md - examples/api/runtime-api/hmr.md - examples/api/runtime-api/module-methods.md - examples/api/runtime-api/module-variables.md

  1. Follow the specific instructions in that example file for syntax, structure, and best practices Important Notes:

- Rspack is compatible with most Webpack plugins and loaders - Configuration format is similar to Webpack - Rspack provides better performance than Webpack - Examples include both JavaScript and TypeScript versions - Each example file includes parameters, returns, common errors, best practices, and scenarios

  1. Reference the official documentation when needed:

- Guide: https://rspack.rs/zh/guide/ - Configuration: https://rspack.rs/zh/config/ - Plugins: https://rspack.rs/zh/plugins/ - API: https://rspack.rs/zh/api/

Inline Quick Start

# Create a new Rspack project
npm create rspack@latest

# Or add to existing project
npm install --save-dev @rspack/core @rspack/cli
// rspack.config.js
const { HtmlRspackPlugin } = require('@rspack/core');

module.exports = {
  entry: './src/index.js',
  output: {
    filename: '[name].[contenthash].js',
    clean: true,
  },
  module: {
    rules: [
      {
        test: /\.jsx?$/,
        use: {
          loader: 'builtin:swc-loader',
          options: { jsc: { parser: { syntax: 'ecmascript', jsx: true } } },
        },
      },
    ],
  },
  plugins: [new HtmlRspackPlugin({ template: './index.html' })],
  optimization: { splitChunks: { chunks: 'all' } },
};
# Development
npx rspack serve

# Production build
npx rspack build

Best Practices

  1. Use TypeScript for configuration: Better type safety and autocomplete
  2. Leverage built-in plugins: Use Rspack plugins when available (faster than Webpack equivalents)
  3. Optimize for production: Use production mode for builds
  4. Code splitting: Use optimization.splitChunks for better performance
  5. Cache configuration: Enable persistent caching for faster rebuilds
  6. Use HMR: Enable Hot Module Replacement for better DX

Troubleshooting

  • Webpack plugin not compatible: Check Rspack compatibility list; some Webpack plugins need Rspack equivalents
  • Loader errors: Use builtin:swc-loader instead of babel-loader for better performance
  • Build slower than expected: Enable persistent caching; check for unoptimized loaders
  • Migration issues: Use the webpack migration guide at examples/guide/migration/webpack.md

Resources

Keywords

Rspack, rspack, bundler, webpack, rust, build tool, bundling, code splitting, HMR, hot module replacement, loader, plugin, configuration, entry, output, optimization, development server, 打包工具, 构建工具, 代码分割, 热模块替换, 加载器, 插件, 配置, 入口, 输出, 优化, 开发服务器

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.48%
按下载量换算104

Gemini CLI

22.41%
按下载量换算85

Antigravity

19.63%
按下载量换算74

OpenCode

11.96%
按下载量换算45

Cursor

7.68%
按下载量换算29

windsurf

3.29%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills