rspack

Solid

Provides comprehensive guidance for Rspack bundler including configuration, plugins, loaders, optimization, and Webpack compatibility. Use when the user asks about Rspack, needs to configure Rspack, optimize build performance, or migrate from Webpack.

Web & Frontend 423 stars 75 forks Updated 1 weeks ago NOASSERTION

Install

View on GitHub

Quality Score: 78/100

Stars 20%
87
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## 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/` 2. **Load the appropriate example file** from the `examples/` directory: **Guide (指南)** - `examples/guide/`: - `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` ...

Details

Author
partme-ai
Repository
partme-ai/full-stack-skills
Created
4 months ago
Last Updated
1 weeks ago
Language
Python
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

skillpack-creator

Create a reusable SkillPack from a successful completed task. Use when the user wants to convert a one-off research, coding, analysis, or content workflow into a distributable local SkillPack with `skillpack.json`, local skills under `skills/`, starter prompts, start scripts, and an optional zip package.

483 Updated today
CreminiAI
AI & Automation Featured

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AIPex's capabilities with specialized knowledge, workflows, or tool integrations.

1,140 Updated 1 months ago
AIPexStudio
Web & Frontend Solid

spm-build-analysis

Analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead that slow Xcode builds. Use when a developer suspects packages, plugins, or dependency graph shape are hurting clean or incremental build performance, mentions SPM slowness, package resolution time, build plugin overhead, duplicate module builds from configuration drift, circular dependencies between modules, oversized modules needing splitting, or modularization best practices.

743 Updated 1 months ago
AvdLee
DevOps & Infrastructure Solid

node.js-

检查 RCE、SSRF、SQL 注入、路径穿越等安全问题,支持 Express/Koa/NestJS

833 Updated 3 days ago
TencentBlueKing
Code & Development Solid

rust-dev

This skill should be used when working with Rust code, reviewing Rust code, managing Rust dependencies, creating Rust projects, or fixing Rust compilation errors. It provides strict coding standards (especially FAIL FAST error handling), workspace architecture guidance, dependency management automation, and common Rust patterns.

24 Updated 3 weeks ago
onsails