pickup

Loads session summaries and metadata to restore MD-based workflow context.

2|1|Updated Feb 8, 2021
One-click install
npx skills add https://github.com/jstoobz/dotfiles --skill pickup-jstoobz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pickup
Source: https://github.com/jstoobz/dotfiles/tree/main/claude/skills/session-kit/pickup
Command: npx skills add https://github.com/jstoobz/dotfiles --skill pickup-jstoobz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you resume a chat session by loading prior context from artifacts so you don't have to re-explain everything, preserving continuity and saving time.

Core Features & Use Cases

  • Load full session context from CONTEXT_FOR_NEXT_SESSION.md or TLDR.md to get up to speed.
  • Optionally consider PROMPT_LAB.md or RETRO.md if present to refine goals and context.
  • Present a concise briefing and await user direction rather than executing steps automatically.

Quick Start

Run the pickup command to resume a session by loading CONTEXT_FOR_NEXT_SESSION.md in the current directory; if it is missing, TLDR.md will be used as a summary. If neither artifact exists, the session starts fresh.

Frequently Asked Questions about pickup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a chat session from a markdown file?▼

To resume a chat session from a markdown file, you can load prior context from artifacts like CONTEXT_FOR_NEXT_SESSION.md or TLDR.md. The tool reads these files and presents a concise briefing to continue your previous work without re-explaining everything.

What is the best way to load session context from artifacts?▼

The best way to load session context from artifacts is to run the pickup command in your current directory. It automatically searches for CONTEXT_FOR_NEXT_SESSION.md, falls back to TLDR.md, and presents a briefing to await your direction.

How does loading PROMPT_LAB.md or RETRO.md improve session continuity?▼

Loading PROMPT_LAB.md or RETRO.md improves session continuity by optionally refining your goals and context. The tool checks if these artifacts exist alongside your main session context file to provide a more comprehensive briefing before you resume work.

What happens if CONTEXT_FOR_NEXT_SESSION.md is missing when resuming a session?▼

If CONTEXT_FOR_NEXT_SESSION.md is missing when resuming a session, the tool automatically falls back to using TLDR.md as a summary. If neither artifact exists in the current directory, the session starts fresh with no prior context loaded.

Can I use directory artifacts to get a briefing without executing steps automatically?▼

Yes, you can use directory artifacts to get a briefing without executing steps automatically. The tool reads your context files and presents a concise summary for continuation, then awaits your explicit direction rather than taking automatic actions.