# Context

> Working-state snapshot guidance. Restates task/files/decisions in one block so state survives context compaction. Compaction timing is the host's job.

- Skill: `hashgraph-online-awesome-codex-plugins/context` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online-awesome-codex-plugins/context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online-awesome-codex-plugins/context/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online-awesome-codex-plugins)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/hashgraph-online-awesome-codex-plugins/context

---


# Context — Working-State Snapshot

Compaction timing belongs to the host (native auto-compaction; the harness
already snapshots state on the PreCompact hook). This skill is about WHAT
survives, not WHEN to compact.

## Process

Before or during compaction, restate the working state in one block:

```
- Working on: [task description]
- Files modified: [explicit list]
- Status: [what's done, what remains]
- Key decisions: [important choices made, with why]
- Next step: [what to do after compaction]
```

Keep it terse — this block is what you (and the `resume` hook) reload after
compaction. Re-reading large files afterwards costs more than summarizing the
key facts beforehand.

## Evidence Required

- [ ] Task, files, decisions, and next step all present in the summary block
- [ ] Snapshot written by the PreCompact hook (show file name if asked)

