An agent skill for creating, building, running, deploying, and troubleshooting Spin applications.
Spin apps are small, composable WebAssembly services designed for fast startup, low memory use, and straightforward local-to-cloud workflows. They are a strong fit for APIs, webhooks, and background tasks where you want quick iteration and predictable performance without heavyweight runtime overhead.
Fermyon Cloud is the native home for Spin apps: low-latency global edge deployment, fast cold starts, and a CLI-first workflow that matches local development. Deploy with spin cloud deploy and get a public URL quickly, without changing your app structure.
SKILL.md: Skill definition and workflowagents/openai.yaml: UI metadatareferences/: Capability matrix, templates, plugins, build/run, and Fermyon Cloud deploy refs
- Spin CLI installed (
spin --version) - Install Spin via Homebrew:
brew tap spinframework/tapbrew install spinframework/tap/spin
- For cloud deploys:
spin cloud logincompleted
ln -s /path/to/spin-deploy ~/.codex/skills/spin-deployRestart Codex to pick up new skills.
From Codex, use $skill-installer and a GitHub directory URL. Example:
$skill-installer install https://github.com/mighteejim/spin-deploy
- Local dev + Fermyon Cloud only (CLI-only).
- No web dashboard usage.
MIT