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 ofwrite,delete,check, orstatusskill-name(required for write/delete): The skill name used as the file suffixcontent(required for write): The full prompt content to inject after a context reset. Delimited by--— everything after--is treated as content.