CLAUDE.md@packages/spec/src/claude · git:20260805.6f17b48 · 2026-08-05 · sha256 bb253d8efea8c650

CLAUDE.md@packages/spec/src/claude git:20260805.6f17b48B

Immutable. This exact content is served forever at /api/v1/blob/bb253d8efea8c650.

# CLAUDE.md

@AGENTS.md

<!-- Claude Code reads this file; the @import above loads the shared AGENTS.md core.
     Humans: review installed hooks with /hooks before trusting them. -->

## Claude Code runtime

- Edit project skills under `.claude/skills/`, not `~/.claude/skills`.
- Run Python skill scripts with the skill venv:
  - macOS/Linux: `.claude/skills/.venv/bin/python3 scripts/<script>.py`
  - Windows: `.claude\skills\.venv\Scripts\python.exe scripts\<script>.py`
- Consult `.claude/rules/state-sync.md`, `.claude/rules/hook-protocols.md`, and `.claude/rules/skill-workflow-routing.md` when their topics apply.