
Covers Sandboxing CLI Code Execution
Description
Runs commands inside a Sprite with clear confirmation and result summaries. Use when the user asks to execute, test, inspect, install, or debug inside a Sprite.
SKILL.md
Sprites Run
Use the hosted sprites MCP server exec tools.
- Identify the target Sprite by exact name. List Sprites first if ambiguous.
- For high-risk commands, create or verify a checkpoint before running.
- Run the command in the intended working directory.
- For long-running processes, prefer creating a Sprites service instead of an exec command.
- Summarize command, exit status, key output, and follow-up steps.
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-cleanup
clean up stale Sprites and environments
Jul 12AutomationMaintenanceOperationssprites-list
list and inspect Fly.io Sprites
Jul 12CLIInfrastructureSandboxingsprites-new
create isolated Sprite development environments
Jul 12Code ExecutionInfrastructureSandboxingsprites-service
manage long-running services in Sprites
Jul 12DebuggingDeploymentOperations