# Check Environment

> Verify development environment is ready

- **Type:** Skill
- **Install:** `agentstack add skill-claude-world-director-mode-lite-check-environment`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [claude-world](https://agentstack.voostack.com/s/claude-world)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [claude-world](https://github.com/claude-world)
- **Source:** https://github.com/claude-world/director-mode-lite/tree/main/skills/check-environment
- **Website:** https://claude-world.com

## Install

```sh
agentstack add skill-claude-world-director-mode-lite-check-environment
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Environment Check

Verify your development environment is ready for Director Mode.

---

## Checks Performed

### 1. Director Mode Dependencies

| Tool | Purpose | Check | Required |
|------|---------|-------|----------|
| git | Version control | `git --version` | Yes |
| python3 | Hook config merging (install.sh) | `python3 --version` | Yes |
| jq | JSON processing in hooks | `jq --version` | Yes |

### 2. Claude Code Version

```bash
claude --version
```
Minimum: **2.0.0+**

### 3. Project-Specific Tools

Auto-detect project type and check relevant tools:

| Project Type | Detected By | Tools to Check |
|---|---|---|
| Node.js | `package.json` | `node --version`, `npm --version` or `pnpm --version` |
| Python | `requirements.txt`, `pyproject.toml` | `python3 --version`, `pip --version` |
| Rust | `Cargo.toml` | `rustc --version`, `cargo --version` |
| Go | `go.mod` | `go version` |
| Java | `pom.xml`, `build.gradle` | `java --version`, `mvn --version` or `gradle --version` |

### 4. Director Mode Installation

- [ ] `.claude/` directory exists
- [ ] `.claude/skills/` populated (31 skills expected)
- [ ] `.claude/agents/` populated (14 agents expected)
- [ ] `.claude/hooks/` populated (5 hook scripts expected)
- [ ] `.claude/settings.local.json` has hooks configured
- [ ] `CLAUDE.md` exists

### 5. Git Status

- [ ] Inside git repository
- [ ] Clean working tree (or note uncommitted changes)

---

## Output Format

```markdown
## Environment Check Results

### Director Mode Dependencies
- [x] git: 2.39.0
- [x] python3: 3.11.0
- [x] jq: 1.7

### Claude Code
- [x] Version: 2.1.76

### Project Tools (Node.js detected)
- [x] node: 20.10.0
- [x] pnpm: 8.12.0

### Director Mode Installation
- [x] .claude/ directory exists
- [x] 31 skills installed
- [x] 14 agents installed
- [x] 5 hooks installed
- [x] settings.local.json configured
- [x] CLAUDE.md exists

### Git Status
- [x] Git repository initialized
- [ ] Warning: 3 uncommitted changes

### Summary
**Status**: Ready
```

---

## Follow-up Actions

| Issue | Action |
|-------|--------|
| Missing python3 | Install Python 3: `brew install python3` (macOS) or `apt install python3` (Linux) |
| Missing jq | Install jq: `brew install jq` (macOS) or `apt install jq` (Linux) |
| Missing git | Install git for your OS |
| Missing node | Install Node.js LTS: https://nodejs.org |
| Old Claude Code | Run `claude update` |
| No .claude/ | Run install script: `./install.sh .` |
| Hooks not configured | Re-run install or check `.claude/settings.local.json` |
| No CLAUDE.md | Run `/project-init` or `/claude-md-template` |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [claude-world](https://github.com/claude-world)
- **Source:** [claude-world/director-mode-lite](https://github.com/claude-world/director-mode-lite)
- **License:** MIT
- **Homepage:** https://claude-world.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-claude-world-director-mode-lite-check-environment
- Seller: https://agentstack.voostack.com/s/claude-world
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
