update-context

Classifies conversational insights and updates Imli's persistent context files with validation and auto-sync.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/prince-khanna/claude-code-plugins --skill update-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-context
Source: https://github.com/prince-khanna/claude-code-plugins/tree/main/personal-assistant/skills/update-context
Command: npx skills add https://github.com/prince-khanna/claude-code-plugins --skill update-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update and synchronize Imli's contextual memory across conversations to ensure responses reflect current user preferences, rules, and goals.

Core Features & Use Cases

  • Automated classification of new information into identity, preferences, rules, workflows, relationships, triggers, projects, and session data.
  • Safe, validated writes to the appropriate core files with optional auto-sync when critical state changes.
  • Auditability and rollback support to revert unintended updates and maintain history.

Quick Start

Run a context update to refresh Imli's memory with the latest user preferences and project state.

Frequently Asked Questions about update-context

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

FAQPage Schema
How do I update context memory for a personal assistant from ongoing chats?

To update context memory, this skill classifies conversation insights into categories like identity, preferences, and workflows, then writes validated updates to core files for persistent context.

What is the best way to classify and store user preferences for persistent context?

Classifying and storing user preferences is handled by sorting conversation data into structured categories such as rules, relationships, and session data, then writing to core context files.

How does auto-sync work when critical context files change?

Auto-sync triggers automatically when critical state files change, reading existing context, validating the updates, and synchronizing the new information across the system.

Can I revert unintended memory updates and maintain history?

Yes, you can revert unintended updates because the system includes rollback support and maintains a history of changes to ensure auditability and correct persistent context.

Does the context update process support safe writes to core files?

Yes, the context update process performs safe, validated writes to the appropriate core files, ensuring that memory synchronization does not corrupt existing data.

When do I need to run a context update for my workflow?

You need to run a context update whenever your conversation introduces new project states, rules, or preferences that must be reflected in the persistent memory for future sessions.