SessionStart
01Hook Claude Code
Runs when a session starts on startup, resume, clear, compact, compact, clear and resume, executing ensure-dev-workspace.py and inject-latest-handoff.py via python3 (2 commands). From miolamio/dev-compact-skills.
Hook Claude Code
Runs when a session starts on startup, resume, clear, compact, compact, clear and resume, executing ensure-dev-workspace.py and inject-latest-handoff.py via python3 (2 commands). From miolamio/dev-compact-skills.
Hook Claude Code
Runs when the agent finishes a response, executing offer-manual-compact.py via python3. From miolamio/dev-compact-skills.
Hook Claude Code
Runs before the context is compacted for auto tool calls, executing block-auto-compact.py via python3. From miolamio/dev-compact-skills.
Hook Claude Code
Runs after the context is compacted for manual tool calls, executing save-compact-handoff.py via python3. From miolamio/dev-compact-skills.
Settings file Claude Code
Agent settings declaring 4 hook events (SessionStart, Stop, PreCompact, PostCompact).
Skill Claude CodeCodex
Use when the user produces or wants to file away an ephemeral artifact — screenshots, Playwright traces/videos, reports, profiles, coverage, or command logs. Routes the file under .dev/artifacts/ or .dev/logs/ instead of polluting the source tree.
Skill Claude CodeCodex
Save a manual Claude Code checkpoint into .dev without compacting or clearing context.
Skill Claude CodeCodex
Propose or perform cleanup of old local .dev materials. Never delete without showing what will be removed.
Skill Claude CodeCodex
Manually initialize the local .dev workspace, create standard directories, and ensure .dev is ignored by Git. Use only when the SessionStart hook is unavailable or the workspace needs an explicit re-bootstrap.
Skill Claude CodeCodex
Use when the user wants to investigate a topic, gather external sources, capture notes, or document evidence — produces a structured research package under .dev/research/ /.
Skill Claude CodeCodex
Use when the user wants to record a code review locally — for a branch, PR, commit range, or file set. Produces a structured review package under .dev/reviews/ with findings, evidence, checklist, and optional patch notes.
Skill Claude CodeCodex
Use when the user needs a place for temporary development materials — research notes, code review logs, Playwright artifacts, screenshots, logs, external reference repos, scratch scripts, or Claude handoffs. Routes everything to the local .dev/ workspace, which is gitignored and never source-of-truth.
Instructions file
Claude Code instructions for miolamio/dev-compact-skills, covering claude.md, what this repo is, source of truth, core design invariants and target structure to produce.