smelter-skills

smelter

developmentClaude Codeby Software Mansion

Summary

Collection of skills for building applications with the Smelter TypeScript SDK (@swmansion/smelter) covering the React-like composition API, HTTP server implementation, and more.

Install to Claude Code

/plugin install smelter-skills@smelter

Run in Claude Code. Add the marketplace first with /plugin marketplace add smelter-labs/skills if you haven't already.

README.md

Smelter Skills

Repository contains Agent Skills for Smelter by Software Mansion

Available skills

  • smelter-ts-docs — build video/audio apps with the Smelter TypeScript SDK (@swmansion/smelter and its runtime packages): the React-like component API, inputs, outputs, encoders, hooks, resources, and runtimes.
  • smelter-http-api-docs — drive a Smelter server over its HTTP API: routes, WebSocket events, scene components, inputs, outputs, encoders, resources, and side-channel processing.

Installation

Claude Code users

Add marketplace to Claude Code:

/plugin marketplace add smelter-labs/skills

Install skills:

/plugin install smelter-skills@smelter

Other agents

To install skills for other agents use the npx skills tool

Install all skills from the repository:

npx skills add smelter-labs/skills

or install specific skill:

npx skills add smelter-labs/skills -s smelter-ts-docs

Related plugins

Browse all →