agent-restore-context

Installation
SKILL.md

Agent Restore Context

Manage .agent-restore-context-<skill-name> files in the project root. These files are automatically injected into context after /clear or /compact by a SessionStart hook, allowing skills to resume where they left off.

Arguments

  • action (required): One of write, delete, check, or status
  • skill-name (required for write/delete): The skill name used as the file suffix
  • content (required for write): The full prompt content to inject after a context reset. Delimited by -- — everything after -- is treated as content.

Usage Examples

Installs
1
GitHub Stars
154
First Seen
May 16, 2026
agent-restore-context — commercetools/ui-kit