
Covers Maintenance Operations Automation
Description
Finds and safely cleans up stale Sprites, services, and exec sessions. Use when the user asks to tidy, prune, delete old environments, or reduce Sprite clutter.
SKILL.md
Sprites Cleanup
Use the hosted sprites MCP server.
- List Sprites and identify likely cleanup candidates, especially old
mcp-prefixed environments. - Inspect services, checkpoints, and exec sessions to understand each candidate before proposing cleanup.
- Present a cleanup plan with exact Sprite names and destructive effects.
- Ask for confirmation before destroying Sprites, stopping services, or killing exec sessions.
- Prefer stopping services before destroying a Sprite when that makes the action clearer.
- Report what was cleaned up and what was intentionally kept.
Checkpoints cannot be deleted individually; a Sprite's checkpoints are removed only when the Sprite is destroyed. Note that when listing what a destroy_sprite will remove.
More skills from the sprites-antigravity-plugin repository
View all 7 skillsSkillTagsUpdated
sprites
manage persistent microVMs with Sprites
Jul 12Code ExecutionInfrastructureSandboxingsprites-checkpoint
manage Sprite checkpoints and snapshots
Jul 12AutomationMaintenanceOperationssprites-list
list and inspect Fly.io Sprites
Jul 12CLIInfrastructureSandboxingsprites-new
create isolated Sprite development environments
Jul 12Code ExecutionInfrastructureSandboxingsprites-run
run commands inside Fly.io Sprites
Jul 12CLICode ExecutionSandboxingsprites-service
manage long-running services in Sprites
Jul 12DebuggingDeploymentOperations