# Code Execution

> Running scripts and code on Windows

- Skill: `taracodlabs/code-execution` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add taracodlabs/code-execution`
- Raw SKILL.md: https://api.skillmd.com/api/skills/taracodlabs/code-execution/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: taracodlabs (https://skillmd.com/u/taracodlabs)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/taracodlabs/code-execution

---


# Code Execution

When executing code on Windows:
1. Use PowerShell syntax for shell commands
2. Full paths always: C:\Users\<you>\DevOS\workspace\
3. For Python: verify python is in PATH first with shell_exec
4. For Node.js: check node version before running
5. Always capture and return stdout + stderr
6. Clean up temp files after execution
7. Never use Linux commands: use dir not ls, type not cat

