shipwright

📁 sailscastshq/boring-stack 📅 1 day ago
1
总安装量
1
周安装量
#45924
全站排名
安装命令
npx skills add https://github.com/sailscastshq/boring-stack --skill shipwright

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
codex 1
github-copilot 1
claude-code 1

Skill 文档

Shipwright

Shipwright (sails-hook-shipwright) is the modern build system for The Boring JavaScript Stack. Built on Rsbuild, it replaces the legacy Grunt pipeline with a fast, zero-config asset pipeline that supports React, Vue, and Svelte through framework plugins.

When to Use

Use this skill when:

  • Configuring config/shipwright.js (framework plugins, build options)
  • Understanding the asset pipeline (CSS, JavaScript entry points, static assets)
  • Setting up Tailwind CSS with PostCSS
  • Configuring server-side rendering (SSR) with config/inertia.js
  • Debugging the dev server, HMR, or build issues
  • Understanding the views/app.ejs template and shipwright.styles()/shipwright.scripts() helpers
  • Managing path aliases (~/ for assets/js/)
  • Working with code splitting and third-party CSS imports

Rules

Read individual rule files for detailed explanations and code examples: