skills/sprites-dev/SKILL.md
Look up and use Sprites (sprites.dev) documentation for persistent, hardware-isolated execution environments by Fly.io. Use when the user mentions sprites, sprites.dev, Sprites CLI, sprite commands, sandboxed code execution with Sprites, or microVM environments.
npx skillsauth add miketromba/skills sprites-devInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sprites are persistent, hardware-isolated Linux execution environments (Firecracker microVMs) by Fly.io. They maintain filesystem and state between runs, auto-hibernate when idle, and wake instantly on demand. Common use cases: AI code execution, untrusted code sandboxing, persistent dev environments, long-lived services.
Sprites docs and APIs evolve. Always fetch live documentation before answering questions or writing integration code.
| Endpoint | Use when |
|----------|----------|
| https://docs.sprites.dev/llms.txt | Quick overview, doc structure, and page index |
| https://docs.sprites.dev/llms-full.txt | Full documentation dump — complete API details, SDK examples, all CLI commands |
Use the WebFetch tool on these URLs to get current information. Start with llms.txt for orientation; escalate to llms-full.txt when you need SDK signatures, detailed CLI flags, or complete API reference.
If you need a specific topic, fetch the relevant page directly:
| Topic | URL |
|-------|-----|
| Overview & concepts | https://docs.sprites.dev/index.md |
| Quickstart | https://docs.sprites.dev/quickstart.md |
| CLI installation | https://docs.sprites.dev/cli/installation.md |
| CLI authentication | https://docs.sprites.dev/cli/authentication.md |
| CLI commands reference | https://docs.sprites.dev/cli/commands.md |
The llms.txt endpoint lists all available documentation sections and their URLs. If a user asks about a topic not listed above, fetch llms.txt first to find the relevant page URL, then fetch that page.
These high-level concepts are unlikely to change and help orient responses without fetching docs:
https://<name>-<org>.sprites.dev/)@fly/sprites), Go (github.com/superfly/sprites-go), Elixirsprite command — create, exec, console, checkpoint, proxy, urlSPRITE_TOKEN.sprite file in project directory pins org + sprite nametools
Vercel Sandbox documentation and guidance for running untrusted code in isolated environments. Use when working with Vercel Sandbox - a compute primitive for safely executing AI-generated code, user-submitted scripts, or developer experiments in Firecracker microVMs. Triggers on questions about Vercel Sandbox SDK, sandbox CLI, @vercel/sandbox, Sandbox.create, snapshots, persistent sandboxes, sandbox authentication, sandbox pricing, sandbox system specs, microVMs, code execution isolation, or ANY Vercel Sandbox-related development tasks.
development
Vercel for Platforms documentation and guidance for building multi-tenant and multi-project applications. Use when working with Vercel Platforms - building SaaS apps serving multiple tenants with custom domains, AI coding platforms, or any platform deploying multiple projects. Triggers on questions about multi-tenant architecture, multi-project platforms, wildcard domains, custom domains on Vercel, tenant middleware, Vercel SDK for platforms, platform elements, deploy actions, vibe coding platforms, or ANY Vercel Platforms-related development tasks.
development
TanStack Query (React Query) documentation and guidance. Use when working with TanStack Query - a powerful async state management library for data fetching, caching, synchronization, and server state management. Triggers on questions about React Query, TanStack Query, useQuery, useMutation, query invalidation, caching strategies, optimistic updates, infinite queries, prefetching, or ANY TanStack Query-related development tasks.
tools
Supabase backend-as-a-service platform documentation and guidance. Use when working with Supabase - an open-source Firebase alternative providing Postgres database, authentication, real-time subscriptions, edge functions, storage, and vector embeddings. Triggers on questions about Supabase setup, database, auth, RLS, edge functions, storage, realtime, pgvector, migrations, CLI, self-hosting, or ANY Supabase-related development tasks.