Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Read Continue Here

Skill Verifiziert Aktiv
Teil von:Agent Almanac

Read a CONTINUE_HERE.md continuation file at session start and resume from where the prior session left off. Covers detecting the file, assessing freshness, parsing the structured handoff, confirming the resumption plan with the user, and cleaning up after consumption. Optionally configures a SessionStart hook and CLAUDE.md instruction for automatic pickup. Use at the start of a session when a continuation file exists, when bootstrapping after an interrupted session, or when setting up automatic continuation detection.

Zweck

To enable seamless session continuity in AI workflows by automatically detecting, parsing, and acting upon structured continuation files, ensuring progress is not lost between sessions.

Funktionen

  • Detects and parses `CONTINUE_HERE.md` files
  • Assesses file freshness based on timestamp and Git branch
  • Confirms resumption plan with the user
  • Cleans up continuation files after consumption
  • Optionally configures SessionStart hooks and CLAUDE.md instructions for automatic detection

Anwendungsfälle

  • Resuming an interrupted AI development session
  • Bootstrapping an AI agent with prior context
  • Setting up automatic session continuation for a project
  • Restoring agent state after a system restart

Nicht-Ziele

  • Managing long-term durable knowledge beyond a single session's immediate continuation
  • Acting as a general-purpose file management tool
  • Reconstructing full agent identity from scratch without a prior continuation file

Installation

/plugin install agent-almanac@pjt222-agent-almanac

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 20 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Time Fetcher

100

Anweisungen zum Abrufen der aktuellen Dubai-Zeit über einen Bash-Befehl

Skill
shanraisshan

Toprank Upgrade

100

Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to "upgrade toprank", "update toprank", or "get latest version". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.

Skill
nowork-studio

Janitor Fix

100

Automatisch Probleme mit Fähigkeiten beheben (zuerst sichere Vorschau). Auch mit --prune verwenden, um defekte Symlinks, leere Verzeichnisse und verwaiste Fähigkeiten zu finden und zu entfernen.

Skill
khendzel

Claude Handoff

100

Führen Sie /handoff aus, um Sitzungsdaten zu erfassen, und schreiben Sie dann einen phasenweisen Implementierungsplan, der darauf verweist. Erstellt Beads für die Nachverfolgung.

Skill
REMvisual

Onboard

100

/cs:onboard — Founder interview that populates ~/.claude/company-context.md. The first command to run when starting with c-level-agents.

Skill
alirezarezvani

Design On Call Rotation

100

Design sustainable on-call rotations with balanced schedules, clear escalation policies, fatigue management, and handoff procedures. Minimize burnout while maintaining incident response coverage. Use when setting up on-call for the first time, scaling a team from 2-3 to 5+ engineers, addressing on-call burnout or alert fatigue, improving incident response times, or after a post-mortem identifies handoff issues.

Skill
pjt222