How to safely operate the sandboxed workspace. Use for any multi-step task involving files or shell commands.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Eskyee/agentbot-opensource --skill workspace --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Workspace?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eskyee-workspace)More formats (shields.io, HTML) on the badges page.
---
name: workspace
description: How to safely operate the sandboxed workspace. Use for any multi-step task involving files or shell commands.
---
## Working in the Workspace
1. Plan the task as a short ordered checklist.
2. Inspect first: read files or `ls` a directory before changing anything.
3. Make the smallest change that advances the task; re-check after each step.
4. Keep every path inside the workspace.
5. Prefer reversible, non-destructive commands. Explain risky ones before running.
6. Finish by summarizing exactly what you created or changed.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!