# Env Context

> Detects the current OS, python environment, and Docker status.

- Skill: `pkeffect/env-context` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add pkeffect/env-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pkeffect/env-context/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: pkeffect (https://skillmd.com/u/pkeffect)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/pkeffect/env-context

---

# Environment Context Skill
**Usage:** `python .agent/skills/env_context/env_context.py`
**Action:** Run this script immediately to understand whether you are on Windows, macOS, or Linux, and if you are running inside a virtual environment or Docker. Modify your shell commands based on this output.

