sandbox-creator
Installation
SKILL.md
Sandbox Creator
Goal
Your goal is to generate a sandbox script that acts as a "Micro World" (ephemeral software) empowering the human user to safely explore and understand production code logic. You must build a script that restores the user's "Peripheral Vision" by clearly exposing inputs, hidden state transitions, and adjacent module interactions.
Non-Goal
- Do NOT execute the script yourself. Your sole objective is to provide a tweakable template where the user becomes an active participant rather than a passive observer.
- Do NOT modify or refactor production source code to make it observable.
When to Use
- User explicitly requests to 'create a sandbox file' or 'generate a sandbox'.
- The user is experiencing an "understanding bottleneck" and needs a space to manually experiment with production logic.