# Building Inferencesh Apps > Build and deploy applications on inference.sh. Use when getting started, understanding the platform, creating apps, configuring resources, or needing an overview of inference.sh app development. Supports both Python and Node.js. Triggers: inference.sh app, belt app, inf.yml, inference.py, inference.js, deploy app, app development, build app, create app, GPU app, VRAM, app resources, app secrets, app integrations, multi-function app Source: https://skillsagentes.com/skills/skills-101/superpowers/building-inferencesh-apps Repository: https://github.com/skills-101/superpowers Author: skills-101 License: not specified Updated: hace 11 días Context cost: 109 tok installed, 3.2k tok once triggered, 12.4k tok with every bundled file Bundle: 10 files, 48 KB Permissions requested: none declared ## Install ```bash npx -y skills add skills-101/superpowers --skill building-apps --agent claude-code ``` ## What it does - Guía la creación y despliegue de apps en inference.sh usando la CLI belt (init, test, deploy, run) - Aplica reglas obligatorias: nunca crear inf.yml, inference.py/js ni carpetas a mano, siempre usar belt app init - Define estructura de inf.yml, recursos GPU/RAM, secrets e integrations - Provee plantillas de apps Python (BaseApp/Pydantic) y Node.js (Zod) incluyendo apps multi-función - Indica patrones para apps con GPU (accelerate, device_map) y para apps que envuelven APIs externas ## Use it when - Al iniciar, entender la plataforma o crear apps en inference.sh - Al configurar recursos, secrets o integrations de una app - Al construir apps multi-función en Python o Node.js - Al desplegar y probar apps localmente o en la nube con belt ## What triggers it - "Crea una nueva app en inference.sh con belt app init" - "Configura mi inf.yml para usar GPU con 24GB de VRAM" - "Ayúdame a desplegar mi app de inference.sh y verificar output_meta" - "Escribe una app Node.js multi-función para inference.sh" ## Before you install - Requiere instalar la CLI belt (curl -fsSL https://cli.inference.sh | sh) y autenticarse con belt login. - Needs on PATH: curl, ffmpeg - Environment: API_KEY ## Files - SKILL.md — 12 KB - references/cli.md — 3 KB - references/node-app-logic.md — 5 KB - references/node-patterns.md — 5 KB - references/node-secrets-oauth.md — 3 KB - references/node-tracking.md — 2 KB - references/python-app-logic.md — 5 KB - references/python-patterns.md — 7 KB - references/python-secrets-oauth.md — 3 KB - references/python-tracking.md — 3 KB ## SKILL.md Not reproduced here. Read it at https://github.com/skills-101/superpowers/blob/main/sdk/building-apps/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/skills-101/superpowers/building-inferencesh-apps