| name | sandbox-task-prompt |
| description | Generate sandbox-scoped task prompts for any LLM or tool runner working inside Daytona sandboxes. |
Sandbox Task Prompt Generator
Generate prompts that constrain an LLM or tool runner to work only
inside an assigned Daytona sandbox.
Quick Start
- Read template.md for the prompt template.
- Replace
{{variables}} with actual values.
- Follow fail-fast.md rules.
Core Rules
- Sandbox-only - never use local filesystem tools for the task.
- Fail fast - infra failures stop; code failures get one retry.
- Full paths - use
/usr/bin/git, /usr/bin/gh,
/usr/local/bin/pnpm when PATH is unreliable.
References