·using-remote-functions
</>

using-remote-functions

Cree componentes SvelteKit utilizando funciones remotas para una comunicación cliente-servidor con seguridad de tipos. Úselo cuando cree componentes que necesiten recuperar datos, enviar formularios o ejecutar comandos del servidor. Las funciones remotas funcionan a nivel de componente, no a nivel de página.

11Instalaciones·1Tendencia·@svelte-society

Instalación

$npx skills add https://github.com/svelte-society/sveltesociety.dev --skill using-remote-functions

Cómo instalar using-remote-functions

Instala rápidamente el skill de IA using-remote-functions en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/svelte-society/sveltesociety.dev --skill using-remote-functions
  3. Verificar instalación: 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

Fuente: svelte-society/sveltesociety.dev.

SKILL.md

Ver original

Remote Functions are a SvelteKit feature for type-safe client-server communication. They run on the server but can be called from any component.

Put as little as possible in +page.svelte, as much as possible in data.remote.ts.

Build final data structures server-side. Pages should be pure renderers that map types to components.

Cree componentes SvelteKit utilizando funciones remotas para una comunicación cliente-servidor con seguridad de tipos. Úselo cuando cree componentes que necesiten recuperar datos, enviar formularios o ejecutar comandos del servidor. Las funciones remotas funcionan a nivel de componente, no a nivel de página. Fuente: svelte-society/sveltesociety.dev.

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/svelte-society/sveltesociety.dev --skill using-remote-functions
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-25
Actualizado
2026-03-10

Browse more skills from svelte-society/sveltesociety.dev

Respuestas rápidas

¿Qué es using-remote-functions?

Cree componentes SvelteKit utilizando funciones remotas para una comunicación cliente-servidor con seguridad de tipos. Úselo cuando cree componentes que necesiten recuperar datos, enviar formularios o ejecutar comandos del servidor. Las funciones remotas funcionan a nivel de componente, no a nivel de página. Fuente: svelte-society/sveltesociety.dev.

¿Cómo instalo using-remote-functions?

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/svelte-society/sveltesociety.dev --skill using-remote-functions 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

¿Dónde está el repositorio de origen?

https://github.com/svelte-society/sveltesociety.dev

Detalles

Categoría
</>Desarrollo
Fuente
skills.sh
Primera vez visto
2026-02-25