Skip to content

A Codex skill for creating, building, running, troubleshooting, and deploying Spin applications through Fermyon cloud

License

Notifications You must be signed in to change notification settings

mighteejim/spin-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spin-deploy (Spin + Fermyon)

An agent skill for creating, building, running, deploying, and troubleshooting Spin applications.

What is a Spin App?

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.

Why Deploy to Fermyon Cloud?

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.

Contents

  • SKILL.md: Skill definition and workflow
  • agents/openai.yaml: UI metadata
  • references/: Capability matrix, templates, plugins, build/run, and Fermyon Cloud deploy refs

Prerequisites

  • Spin CLI installed (spin --version)
  • Install Spin via Homebrew:
    • brew tap spinframework/tap
    • brew install spinframework/tap/spin
  • For cloud deploys: spin cloud login completed

Links

Install (local)

ln -s /path/to/spin-deploy ~/.codex/skills/spin-deploy

Restart Codex to pick up new skills.

Install (Codex $skill-installer)

From Codex, use $skill-installer and a GitHub directory URL. Example:

$skill-installer install https://github.com/mighteejim/spin-deploy

Notes

  • Local dev + Fermyon Cloud only (CLI-only).
  • No web dashboard usage.

License

MIT

About

A Codex skill for creating, building, running, troubleshooting, and deploying Spin applications through Fermyon cloud

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published