Nirusan

refresh-context

6
1
# Install this skill:
npx skills add Nirusan/claude-config --skill "refresh-context"

Install specific skill from multi-skill repository

# Description

Re-read project documentation (CLAUDE.md, progress.txt, memory-bank/) to refresh context. Use when starting a new session, after a break, or when the user says "refresh", "reload context", "what's the current state", or "on en est où".

# SKILL.md


name: refresh-context
description: Re-read project documentation (CLAUDE.md, progress.txt, memory-bank/) to refresh context. Use when starting a new session, after a break, or when the user says "refresh", "reload context", "what's the current state", or "on en est où".
triggers:
- "/refresh-context"
- "/refresh"
- "refresh context"
- "reload context"
- "what's the current state"
- "on en est où"
- "rafraîchir le contexte"
- "quel est l'état actuel"
allowed-tools: Read, Glob
user-invocable: true


Refresh Project Context

Re-read all key documentation files to understand the project.

Files to Read (in order)

  1. CLAUDE.md (project root)
  2. Code conventions
  3. Tech stack
  4. Rules to follow

  5. memory-bank/ (if present, exclude brainstorm.md)

  6. prd.md / PRD.md - Product Requirements
  7. tech-stack.md - Detailed stack
  8. design-system.md - UI/UX guidelines
  9. plan.md - Implementation plan

  10. Implementation plan (fallback search in priority order if not in memory-bank/)

  11. memory-bank/*-implementation-plan.md or memory-bank/implementation-plan.md
  12. *-implementation-plan.md or implementation-plan.md (project root)
  13. docs/*-implementation-plan.md or docs/implementation-plan.md
  14. First **/*implementation-plan*.md found elsewhere

  15. Progress file (fallback search in priority order)

  16. progress.txt, progress.md, PROGRESS.md (project root)
  17. memory-bank/progress.txt, memory-bank/progress.md

  18. database/schema.sql (if present)

  19. Database structure

Files to Ignore

  • brainstorm.md - Research/ideation, not relevant for implementation
  • node_modules/
  • .next/

Summary Output

After reading, display:

## Context Loaded

**Project:** [Name]
**Stack:** [Next.js, Supabase, etc.]
**Current phase:** [Phase X - Name]

**Key conventions:**
- [Convention 1]
- [Convention 2]

**Suggested next action:**
[What seems to be the logical next step]

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.