# Workspace

> How to safely operate the sandboxed workspace. Use for any multi-step task involving files or shell commands.

- Skill: `shadcn-labs/workspace` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shadcn-labs/workspace`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shadcn-labs/workspace/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: shadcn-labs (https://skillmd.com/u/shadcn-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shadcn-labs/workspace

---


## 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.

