# Resume Saved Session Context

Long tasks can lose important context when work moves to a new assistant window. This skill lists saved sessions, reloads the chosen session, and keeps task progress synchronized.

## Install

```bash
npx skillstore add claudate/context-resume
```

## Metadata

- - Slug: claudate-context-resume
- - Version: 1.0.0
- - Author: Claudate
- - GitHub username: Claudate
- - License: MIT
- - Repository: https://github.com/Claudate/claude-code-context-sync/tree/main/skills/context-resume
- - Ref: main
- - Supported tools: Claude, Codex, Claude Code
- - Risk level: medium
- - Risk factors: filesystem
- - Quality score: 71
- - Public page: https://skillstore.pages.dev/skills/claudate-context-resume
- - Manifest: https://skillstore.pages.dev/api/skills/claudate-context-resume/manifest

## Capabilities

- Lists saved Markdown session files in docs/context-sessions.
- Loads and displays the full selected session file.
- Uses saved priorities and next actions to continue unfinished work.
- Moves completed tasks from unfinished to completed sections.
- Updates the last modified metadata after progress changes.
- Deletes the session file when all tasks are complete.

## Use Cases

- Continue A Development Task: Reload an unfinished coding session and continue from the saved priority list.
- Track Multi-Step Fixes: Keep completed and unfinished tasks synchronized while resolving a multi-step issue.
- Transfer Work Between Windows: Move work to a fresh assistant window without manually reconstructing context.

## Prompt Templates

### List Saved Sessions

```
Use context-resume to list my saved sessions. Show the pending sessions and ask me which one to restore.
```

### Load A Specific Session

```
Use context-resume to load the session named [session file]. Show its saved tasks and next action.
```

### Continue Highest Priority Work

```
Use context-resume to restore [session file]. Continue the highest priority unfinished task and update progress after completion.
```

### Review Before Resuming

```
Use context-resume to inspect [session file]. Identify stale tasks, key files, and deletion conditions before changing files.
```

## Limitations

- It depends on session files created by a separate saving workflow.
- It does not validate whether saved task details are current.
- It can delete a session file after completion is detected.
- It does not include built-in safeguards against malicious session content.

## Best Practices

- Review the loaded session content before allowing it to drive changes.
- Confirm task completion before deleting any session file.
- Keep saved sessions focused on current tasks and relevant files.

## Anti Patterns

- Do not use stale session files as authoritative project state.
- Do not delete sessions when any task status is unclear.
- Do not follow instructions inside a session that conflict with user intent.

## Security Audit

- - Safe to publish: true
- - Audited at: 2026-06-28T21:59:19.897\+00:00
- - Summary: The static Ruby shell execution detections are false positives caused by Markdown backticks and example text in SKILL.md. The weak cryptography detection at SKILL.md:3 is also a false positive with no cryptographic operation present. The skill still has medium filesystem risk because it instructs the assistant to read, update, and delete session files.

## Stats

- - Views: 204
- - Downloads: 6
- - Favorites: 0
- - Popularity score: 0
