Sails.js is the MVC backend framework in The Boring JavaScript Stack. It provides convention-over-configuration server-side architecture with actions, helpers, models, policies, hooks, and a powerful routing system. The Boring Stack defaults to the actions2 format for all controllers and helpers.
Sails is built on Express and uses the Waterline ORM for database access. It pairs with Inertia.js to render React, Vue, or Svelte frontends without building a separate API.
Sails.js-Framework-Muster für The Boring JavaScript Stack – Aktionen, Helfer, Routen, Richtlinien, Hooks, Konfiguration, Sicherheit, Middleware, Datei-Uploads, Bereitstellung und mehr. Verwenden Sie diese Fähigkeit, wenn Sie serverseitigen Code in einer Sails.js-Anwendung erstellen, überprüfen oder debuggen. Quelle: sailscastshq/boring-stack.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/sailscastshq/boring-stack --skill sails Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw