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.
Patrones del marco Sails.js para The Boring JavaScript Stack: acciones, ayudas, rutas, políticas, enlaces, configuración, seguridad, middleware, carga de archivos, implementación y más. Utilice esta habilidad al crear, revisar o depurar cualquier código del lado del servidor en una aplicación Sails.js. Fuente: sailscastshq/boring-stack.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/sailscastshq/boring-stack --skill sails Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw