refresh-context

Re-reads CLAUDE.md, progress.txt, and memory-bank files to refresh project context.

7|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Nirusan/claude-config --skill refresh-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh-context
Source: https://github.com/Nirusan/claude-config/tree/main/skills/refresh-context
Command: npx skills add https://github.com/Nirusan/claude-config --skill refresh-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures the AI has the most up-to-date understanding of the project by re-reading key documentation, which is crucial after breaks or when context might be stale.

Core Features & Use Cases

  • Contextual Refresh: Re-reads CLAUDE.md, progress.txt, and relevant files in memory-bank/ to update the AI's knowledge base.
  • Triggered by User Commands: Activated by phrases like "refresh context", "reload context", or "what's the current state".
  • Use Case: After a long coding session, you can tell the AI to "reload context" to ensure it's aware of any recent changes or decisions made offline.

Quick Start

Tell the AI to refresh the project context.

Frequently Asked Questions about refresh-context

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

FAQPage Schema
How do I refresh project context for an AI after a long break?

Reloading context parses project documentation like CLAUDE.md, progress.txt, and memory-bank files to restore up-to-date project awareness. Trigger it by telling the AI to refresh context or check the current state.

When do I need to reload context state during software development?

Reload context state during new sessions, after breaks, or when explicit updates are needed. This ensures the AI parses recent changes in markdown and text files to maintain accurate project awareness.

Does refreshing context work with CLAUDE.md and memory-bank markdown files?

Yes, refreshing context explicitly parses CLAUDE.md and relevant files within the memory-bank directory. It processes these markdown and text formats to update the AI's knowledge base.

What is the best way to update AI knowledge of recent project decisions?

The best way to update AI knowledge is to request a contextual refresh. This forces the system to re-read progress.txt and documentation files, syncing its understanding with your latest project state.

Why does my AI lose track of project state after offline changes?

The AI loses track because its session context becomes stale without re-reading documentation. Triggering a context refresh re-parses your markdown files to recover the current project state.