Environment Instructions
---
# Skill Creator — Platform Adaptations
How to run the skill creator workflow in environments without full tool access.
---
## Web Chat Environments Without Tools
**What's unavailable:**
- Spawning parallel agent runs for evals
- Opening the HTML viewer in a browser
- Running Python scripts directly
**Adaptations:**
**Eval runs:** Run test cases sequentially in the same conversation instead of parallel agents. After each prompt, record the output inline as a fenced block. Label each clearly:when to use it
Community prompt sourced from the open-source GitHub repo mattdweigand-sketch/agent-skills (MIT). A "Environment Instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
mattdweigand-sketch/agent-skills · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions